Computer Science Canada Smoothly resizing a Run Window? |
Author: | Cervantes [ Tue Mar 22, 2005 10:17 am ] | ||||
Post subject: | Smoothly resizing a Run Window? | ||||
We can smoothly move a window from one position to another:
But, how do we smoothly resize a window? Clearly, this isn't what we want:
Anyone know how to make this... good? Cheers |
Author: | mike200015 [ Wed Mar 23, 2005 5:30 pm ] |
Post subject: | |
i think if u use Window.Update (winID) then it might make it move smoother.. since this does the same thing almost as View.Set ("offscreenonly"). |
Author: | Flikerator [ Thu Mar 24, 2005 3:20 pm ] |
Post subject: | |
mike200015 wrote: i think if u use Window.Update (winID) then it might make it move smoother.. since this does the same thing almost as View.Set ("offscreenonly").
Clearly that won't work. To use Window.Update you have to first set it to offscreenonly by either using View.Set or when you make the window... Thats not the problem anyways. View.Update or Window.Update will update whats "in" the window, not the window iteself. Even using delay doesn't work. Use 50 delay and wait, its kinda strange (im using Xp). Ill try to think of a solution, but for now you are on your own ^^ |