Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I get the following error:my ( $self ) = @_; if( ( my $idx = $self->{accounts_listbox}->GetSelection() ) != wxNOT_ +FOUND ) { my $username = $self->{accounts_listbox}->GetString( ($idx) ); ...
Any thoughts? This same code works perfectly on my Win32 box.Can't locate object method "GetSelection" via package "Wx::ListBox"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: wxControlWithItems ?
by Anonymous Monk on Oct 11, 2009 at 16:58 UTC | |
by Anonymous Monk on Oct 12, 2009 at 12:19 UTC | |
by Anonymous Monk on Oct 17, 2009 at 20:10 UTC |