Changeset 330


Ignore:
Timestamp:
Sep 9, 2009, 5:37:04 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI V.next (4 more issues fixed)

Location:
branches/guitools-2.0/evfsgui
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/evfsgui/changes

    r328 r330  
    4343- Changed: Redesigned mount dialog
    4444- Changed: Redesigned login dialog
     45- Changed: Clarified message about multiple connections
    4546- Fixed: Loading a profile presented the user a half drawn window
    46 - Fixed: Startup code if no evfsgui.ini is present
     47- Fixed: Startup code was broken if no evfsgui.ini is present
    4748- Fixed: CltInit uses smbclient.exe instead of smbd.exe to find Samba binaries
    4849- Fixed: Message queue during resize isn't cleared (no flashing during resize)
     
    5657- Fixed: Password display broken on double connection warning
    5758- Fixed: Detect more printers
     59- Fixed: Confirmation of removal of a single connection was missing
     60- Fixed: Dropdown combobox in mount dialog was readonly
    5861
    5962ToDo:
  • branches/guitools-2.0/evfsgui/evfsgui.VRP

    r328 r330  
    88VRXWindow: __VREMainWindow,1,530,2457,879,4071
    99VRXWindow: __VRESectionListWindow,1,337,11708,11623,3686
    10 VRXWindow: __VREToolsWindow,1,518,530,6984,1663
     10VRXWindow: __VREToolsWindow,1,518,530,6993,1669
    1111VRXWindow: __VREWindListWindow,1,482,7661,2650,3150
    1212UserFile: 1
    13 UserWindow: SW_LOGIN,1
     13UserWindow: Main,1
     14UserWindow: SW_MOUNTPOINT,1
  • branches/guitools-2.0/evfsgui/evfsgui.VRX

    r328 r330  
    14131413            mpidx = VRMethod('CN_CONDET', "GetFieldData", selrec.I, cd.mpidxfh)
    14141414            if mpidx = 1 then do
     1415                btns.0 = 2
     1416                btns.1 = NLVGetMessage( 6 )
     1417                btns.2 = NLVGetMessage( 7 )
     1418                confirm = VRMessage('Main', NLVGetMessage( 72, mountpoint ), NLVGetMessage( 8 ), 'Q', 'btns.', 1, 2 )
     1419                IF confirm \= 1 THEN RETURN
     1420
    14151421                dyn ="ok = "fs.!prefix"RxUnmount( mountpoint, mpidx )"
    14161422                IF options.!debug == 1 THEN SAY time()' '||dyn
     
    18401846    CALL NLVSetText 'Menu_File_LOAD',     'Caption', 31
    18411847    CALL NLVSetText 'Menu_File_SETTINGS', 'Caption', 47
    1842     CALL NLVSetText 'Menu_File_ADVANCED', 'Caption', 24
     1848    CALL NLVSetText 'Menu_File_ADVANCED', 'Caption', 40
    18431849
    18441850    CALL NLVSetText 'Menu_Selected_Connect', 'Caption', 28
  • branches/guitools-2.0/evfsgui/evfsi_de.mkm

    r328 r330  
    6262EVG0055I: Profildatei ”ffnen
    6363EVG0056I: Die Datei %1 konnte nicht ge”ffnet werden.
    64 EVG0057I: Die Verbindung(en) auf %1 trennen?
     64EVG0057I: Die Verbindung(en) zu %1 trennen?
    6565EVG0058I: Alle Verbindungen zu %1 werden auch getrennt.  Dieses Laufwerk abh„ngen?
    6666EVG0059I: EVFS Netzwerkverbindungen starten
     
    7676EVG0069I: R/W
    7777EVG0070I: Groáe Symbole
    78 EVG0071I: Mehrfachverbindung, entfernen nicht m”glich!
    79 EVG0072?:
     78EVG0071I: Mehrfachverbindung, einzeln trennen nicht m”glich!
     79EVG0072I: Die Verbindung von %1 zu %2 trennen?
    8080EVG0073?:
    8181EVG0074?:
  • branches/guitools-2.0/evfsgui/evfsi_en.mkm

    r328 r330  
    7676EVG0069I: R/W
    7777EVG0070I: Large icons
    78 EVG0071I: Multiple connections, cannot remove!
    79 EVG0072?:
     78EVG0071I: Multiple connections, cannot remove only one!
     79EVG0072I: Really unmount %1 connected to %2?
    8080EVG0073?:
    8181EVG0074?:
Note: See TracChangeset for help on using the changeset viewer.