Changeset 621
- Timestamp:
- Aug 9, 2011, 8:15:14 AM (14 years ago)
- Location:
- branches/guitools-2.0/evfsgui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/evfsgui.VRP
r573 r621 10 10 VRXWindow: __VREFileListWindow,1,807,11033,1590,3358 11 11 VRXWindow: __VRESectionListWindow,1,2674,10648,8696,4794 12 VRXWindow: __VREToolsWindow,1,2529,723,648 9,165912 VRXWindow: __VREToolsWindow,1,2529,723,6483,1663 13 13 VRXWindow: __VREWindListWindow,1,542,8721,2951,3150 14 14 UserFile: 1 15 15 UserWindow: Main,1 16 UserWindow: SW_MOUNTPOINT,117 16 UserWindow: SW_INFO,1 18 17 UserWindow: SW_PORTCONNECT,1 -
branches/guitools-2.0/evfsgui/evfsgui.VRX
r573 r621 458 458 CALL NLVSetText 'DT_SERVER', "Caption", 19 459 459 CALL NLVSetText 'DT_SHARE', "Caption", 20 460 CALL NLVSetText 'DT_NETWORK', "Caption", 21 460 461 CALL NLVSetText 'CHK_MTYPE', "Caption", 23 461 462 CALL NLVSetText 'PB_ADVANCED', "Caption", 24 … … 465 466 CALL NLVSetText 'PB_MOUNT', "Caption", 28 466 467 CALL NLVSetText 'PB_EDITCANCEL',"Caption", 3 468 CALL NLVSetText 'PB_DIALOGHELP',"Caption", 4 467 469 468 470 CALL NLVSetText 'PB_AUTOSTART',"Caption", 35 … … 471 473 CALL NLVSetText 'PB_LOAD', "Caption", 31 472 474 CALL NLVSetText 'PB_HELP', "Caption", 4 475 CALL NLVSetText 'PB_CONDET_HELP',"Caption", 4 476 CALL NLVSetText 'PB_SMBTREE_HELP',"Caption", 4 473 477 474 478 CALL NLVSetText 'MENU_CONTEXT_DETACH', "Caption", 11 … … 1344 1348 IF options.!debug == 1 THEN SAY time()' CN_SMBTREE_DoubleClick done' 1345 1349 return 1350 /*:VRX CN_SMBTREE_DragFile 1351 */ 1352 CN_SMBTREE_DragFile: 1353 IF options.!debug == 1 THEN SAY time()' CN_SMBTREE_DragFile started' 1354 1355 obj = VRInfo( "object" ) 1356 1357 ok = VRMethod( "CN_SMBTREE", "GetRecordList", "SourceOrSelected", "SelRH." ) 1358 if SelRH.0 = 0 then do 1359 IF options.!debug == 1 THEN SAY time()' CN_SMBTREE_DragStart aborted' 1360 return 1361 end 1362 1363 call _dropdeprecated 1364 call _GetSMBObjectProperties SelRH.1 1365 1366 select 1367 when SMBObj.udatatype = "WORKGROUP" | SMBObj.udatatype = "SERVER" | SMBObj.udatatype = "DISK" then do 1368 call VRMethod obj, 'StartDrag' 1369 end 1370 when SMBObj.udatatype = "PRINTER" then do 1371 CALL VRMessage 'Main', NLVGetMessage( 62 ), NLVGetMessage( 5 ), 'E' 1372 end 1373 otherwise nop /* FILE DIRECTORY */ 1374 end 1375 1376 IF options.!debug == 1 THEN SAY time()' CN_SMBTREE_DragFile done' 1377 return 1378 1346 1379 /*:VRX CN_SMBTREE_DragStart 1347 1380 */ … … 1841 1874 ok = VRSet("Menu_View_Buttons","Checked", settings.!buttonson) 1842 1875 ok = VRset("GB_Buttons","Visible", settings.!buttonson) 1876 ok = VRset("PB_DIALOGHELP","Visible", \settings.!buttonson) 1877 ok = VRset("PB_CONDET_HELP","Visible", \settings.!buttonson) 1878 ok = VRset("PB_SMBTREE_HELP","Visible", \settings.!buttonson) 1879 1843 1880 options.!buttondelta = 440 * settings.!buttonson 1844 1881 … … 2058 2095 ok = VRset("PB_REFRESH", "Left", VRGet("PB_CONNECT","Width") + marginx2) 2059 2096 ok = VRset("PB_REFRESH", "Top", pane_height - pbtn_height - marginx2) 2097 ok = VRset("PB_SMBTREE_HELP", "Left", rpane_width - marginx2 - VRGet("PB_SMBTREE_HELP","Width") + 24) 2098 ok = VRset("PB_SMBTREE_HELP", "Top", pane_height - pbtn_height - marginx2) 2060 2099 2061 2100 ok = VRset("PICT_THROBBER", "Top", VRGet("CN_SMBTREE","Height") % 2 + 100 ) … … 2091 2130 ok = VRset("PB_CONDET_LOAD", "Left", VRGet("PB_CONDET_SAVE","Width") + marginx2) 2092 2131 ok = VRset("PB_CONDET_LOAD", "Top", pane_height - pbtn_height - marginx2 ) 2132 ok = VRset("PB_CONDET_HELP", "Left", rpane_width - marginx2 - VRGet("PB_CONDET_HELP","Width") + 24) 2133 ok = VRset("PB_CONDET_HELP", "Top", pane_height - pbtn_height - marginx2) 2093 2134 2094 2135 /* Dialog stuff */ … … 2111 2152 ok = VRset("PB_EDITCANCEL", "Left", VRGet("PB_MOUNT","Width") + marginx2) 2112 2153 ok = VRset("PB_EDITCANCEL", "Top", pane_height - pbtn_height - marginx2) 2154 2155 ok = VRset("PB_DIALOGHELP", "Left", rpane_width - marginx2 - VRGet("PB_DIALOGHELP","Width") + 24) 2156 ok = VRset("PB_DIALOGHELP", "Top", pane_height - pbtn_height - marginx2) 2157 2113 2158 2114 2159 ok = VRset("GB_SHARE", "Left", margin ) … … 2514 2559 ok = VRSet("Menu_View_Buttons","Checked",0) 2515 2560 ok = VRset("GB_Buttons","Visible", 0) 2561 ok = VRset("PB_DIALOGHELP","Visible", 1) 2562 ok = VRset("PB_CONDET_HELP","Visible", 1) 2563 ok = VRset("PB_SMBTREE_HELP","Visible", 1) 2516 2564 options.!buttondelta = 0 2517 2565 settings.!buttonson = 0 … … 2520 2568 else do 2521 2569 ok = VRSet("GB_Buttons","Visible", 1) 2570 ok = VRset("PB_DIALOGHELP","Visible", 0) 2571 ok = VRset("PB_CONDET_HELP","Visible", 0) 2572 ok = VRset("PB_SMBTREE_HELP","Visible", 0) 2522 2573 ok = VRSet("Menu_View_Buttons","Checked",1) 2523 2574 options.!buttondelta = buttons_height … … 3046 3097 PB_CLOSE_Click: 3047 3098 CALL Quit 3099 return 3100 3101 /*:VRX PB_CONDET_HELP_Click 3102 */ 3103 PB_CONDET_HELP_Click: 3104 CALL VRMethod 'GB_CONDET', 'InvokeHelp' 3048 3105 return 3049 3106 … … 3271 3328 RETURN 3272 3329 3330 /*:VRX PB_DIALOGHELP_Click 3331 */ 3332 PB_DIALOGHELP_Click: 3333 CALL VRMethod 'GB_DIALOG', 'InvokeHelp' 3334 return 3335 3273 3336 /*:VRX PB_EDITCANCEL_Click 3274 3337 */ … … 3649 3712 3650 3713 CALL SW_SETTINGS_Close 3714 return 3715 3716 /*:VRX PB_SMBTREE_HELP_Click 3717 */ 3718 PB_SMBTREE_HELP_Click: 3719 CALL VRMethod 'GB_SMBTREE', 'InvokeHelp' 3651 3720 return 3652 3721
Note:
See TracChangeset
for help on using the changeset viewer.