How to develop cool GUI with Ruby

Hi All,

Which is the best RAD tool for Ruby to dev cool GUI program?

Can use glade to design the GUI, then save the design as glade.xml, use
glade-ruby to load the xml, parse it, invoke with TK?

Is there any example for this? (I don’t want to start with TK, manually
edit
with GUI code part …)

Thanks,
Jim

Jim Z. wrote:

Thanks,
Jim

http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla

Hello,

You can use Qt Designer if you use QtRuby.


Pau Garcia i Quiles
http://www.elpauer.org
(Due to the amount of work, I usually need 10 days to answer)

Quoting Jim Z. [email protected]:

I just see the ruby-zilla demo, very cool :slight_smile:

Thanks,
Jim

2007/6/8, Reid T. [email protected]:

manually edit
with GUI code part …)

Thanks,
Jim

http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla

http://ruby-gnome2.sourceforge.jp/


Best regards,

Jim Z.

There is also the Zerenity library.
http://groups.google.com/group/ruby-talk-google/browse_thread/thread/35af562fd1fa2efa

I haven’t used it much, but it was really quick to get something basic
up and running.

Gustav P.

On Fri, Jun 08, 2007 at 05:17:34PM +0900, Gustav P. wrote:

There is also the Zerenity library.
http://groups.google.com/group/ruby-talk-google/browse_thread/thread/35af562fd1fa2efa

I haven’t used it much, but it was really quick to get something basic
up and running.

There’s always Xdialog, too, I suppose. Nice and simple, if your needs
are simple too.