in reply to
Tk Listbox problem
Check the return of
$remove_list->curselection
. curselection returns the number of items selected or an empty string for no selection.
perldoc Tk::Listbox
has more information.
HTH...
Comment on
Re: Tk Listbox problem
Select
or
Download
Code
Replies are listed 'Best First'.
In Section
Seekers of Perl Wisdom