From: Graham Menhennitt Date: 2007-05-10T17:15:04+09:00 Subject: Re: wxRuby and wxGlade? On Tue, 8 May 2007 17:08:02 +0900, Guaton Carcass wrote: >NOW, I would like to able to create graphical interfaces in a more >"visual way"(event driven) than what wxRuby allows. I downloaded XRCed (see http://xrced.sourceforge.net/) allows you to edit XRC files and define GUIs. These files can then be loaded using wxRuby's XMLResource class (see http://wxruby.rubyforge.org/doc/xmlresource.html). I haven't done it myself with wxRuby but I have used fairly extensively it in wxPython. -- Graham