From: gabriele renzi Date: 2004-12-31T01:01:43+09:00 Subject: Re: GUI toolkit which separates UI specification from driving logic Gavri Fernandez ha scritto: > Hi, > Is there one for Ruby? Like XUL for Javascript. > wxWidgets and Fox both need the programmer to build the UI using code > instead of markup. > > Why aren't there more frameworks/toolkits for Desktop applications > which separate these 2 concerns? I was just looking at the wxRuby > samples and thought that this shouldn't be so hard.... I think wxwidget has an xml format named XRC for this. There is also the .UI format from QtDesigner accessible from qtruby and Glade from the ruby-gnome2 project. I don't really love this approach, but you have the choice ;)