aplonis has asked for the wisdom of the Perl Monks concerning the following question:
My copy of Mastering Perl/Tk said TList indexed just like Listbox. But I find nothing on how to retrieve the current selection. I tried to retrieve like for Listbox thus,
but it fails like so@foo = tlist_foo->curselection();
.Tk::Error: Failed to AUTOLOAD 'Tk::TList::curselection' at c:/Perl/sit +e/lib/Tk/Derived.pm line 461
How do I retrieve for TList, please?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk TList, no cursellection ?
by tall_man (Parson) on Jun 14, 2003 at 13:57 UTC |