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' );
In reply to how to get objects from wxperl xmlresource? by Xenofur
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |