Hello,
In my application I have defined a window oWnd like this :
After having changed the sizes of oWnd in a certain dialog box, I tried to change the sizes of my window (unfortunately without any succes) with this code :
What do I do wrong ?
Of course, quitting and restarting my application solves the problem too, but that is not what I want.
Thanks a lot in advance.
In my application I have defined a window oWnd like this :
DEFINE WINDOW oWnd FROM xTop,xLeft TO xBottom,xRight ...After having changed the sizes of oWnd in a certain dialog box, I tried to change the sizes of my window (unfortunately without any succes) with this code :
oWnd:nTop() := xTop
oWnd:nLeft() := xLeft
oWnd:nBottom() := xBottom
oWnd:nRight() := xRight
oWnd:Refresh()What do I do wrong ?
Of course, quitting and restarting my application solves the problem too, but that is not what I want.
Thanks a lot in advance.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773