Hi Tim,> --- Tim Sutherland <timsuth@ihug.co.nz> wrote: > Date: Thu, 17 Jun 2004 14:55:06 +1200 > > Okay. wxWidgets uses native widgets. It should have > worked. >> What''s wxRuby like? wxRuby is a cross-platform rapid development GUI building framework. I find it very intuitive and easy to use. Like it!> I noticed that there are several (Python-based) GUI > designers for wxWidgets which can output an XML > representation of the GUI (versus outputting Python > code). Have you used wxRuby with such a tool?You mean like wxGlade ? I am not aware of such in Ruby. But, honestly, I have not done enough research to do justice to your question. I will pass it on to the wxRuby users ML. I am sure, if there is any such tool, then we will hear something back. Mean while, I am still not able to find an app which has > 20 child windows reported by your library ... -- shanko
Shashank Date wrote:>>--- Tim Sutherland <timsuth@ihug.co.nz> wrote: >>I noticed that there are several (Python-based) GUI >>designers for wxWidgets which can output an XML >>representation of the GUI (versus outputting Python >>code). Have you used wxRuby with such a tool? > > You mean like wxGlade ? I am not aware of such in > wxRuby.As far as I know, there are no GUI designer apps for wxRuby yet. I *think* I remember someone posting a note to this list quite a while ago, saying that the wxGlade author had promised to support wxRuby code generation when wxRuby was mature. Kevin
I ported some of the XRC library to wxRuby, but I don''t believe it builds by default. I''ve used DialogBlocks (Julian Smart''s dialog editor) and wxruby, and it''s a good combo - fast dialog generation plus fast code development = happy camper. Nick Kevin Smith wrote:> Shashank Date wrote: > >>> --- Tim Sutherland <timsuth@ihug.co.nz> wrote: >>> I noticed that there are several (Python-based) GUI >>> designers for wxWidgets which can output an XML >>> representation of the GUI (versus outputting Python code). Have you >>> used wxRuby with such a tool? >> >> >> You mean like wxGlade ? I am not aware of such in wxRuby. > > > As far as I know, there are no GUI designer apps for wxRuby yet. I > *think* I remember someone posting a note to this list quite a while > ago, saying that the wxGlade author had promised to support wxRuby > code generation when wxRuby was mature. > > Kevin > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > >