Changeset 571


Ignore:
Timestamp:
May 29, 2011, 11:34:39 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI 2.1: Display hints in statusbar during browsing

Location:
branches/guitools-2.0
Files:
3 edited

Legend:

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

    r570 r571  
    1111- Passive connections/double connection detection does not seem
    1212  to work properly
     13
     14Version 2.1.2 2011-05-29
     15- Added: Display some hints about what is going on in the statusbar
     16- Fixed: Do not crash if manually added machines do not allow browsing
    1317 
    1418Version 2.1.1 2011-03-08
  • branches/guitools-2.0/evfsgui/evfsgui.VRP

    r570 r571  
    1010VRXWindow: __VREFileListWindow,1,807,11033,1590,3358
    1111VRXWindow: __VRESectionListWindow,1,2674,10648,8696,4794
    12 VRXWindow: __VREToolsWindow,1,2517,7082,6480,1669
     12VRXWindow: __VREToolsWindow,1,2517,7082,6483,1659
    1313VRXWindow: __VREWindListWindow,1,542,8721,2650,3150
    1414UserFile: 1
  • branches/guitools-2.0/shared/smbtree.vrs

    r570 r571  
    230230    do I = 1 to smbmachine.0
    231231        say ' Going for "'smbmachine.I'"'
     232        if VRIsValidObject("DT_STATUSBAR") then ok = VRSet("DT_STATUSBAR","Caption", VRGet("DT_STATUSBAR","Caption")||'.')
    232233        stat = stream(smbmachine.I,'c','open read')
     234
    233235        if stat = "READY:" then do /* we found a readable output file */
    234236            OneWorkGroupOnly = 0
     
    371373    if UserCred = '-N' then UserCred = ''
    372374
     375    if VRIsValidObject("DT_STATUSBAR") then ok = VRSet("DT_STATUSBAR","Caption", "Ready.")
    373376    say time()' _AddSharesDisplay() loop end'
    374377return
Note: See TracChangeset for help on using the changeset viewer.