Changeset 702 for trunk


Ignore:
Timestamp:
May 31, 2012, 7:18:45 PM (13 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: Updates in EVFSGUI

Location:
trunk/guitools/evfsgui
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/evfsgui/evfsgui.vrp

    r697 r702  
    1010VRXWindow: __VREMainWindow,1,1951,2361,891,7841
    1111VRXWindow: __VREFileListWindow,1,1253,11033,2665,3358
    12 VRXWindow: __VRESectionListWindow,0,3927,11033,8082,7986
     12VRXWindow: __VRESectionListWindow,1,1229,11900,10696,3342
    1313VRXWindow: __VREToolsWindow,0,3096,8528,6486,1669
    1414VRXWindow: __VREWindListWindow,1,723,11708,3686,3150
     
    1818UserWindow: SW_INFO,1
    1919UserWindow: SW_SMBTREE,1
    20 UserWindow: SW_DIALOG,1
     20UserWindow: SW_CONDET,1
  • trunk/guitools/evfsgui/evfsgui.vrx

    r697 r702  
    24342434        END
    24352435/*      if options.!debug == 1 then say '  "'attached.i'" "'userdata'"' */
    2436         CALL VRMethod "CN_CURRENT", 'SetRecordAttr', rh, 'UserData', userdata
     2436        CALL VRMethod "CN_CURRENT", 'SetRecordAttr', rh, 'UserData', userdata /* , 'FileName', 'TESTER.EVP' */
    24372437        if options.currentdata = userdata then ok = VRMethod("CN_CURRENT", 'SetRecordAttr', rh, 'Selected', 1)
    24382438
     
    30293029    if ObjTitle = "" then ObjTitle = '[EVFS LAN-Connections]'
    30303030
    3031     CALL PB_SAVE_Click
     3031    CALL PB_CONDET_SAVE_Click
    30323032
    30333033    rc = CreateObject( 'WPProgram', ObjTitle,'<WP_START>',,
Note: See TracChangeset for help on using the changeset viewer.