Hi,
How can I change the height and width of a buttonbar created in resource?
Thanks in advance.
Change buttonbar size
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Change buttonbar size
If you are using it from a dialog then you can resize it from the ACTIVATE DIALOG oDlg ON INIT ...
Could you please provide a small PRG to show how you are doing it ?
many thanks
Could you please provide a small PRG to show how you are doing it ?
many thanks
Re: Change buttonbar size
Hi Antonio,Antonio Linares wrote:If you are using it from a dialog then you can resize it from the ACTIVATE DIALOG oDlg ON INIT ...
Could you please provide a small PRG to show how you are doing it ?
many thanks
I solved it with ON INIT (oBar2:SetSize(107.5, 25),oBar2:Refresh())
Thank You!