From: Lyle Johnson Date: 2007-03-16T02:51:08+09:00 Subject: Re: Animated window resize with FXRuby On 3/15/07, Dat Chu wrote: > Does anyone know of any prebuilt framework to facilitate animation in > FXRuby (or GTK, or Qt)? I am coming from the web world and don't know > everything about desktop GUI. > > I can't seem to find any information on how to make similar animation > like those found in Scriptaculous, Mootools, .... There's not really anything like that built-in to FXRuby. You can certainly set up a little timeout loop and gradually change the window size (i.e. its width and height).