FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to specify dialog size when using xbrowser?
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
How to specify dialog size when using xbrowser?
Posted: Fri Oct 11, 2024 04:36 AM

Hi guys.

When using the XBROWSER command is it possible to specify the wanted height and width of its dialog?

TIA

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: How to specify dialog size when using xbrowser?
Posted: Fri Oct 11, 2024 04:47 AM
Dear Hua,
Code (fw): Select all Collapse
XBROWSER uValue TITLE "My xbrowse" SETUP Setup( oBrw )

function Setup( oBrw )

   oBrw:oWnd:SetSize( 400, 200 ) // desired width and height

return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: How to specify dialog size when using xbrowser?
Posted: Fri Oct 11, 2024 07:26 AM

Thanks for such prompt response Antonio!

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour

Continue the discussion