From: Farrel Lifson Date: 2006-07-24T21:19:44+09:00 Subject: Re: How to create standl alones applications with Ruby On 24/07/06, Jose Pepe wrote: > Hi all > > In .NET, Eclipse/SWT, Interface Builder (mac os X) it is possible to > create a new form, and use drag/drop controls such as textboxes, > comboboxes, lists, datagrids, etc. And Also create reports in a similar > way, for example with Crystal Reports. > > What tools are available with Ruby to create stand alone application > using forms and reports, where I can drag and drop controls. > > thanks > jsn You can use Glade which is a visual designer for GTK/Gnome applications. The Ruby/Gnome2 bindings can then use the glade file to build up your app GUI. Farrel