dev carcass wrote:> IS THERE ANY GRAPHIC ENVIRONMENT DEVELOPMENT TOOL FOR RUBY?
>
If you''re looking something that will allow you to both edit ruby code
and visually design layouts rigth alongside each other, the only
wxWidgets designer that claims to support Ruby directly is VisualWx
http://visualwx.altervista.org/download2.php
I haven''t tried it and there isn''t much info on the site, so
I''d be
interested to learn about how it is.> I was forgetting... I''m thinking for MACINTOSH OS X but! deploying
for
> Windows and Mac.
>
It sounds like it uses wxPython, so perhaps could run on OS X. The
screenshots are all from Windows.> I Know I can use wxGlade and use the XML saved file to handle the
> events in Ruby, but Is there anything "more native" for Ruby for
OS X.
There''s certainly nothing as nice as XCode''s Interface Builder
for OS X.
If you''re willing to stick with the XRC route and writing the GUI
action
your normal editor, you might find you like one of the other GUI
builders better than wxGlade. People speak very well of DialogBlocks,
although again I haven''t tried it personally.
alex