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"
In reply to wxControlWithItems ? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |