This may sound like a trivial question, but how would one go about animating a window?
What I mean by this is making a window slide smoothly between two positions instead of just making it disapear from the old position and appear at the new position.
I was thinking that perhaps I would need to start another process which updated the new position of the window every 1ms (or whatever) and then terminate when the movement is complete, or something along those lines.
Does anyone have any thoughts on this? I know I may sound pointless when you could just move the window instantly, but I really love making cool interfaces.
Thanks
Stephen Emslie