search for: casechangetextctrl1

Displaying 1 result from an estimated 1 matches for "casechangetextctrl1".

Did you mean: casechangetextctrl
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
...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" error for that widget...