Changeset 688 for trunk/guitools/evfsgui
- Timestamp:
- Feb 7, 2012, 9:30:41 AM (14 years ago)
- Location:
- trunk/guitools/evfsgui
- Files:
-
- 4 edited
-
changes (modified) (1 diff)
-
evfsgui.vrp (modified) (1 diff)
-
evfsgui.vrx (modified) (4 diffs)
-
evfsgui.vry (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/changes
r675 r688 16 16 17 17 Version 2.5.x 2012-??-?? 18 + Added: Show for who we are waiting 18 19 + Added: -timesync switch, allows time sync using commandline 19 20 + Added: Support time synchronisation (requires new net.exe) -
trunk/guitools/evfsgui/evfsgui.vrp
r675 r688 9 9 RunDirectory: U:\Develop\Samba\trunk\guitools\evfsgui 10 10 VRXWindow: __VREMainWindow,1,1951,2361,891,7841 11 VRXWindow: __VREFileListWindow,1,1 144,10744,2665,335812 VRXWindow: __VRESectionListWindow,1,39 03,10744,8082,450513 VRXWindow: __VREToolsWindow,0, 2987,8528,6486,166911 VRXWindow: __VREFileListWindow,1,1253,11033,2665,3358 12 VRXWindow: __VRESectionListWindow,1,3927,11033,8082,7986 13 VRXWindow: __VREToolsWindow,0,3084,8528,6486,1669 14 14 VRXWindow: __VREWindListWindow,1,723,11708,3686,3150 15 15 UserFile: 1 16 16 UserWindow: Main,1 17 UserWindow: SW_SMBTREE,118 UserWindow: SW_DIALOG,1 -
trunk/guitools/evfsgui/evfsgui.vrx
r675 r688 2469 2469 LoadFileSysFuncs: 2470 2470 IF options.!debug == 1 THEN SAY time()' LoadFileSysFuncs() started' 2471 2471 2472 Fatal = 1 2472 2473 RestartCount = 0 … … 2474 2475 FoundND = 1 2475 2476 2476 if SysSearchPath("PATH", "EVFSCTL.EXE") = "" then do 2477 program = VRGet("Application", "Program") 2478 if program = "" then parse source . . program 2479 say "Program = '"program"'" 2480 program = translate(VRParseFileName(Program,'N')) 2481 say "Program = '"program"'" 2482 2483 if SysSearchPath("PATH", "EVFSCTL.EXE") = "" | program = "SMBGUI" then do 2477 2484 FoundEVFS = 0 2478 2485 ForceNDFS = 1 … … 2554 2561 */ 2555 2562 Main_Create: 2556 options.!debug = 12563 options.!debug = 0 2557 2564 IF options.!debug == 1 THEN do 2558 2565 ok = VRRedirectStdIO("ON") … … 4390 4397 CALL NLVSetText 'CB_TRAC', "Caption", 134 4391 4398 4392 ok = VRSet("DT_About","Caption", 'EVFSGUI (c) 2007-2011Alexander Taylor and Herwig Bauernfeind')4399 ok = VRSet("DT_About","Caption", Program' (c) 2007-2012 Alexander Taylor and Herwig Bauernfeind') 4393 4400 4394 4401 About.DscFH = VRMethod( "CN_ABOUT", "AddField", "String", "Component" )
Note:
See TracChangeset
for help on using the changeset viewer.
