Animated window resize with FXRuby

D

Dat Chu

Hello,

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, ....

Any pointer would be appreciated guys.
 
L

Lyle Johnson

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).
 
R

richard.j.dale

Hello,

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, ....

Any pointer would be appreciated guys.
Qt4 QtRuby has Qt::TimeLine for animations that you can use in
conjunction with classes like Qt::GraphicsItemAnimation on a
Qt::GraphicsView canvas, as well as using it with ordinary Qt::Widgets.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,237
Messages
2,571,190
Members
47,827
Latest member
wyton

Latest Threads

Top