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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.