- Timestamp:
- May 31, 2012, 7:18:45 PM (13 years ago)
- Location:
- trunk/guitools/evfsgui
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/evfsgui.vrp
r697 r702 10 10 VRXWindow: __VREMainWindow,1,1951,2361,891,7841 11 11 VRXWindow: __VREFileListWindow,1,1253,11033,2665,3358 12 VRXWindow: __VRESectionListWindow, 0,3927,11033,8082,798612 VRXWindow: __VRESectionListWindow,1,1229,11900,10696,3342 13 13 VRXWindow: __VREToolsWindow,0,3096,8528,6486,1669 14 14 VRXWindow: __VREWindListWindow,1,723,11708,3686,3150 … … 18 18 UserWindow: SW_INFO,1 19 19 UserWindow: SW_SMBTREE,1 20 UserWindow: SW_ DIALOG,120 UserWindow: SW_CONDET,1 -
trunk/guitools/evfsgui/evfsgui.vrx
r697 r702 2434 2434 END 2435 2435 /* 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' */ 2437 2437 if options.currentdata = userdata then ok = VRMethod("CN_CURRENT", 'SetRecordAttr', rh, 'Selected', 1) 2438 2438 … … 3029 3029 if ObjTitle = "" then ObjTitle = '[EVFS LAN-Connections]' 3030 3030 3031 CALL PB_ SAVE_Click3031 CALL PB_CONDET_SAVE_Click 3032 3032 3033 3033 rc = CreateObject( 'WPProgram', ObjTitle,'<WP_START>',,
Note:
See TracChangeset
for help on using the changeset viewer.