Displaying 3 results from an estimated 3 matches for "visualwx".
Did you mean:
visual
2005 Sep 24
2
Interesting Link...
http://visualwx.altervista.org/
A visual builder for wxWindows that purports to support Ruby. I''ll play
with this some and see if I can design projects that work with wxRuby2.
Roy
2007 Aug 02
1
RAD tool for OS X?
Hello everybody, I''ve been getting very impressed with the features of
wxRuby. I was wondering...
IS THERE ANY GRAPHIC ENVIRONMENT DEVELOPMENT TOOL FOR RUBY?
Something like Boa Constructor for PYTHON or Glade?
I was forgetting... I''m thinking for MACINTOSH OS X but! deploying for
Windows and Mac.
I Know I can use wxGlade and use the XML saved file to handle the
events in
2006 Dec 02
7
Gauge Problem with XRC?
Hi
I''ve just started using wxruby2-preview-0.0.36-i386-mswin32
outsourcing layout part to the external XRC file. Almost everything
seems to be fine. Only that I can never retrieve Gauge objects in the
main script. What I''ve been trying is something like this:
class MainFrame < Wx::Frame
include Wx
def initialize(parent)
super(nil,-1, "")