From: shawn bright Date: 2007-03-27T03:45:00+09:00 Subject: Re: Question about using ruby and gtk to make an app ------=_Part_276998_23832751.1174934698127 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline i am not sure what your question is, but i am using ruby and glade a lot. Very, very easy. this site http://ruby-gnome2.sourceforge.jp/ has lots of good stuff. There is even a single command in ruby that will allow you to create a skeleton rb file to use with a glade file, its ruby-glade-create-template gladefile.glade > yourapp.rb very cool, sk On 3/26/07, Demetrius Gallitzin wrote: > > Chapter 2: GUI Toolkits for Ruby > http://www.syngress.com/book_catalog/183_Ruby/sample.htm > > This is a long but good free sample chapter from the _Ruby Developer's > Guide_. > > The section on "Using the Glade GUI Builder" (gtk) is nice, but I wish > maybe for one or two more full examples of it. I think glade or > glade-type tools can have a big impact by keeping the GUI and your > application as interchangeable parts. It is also multi-platform. > > Author: Michael Neumann > ISBN: 1928994644 > Syngress.com > January 18, 2002 > New Price: $29.95 (The free sample chapter is a mini-book on GUI > toolkits) > > ------=_Part_276998_23832751.1174934698127--