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!
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!
wartiaga wrote:Hi,With the SIZE command :
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!
Marc Venken wrote:Thank you but not work, I think the problem is in pelles, how i can define the control in pelles?Hi,With the SIZE command :
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!
DEFINE BUTTONBAR oBar OF oWnd 2007 SIZE 70, 60