Changeset 321
- Timestamp:
- Sep 1, 2009, 9:16:39 AM (16 years ago)
- Location:
- branches/guitools-2.0/evfsgui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/changes
r320 r321 17 17 - Added: smbtree.vrs: Enhanced guessicon() 18 18 - Added: Preliminary context menus for Browse View and Connection details view 19 - Added: "Retry" for passive connections (only manually for now) 19 20 - Changed: Several changes in GUI style (as suggested by Alex Taylor) 20 21 - Changed: Left align buttons in current connections panel (as suggested by … … 32 33 - Create Icon. stem in order to ease maintainance of icons 33 34 - Create mechanism to save passive connections across sessions 34 - Functionality of context menus for Browse View and Connection details view35 35 - Debug on/off option is badly implemented (rework required) 36 36 - smbtree.vrs: Sort options -
branches/guitools-2.0/evfsgui/evfsgui.VRP
r320 r321 4 4 MacroPath: VRM: U:\Develop\Samba\guitools-2.0\smbclgui 5 5 EXEPath: 6 RunParameters: 6 RunParameters: y:\test.evp 7 7 RunDirectory: 8 8 VRXWindow: __VREMainWindow,1,530,2457,879,4071 9 9 VRXWindow: __VRESectionListWindow,1,337,11708,11623,3686 10 VRXWindow: __VREToolsWindow,1,518,530,69 93,166910 VRXWindow: __VREToolsWindow,1,518,530,6984,1659 11 11 VRXWindow: __VREWindListWindow,1,482,7661,2650,3150 12 12 UserFile: 1 13 13 UserWindow: Main,1 14 UserWindow: SW_ADVANCED,115 UserWindow: SW_LOGIN,116 UserWindow: SW_MOUNTPOINT,1 -
branches/guitools-2.0/evfsgui/evfsgui.VRX
r320 r321 200 200 */ 201 201 CB_MOUNT_Change: 202 IF options.!debug == 1 THEN SAY time()' '||"CB_MOUNT_Change started" 202 203 203 204 mount = VRGet("CB_MOUNT", "Selected") … … 249 250 END 250 251 END 252 IF options.!debug == 1 THEN SAY time()' '||"CB_MOUNT_Change done" 251 253 252 254 RETURN … … 255 257 */ 256 258 CN_CONDET_ContextMenu: 259 rh = VRInfo('Record') 260 if VRMethod( 'CN_CONDET', "ValidateRecord", rh) <> 1 then return 261 if VRMethod( 'CN_CONDET', "GetFieldData", rh, CD.StatusFH) = '#68:PMWP.DLL' then do 262 ok = VRSet("Menu_Selected_Retry", "Enabled",1) 263 ok = VRSet("Menu_Selected_Remove", "Enabled",1) 264 end 257 265 ok = VRMethod( "Menu_Selected", "Popup", , , "", "" ) 258 266 return … … 1105 1113 1106 1114 ok = VRset("DT_STATUSBAR","Top", 8) 1107 ok = VRset("DT_STATUSBAR","Left", 8 )1108 ok = VRset("DT_STATUSBAR","Width", VRGet("GB_CURRENT","Width")+VRGet("GB_SMBTREE","Width")+60-24* 2)1115 ok = VRset("DT_STATUSBAR","Left", 8+24) 1116 ok = VRset("DT_STATUSBAR","Width", VRGet("GB_CURRENT","Width")+VRGet("GB_SMBTREE","Width")+60-24*3) 1109 1117 1110 1118 ok = VRset("Main","Painting", 1) … … 1152 1160 ok = VRSet("CB_MOUNT","Selected",1) 1153 1161 ok = VRSet("CB_MOUNT","Value",mtype.1) 1154 say "Tadaa "p_string 1162 1155 1163 parse var p_string p_domain':\\'p_server'\'p_share 1156 1164 … … 1246 1254 1247 1255 do I = 1 to selrec.0 1248 if VRMethod("CN_CONDET", "GetFieldData", selrec.I, cd.statusfh) = '#68:PMWP.DLL' then do 1249 /* CALL VRMethod 'CN_CONDET', 'RemoveRecord', selrec.I */ 1250 1251 end 1256 1257 p_mpoint = VRMethod("CN_CONDET", "GetFieldData", selrec.I, CD.MpointFH) 1258 1259 p_workgroup = VRMethod("CN_CONDET", "GetFieldData", selrec.I, CD.WorkgroupFH) 1260 p_server = VRMethod("CN_CONDET", "GetFieldData", selrec.I, CD.ServerFH) 1261 p_share = VRMethod("CN_CONDET", "GetFieldData", selrec.I, CD.ShareFH) 1262 p_user = VRMethod("CN_CONDET", "GetFieldData", selrec.I, CD.UserFH) 1263 p_password = x2c(VRMethod("CN_CONDET", "GetFieldData", selrec.I, CD.SpasswordFH)) 1264 1265 ShareLevel = 1 1266 if p_share = "" then ShareLevel = 2 1267 if p_server = "" then ShareLevel = 3 1268 if p_workgroup = "" then ShareLevel = 4 1269 1270 ok = VRSet( "CB_MOUNT", "Selected", Sharelevel ) 1271 ok = VRset("CB_MOUNT" , "Value", mtype.sharelevel) 1272 1273 ok = VRset("EF_SERVER" , "Value", p_server) 1274 ok = VRset("EF_SHARE" , "Value", p_share) 1275 ok = VRset("EF_NETWORK", "Value", p_workgroup) 1276 ok = VRset("EF_USER" , "Value", p_user) 1277 ok = VRset("EF_PASSWORD", "Value", p_password) 1278 1279 parse var p_mpoint p_drv '\' p_dir 1280 1281 p_dir = strip(p_dir,'T','\') 1282 1283 ok = VRset("CB_DRIVES" , "Value", p_drv) 1284 ok = VRset("EF_DIRECTORY" , "Value", p_dir) 1285 1286 ok = VRMethod("CN_CONDET", "RemoveRecord", selrec.I) 1287 1288 CALL PB_MOUNT_Click 1289 1252 1290 end 1253 1291 return … … 1440 1478 xx = VRMessage('Main', NLVGetMessage( 36, options.!user||upw'@'options.!workgroup'\\'options.!server'\'options.!share, vfs.!mountpoint )||'0D0A'x||'0D0A'x||SysGetMessage(ok)||'0D0A'x||'0D0A'x||SysGetMessage(ok, 'OSO001H.MSG'), NLVGetMessage(37), 'W') 1441 1479 end 1442 if cd.lastrh <> '' then ok = VRMethod("CN_CONDET", "SetFieldData", cd.lastrh, cd.statusfh, '#68:PMWP.DLL') 1480 if cd.lastrh <> '' then do 1481 ok = VRMethod("CN_CONDET", "SetFieldData", cd.lastrh, cd.statusfh, '#68:PMWP.DLL') /* Passive Connection icon */ 1482 ok = VRMethod("CN_CONDET", "SetFieldData", cd.lastrh, cd.passwordfh, '') /* remove pain text password */ 1483 end 1443 1484 1444 1485 /* In case the mountpoint was created for this failed operation, it is (optionally) removed again */ … … 1615 1656 CALL NLVSetText 'Menu_File_LOAD', 'Caption', 31 1616 1657 CALL NLVSetText 'Menu_File_ADVANCED', 'Caption', 24 1658 1659 CALL NLVSetText 'Menu_Selected_Connect', 'Caption', 28 1660 CALL NLVSetText 'Menu_Selected_Remove', 'Caption', 89 1661 CALL NLVSetText 'Menu_Selected_Retry', 'Caption', 90 1662 1617 1663 CALL NLVSetText 'Menu_Help_Extended', 'Caption', 4 1618 1664 … … 1738 1784 ok = VRMethod("CN_CONDET", "SetFieldData", cd.lastrh, cd.passwordfh, p_password, cd.spasswordfh, p_spassword, cd.masterfh, p_master, cd.mtypefh, p_mtype) 1739 1785 ok = VRMethod("CN_CONDET", "SetFieldData", cd.lastrh, cd.memlenfh, p_memlen, cd.easupportfh, p_easupport, cd.logfilefh, p_logfile, cd.loglevelfh, p_loglevel, cd.rwfh, p_rw) 1740 ok = VRMethod("CN_CONDET", "SetFieldData", cd.lastrh, cd.statusfh, '#64:PMWP.DLL') 1786 ok = VRMethod("CN_CONDET", "SetFieldData", cd.lastrh, cd.statusfh, '#64:PMWP.DLL') /* Active */ 1741 1787 1742 1788 hashstr = p_mpoint' 'translate(p_domain)' 'translate(p_server)' 'translate(p_share)' 'p_user' 'p_spassword' 'p_easupport' 'p_rw -
branches/guitools-2.0/evfsgui/evfsi_de.mkm
r317 r321 95 95 EVG0087I: ~Knopfleiste 96 96 EVG0088I: ~Verbindungsdetailanzeige 97 EVG0089 ?:98 EVG0090 ?:97 EVG0089I: Entfernen 98 EVG0090I: Nochmals versuchen 99 99 EVG0091?: 100 100 EVG0092?: -
branches/guitools-2.0/evfsgui/evfsi_en.mkm
r317 r321 94 94 EVG0086I: ~Tree view 95 95 EVG0087I: ~Buttons 96 EVG0088 ?: ~Connection details view97 EVG0089 ?:98 EVG0090 ?:96 EVG0088I: ~Connection details view 97 EVG0089I: Remove 98 EVG0090I: Retry 99 99 EVG0091?: 100 100 EVG0092?:
Note:
See TracChangeset
for help on using the changeset viewer.