Displaying 1 result from an estimated 1 matches for "text_box1".
Did you mean:
text_box
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
...ing myself to use wxRuby and DialogBlocks to create a front end
for a Ruby program I wrote. And I''m hopelessly stuck!
In DialogBlocks (or indeed wxFormBuilder, which gives me the same
problem) I can create a widget, give that widget a new id and class name
(in the example I created below, text_box1 and CaseChangeTextCtrl1,
respectively), and then add a module which utilises that widget in my
program, no problem.
But the moment I try to add a second widget with a second id and a
second class, (in the example below, text_box2 and CaseChangeTextCtrl2 )
I get an "uninitialized constant"...