Changeset 634
- Timestamp:
- Sep 13, 2011, 8:48:04 AM (14 years ago)
- Location:
- branches/guitools-2.0/evfsgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/evfsgui.VRP
r633 r634 10 10 VRXWindow: __VREFileListWindow,1,807,11033,1590,3358 11 11 VRXWindow: __VRESectionListWindow,1,2674,10648,8696,4794 12 VRXWindow: __VREToolsWindow,1,2529,723,648 6,166512 VRXWindow: __VREToolsWindow,1,2529,723,6489,1667 13 13 VRXWindow: __VREWindListWindow,1,542,8721,2951,3150 14 14 UserFile: 1 -
branches/guitools-2.0/evfsgui/evfsgui.VRX
r633 r634 740 740 credentials.!password = VRGet("EF_PASSWORD","Value") 741 741 742 if advanced.!browseauth = 1 & credentials.!username = "" then do743 window = VRLoadSecondary( "SW_LOGIN", "W" )744 end745 746 742 if pos("4OS2", value("COMSPEC",,"OS2ENVIRONMENT")) = 0 747 743 then UserCred = '--user='Credentials.!username'%'Credentials.!password … … 2021 2017 main_iwidth = VRGet("Main","InteriorWidth") /* Width of window client-area */ 2022 2018 main_iheight = VRGet("Main","InteriorHeight") /* Height of window client-area */ 2023 say main_iheight 2019 2024 2020 if main_iheight < 5500 then ok = VRSet("Main","Height",6200) 2025 2021 sbar_height = VRGet("GB_STATUSBAR","Height") /* Height of status-bar */ … … 3612 3608 PB_REFRESH_Click: PROCEDURE EXPOSE settings. options. icons. fs. samba. debuglevel advanced. UserCred Refreshmode 3613 3609 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 3614 3615 call _UserCredUpdate 3615 3616 ok = VRset("Pict_Throbber", "Visible", 1) … … 3900 3901 OldPos = VRGet("SPLIT_Main","Left") 3901 3902 ok = VRSet("SPLIT_Main","Left", NewPos) 3902 ok = VRset("GB_SMBTREE","Left", NewPos+60)3903 ok = VRset("GB_SMBTREE","Left", NewPos+60) 3903 3904 call Main_Resize 3904 3905 ok = VRset("Main", "Painting", 1)
Note:
See TracChangeset
for help on using the changeset viewer.