Changeset 634


Ignore:
Timestamp:
Sep 13, 2011, 8:48:04 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI 2.1.x: Fetch missing credentials for browsing

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

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/evfsgui/evfsgui.VRP

    r633 r634  
    1010VRXWindow: __VREFileListWindow,1,807,11033,1590,3358
    1111VRXWindow: __VRESectionListWindow,1,2674,10648,8696,4794
    12 VRXWindow: __VREToolsWindow,1,2529,723,6486,1665
     12VRXWindow: __VREToolsWindow,1,2529,723,6489,1667
    1313VRXWindow: __VREWindListWindow,1,542,8721,2951,3150
    1414UserFile: 1
  • branches/guitools-2.0/evfsgui/evfsgui.VRX

    r633 r634  
    740740    credentials.!password = VRGet("EF_PASSWORD","Value")
    741741
    742     if advanced.!browseauth = 1 & credentials.!username = "" then do
    743         window = VRLoadSecondary( "SW_LOGIN", "W" )
    744     end
    745 
    746742    if pos("4OS2", value("COMSPEC",,"OS2ENVIRONMENT")) = 0
    747743        then UserCred = '--user='Credentials.!username'%'Credentials.!password
     
    20212017    main_iwidth  = VRGet("Main","InteriorWidth")                /* Width of window client-area */
    20222018    main_iheight = VRGet("Main","InteriorHeight")               /* Height of window client-area */
    2023 say main_iheight
     2019
    20242020    if main_iheight < 5500 then ok = VRSet("Main","Height",6200)
    20252021    sbar_height  = VRGet("GB_STATUSBAR","Height")               /* Height of status-bar */
     
    36123608PB_REFRESH_Click: PROCEDURE EXPOSE settings. options. icons. fs. samba. debuglevel advanced. UserCred Refreshmode
    36133609    IF options.!debug == 1 THEN SAY time()' '||"PB_REFRESH_Click started"
     3610
     3611    if advanced.!browseauth = 1 & (UserCred = "--user=%" | UserCred = "" ) then do
     3612        window = VRLoadSecondary( "SW_LOGIN", "W" )
     3613    end
     3614
    36143615    call _UserCredUpdate
    36153616    ok = VRset("Pict_Throbber", "Visible", 1)
     
    39003901    OldPos = VRGet("SPLIT_Main","Left")
    39013902    ok = VRSet("SPLIT_Main","Left", NewPos)
    3902     ok = VRset("GB_SMBTREE","Left",NewPos+60)
     3903    ok = VRset("GB_SMBTREE","Left", NewPos+60)
    39033904    call Main_Resize
    39043905    ok = VRset("Main", "Painting", 1)
Note: See TracChangeset for help on using the changeset viewer.