Subject: | Tk-MatchEntry does not support Tk-804 |
perl -v : 5.8.2
Tk-MatchEntry-0.2
OS: Linux 2.4 redhat 8.0
browsing in the list box does not work correctly.
The problem comes from the fact that the subroutine 'listbox_index' does
not return the correct index.
In:
my $sel = $self->Subwidget('slistbox')->Subwidget('listbox')->curselection;
$sel expects a scalar, but under the newest version of Tk an array_ref is being returned instead.