Paul Anonymous
2007-Apr-12 11:03 UTC
I''m looking for a wxwidgets interface builder which can output ruby code
Hi ! well i''m looking for a wxwidgets programming gui ( such as gtk/glade qt-designer ), which can output ruby code, i found wxglade, and wxdesigner, but both can''t output ruby files ... do you one ? ( which runs on linux ) thanks _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Alex Fenton
2007-Apr-12 11:09 UTC
[Wxruby-users] I''m looking for a wxwidgets interface builder which can output ruby code
Paul Anonymous wrote:> well i''m looking for a wxwidgets programming gui ( such as gtk/glade > qt-designer ), which can output ruby code, > i found wxglade, and wxdesigner, but both can''t output ruby files ...Choose any of the major wxWidgets designers but save the design as an ''XRC'' file. This is an xml dialect which describes a layout of widgets. Any wxWidgets port, including wxRuby can then load this layout and apply behaviours to it. Take a look at samples/xrc/xrc_sample.rb to see how it''s done in wxRuby. hth alex
Paul Anonymous
2007-Apr-12 11:33 UTC
[Wxruby-users] I''m looking for a wxwidgets interface builder which can output ruby code
thanks ( i should have read the website tutorials pages :) ) 2007/4/12, Alex Fenton <alex at pressure.to>:> > Paul Anonymous wrote: > > well i''m looking for a wxwidgets programming gui ( such as gtk/glade > > qt-designer ), which can output ruby code, > > i found wxglade, and wxdesigner, but both can''t output ruby files ... > Choose any of the major wxWidgets designers but save the design as an > ''XRC'' file. This is an xml dialect which describes a layout of widgets. > > Any wxWidgets port, including wxRuby can then load this layout and apply > behaviours to it. Take a look at samples/xrc/xrc_sample.rb to see how > it''s done in wxRuby. > > hth > alex > > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20070412/a05c9bc7/attachment.html
Sean Long
2007-Apr-12 15:18 UTC
[Wxruby-users] I''m looking for a wxwidgets interface builder which can output ruby code
Paul, I recommend DialogBlocks it is what I have used for a few years, works great and the author provides great support via the yahoo group. Not to mention it was written by Julian Smart the guy who originally started wxWidgets (then wxWindows). http://www.anthemion.co.uk/dialogblocks/ Sean On 4/12/07, Paul Anonymous <music.soothes.the.soul at gmail.com> wrote:> thanks ( i should have read the website tutorials pages :) ) > > 2007/4/12, Alex Fenton <alex at pressure.to>: > > Paul Anonymous wrote: > > > well i''m looking for a wxwidgets programming gui ( such as gtk/glade > > > qt-designer ), which can output ruby code, > > > i found wxglade, and wxdesigner, but both can''t output ruby files ... > > Choose any of the major wxWidgets designers but save the design as an > > ''XRC'' file. This is an xml dialect which describes a layout of widgets. > > > > Any wxWidgets port, including wxRuby can then load this layout and apply > > behaviours to it. Take a look at samples/xrc/xrc_sample.rb to see how > > it''s done in wxRuby. > > > > hth > > alex > > > > > > _______________________________________________ > > wxruby-users mailing list > > wxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/wxruby-users > > > > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >