Hi guys.
When using the XBROWSER command is it possible to specify the wanted height and width of its dialog?
TIA
How to specify dialog size when using xbrowser?
How to specify dialog size when using xbrowser?
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: How to specify dialog size when using xbrowser?
Dear Hua,
Code: Select all | Expand
XBROWSER uValue TITLE "My xbrowse" SETUP Setup( oBrw )
function Setup( oBrw )
oBrw:oWnd:SetSize( 400, 200 ) // desired width and height
return nil
Re: How to specify dialog size when using xbrowser?
Thanks for such prompt response Antonio!
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour