Help w/SizeWindow!!!
08-Jul-89 13:33:50
Sb: #56244-Help w/SizeWindow!!!
Fm: David Czaya 73445,407
To: Mike Weiblen 72506,2072
Mike,
Glad to help. I have used the CheckSize() function in a couple of projects
already and it works well. One project in particular can resize a window
depending on several conditions and if I just say:
IF condition THEN
SizeWindow(win,params);
CheckSize(win); END;
The window will get sized, go to the CheckSize() function and wait around until
the sizing is done. When it returns, I am assured that the sizing is complete.
Works fine.
Good luck.
-Dave