Hi,
I have a buttonbar in resource but the size after compile dont respect the resource size, see the image below:
In my code I use this:
REDEFINE BUTTONBAR oBar10 ID 100 OF oDlg20
How I can adjust?
Thanks in advance
wartiaga wrote:Hi,
I have a buttonbar in resource but the size after compile dont respect the resource size, see the image below:
In my code I use this:
REDEFINE BUTTONBAR oBar10 ID 100 OF oDlg20
How I can adjust?
Thanks in advance
cnavarro wrote:wartiaga wrote:Hi,
I have a buttonbar in resource but the size after compile dont respect the resource size, see the image below:
In my code I use this:
REDEFINE BUTTONBAR oBar10 ID 100 OF oDlg20
How I can adjust?
Thanks in advance
Try with oBar10:nRight := 300 ( or any value ), after the REDEFINE
If it does not work, try putting this instruction in the ON INIT clause of the dialog or container window
cnavarro wrote:Also, try with oBar10:Move( ..... ) METHOD ( on init clause )
Move( nTop, nLeft, nWidth, nHeight, lRepaint )
cnavarro wrote:I think method Move allow change size, not?Move( nTop, nLeft, nWidth, nHeight, lRepaint )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 75 guests