FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse button bar size
Posts: 253
Joined: Wed May 25, 2016 01:04 AM
xbrowse button bar size
Posted: Thu Feb 02, 2023 05:08 PM

Hi,

How do I set the size of the button bar in xbrowse? In skins it has the correct size but it is not obeyed in the executable.

My code:

REDEFINE BUTTONBAR oBar1 ID 100 OF oDlgMail BORDER 2007

Thanks!

Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: xbrowse button bar size
Posted: Thu Feb 02, 2023 05:18 PM
wartiaga wrote:Hi,

How do I set the size of the button bar in xbrowse? In skins it has the correct size but it is not obeyed in the executable.
My code:

REDEFINE BUTTONBAR oBar1 ID 100 OF oDlgMail BORDER 2007

Thanks!
With the SIZE command :

DEFINE BUTTONBAR oBar OF oWnd 2007 SIZE 70, 60
Marc Venken

Using: FWH 23.08 with Harbour
Posts: 253
Joined: Wed May 25, 2016 01:04 AM
Re: xbrowse button bar size
Posted: Thu Feb 02, 2023 05:39 PM
Marc Venken wrote:
Hi,

How do I set the size of the button bar in xbrowse? In skins it has the correct size but it is not obeyed in the executable.
My code:

REDEFINE BUTTONBAR oBar1 ID 100 OF oDlgMail BORDER 2007

Thanks!
With the SIZE command :

DEFINE BUTTONBAR oBar OF oWnd 2007 SIZE 70, 60
Thank you but not work, I think the problem is in pelles, how i can define the control in pelles?

Continue the discussion