From: "Peña, Botp" Date: 2007-01-31T12:07:40+09:00 Subject: Re: how do you make forms? Rae [mailto:Raeka8@yahoo.com] : # On Jan 29, 4:33 pm, Alin Popa wrote: # > 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 you may also want to try http://www.mikeparr.info/rubyguib/foxguibguide.htm it's promising and provides clear separation bw your code and gui form, this makes your overall resulting code very short and clean. (don't ask me yet, i'm still testing it too) kind regards -botp