From: Rae Date: 2007-01-31T11:50:07+09:00 Subject: Re: how do you make forms? On Jan 29, 4:33 pm, Alin Popa wrote: > Raewrote: > > How do you make forms for your program in Ruby? Do you need some > > particular software? > > HelloRae, > > My advice is to use Glade as a visual designer of the forms and, of > course, GTK2 as GUI libraries. Using glade is very easy and after that, > just require 'libglade2' and read the whole form by using GladeXML > class. > > For more details, checkhttp://ruby-gnome2.sourceforge.jp/ > > Here is a video demo of how to use ruby with glade2:http://redhanded.hobix.com/cult/rubyGnome2andglade2demo.html > > Best regards, > Alin. > > -- > Posted viahttp://www.ruby-forum.com/. Thanks. Looks great. Will try it!