Xenofur has asked for the wisdom of the Perl Monks concerning the following question:
However I cannot figure out how to actually access objects inside that, like for example a button named "test_button", for the purpose of changing labels or hiding/showing.use Wx::XRC; $self->{xrc} = Wx::XmlResource->new(); $self->{xrc}->InitAllHandlers(); $self->{xrc}->Load( 'test.xml' ); my $panel = $self->{xrc}->LoadPanel( $self, 'test_panel' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to get objects from wxperl xmlresource?
by Anonymous Monk on Mar 06, 2009 at 23:40 UTC | |
by Xenofur (Monk) on Mar 06, 2009 at 23:51 UTC |