From: <GPo...@co...> - 2004-11-05 16:30:01
|
Curios what would be the lines of code to set a value for a control built in XRC I can load up the panel but how then to set the value for my wxTextCtrl $mainpanel = $self->{'xr'}->LoadPanel($self, 'panel'); <resource> <object class="wxPanel" name="panel"> <style>wxSUNKEN_BORDER</style> <object class="wxStaticText"> <label>Table</label> <pos>10,10</pos> <size>100,15</size> </object> <object class="wxTextCtrl" name="FirstArg"> <pos>10,25</pos> <size>120,20</size> </object> </object> </resource> I aplogize, it escapes me in the documentation and demo. Any help would be appreciated. Thanks Greg |