Hello Aldo, Wednesday, March 08, 2000, you wrote: AC> sub Remove_Click { AC> foreach $i ( AC> sort { $b <=> $a } AC> $List2->SelectedItems() AC> ) { AC> $List2->RemoveItem($i); AC> print "Chosen $i,"; AC> } AC> print "\n"; AC> return 1; AC> } AC> I'll fix SelectedItems() to return items already sorted AC> in descending order, so there'll be no confusion :-) may be there is reason to fix ->RemoveItem to support list of items to remove ? :) Best regards, Max mailto:[EMAIL PROTECTED]
- [perl-win32-gui] BUG in listbox? DIScussion
- Re: [perl-win32-gui] BUG in listbox? Aldo Calpini
- [perl-win32-gui] DateTime Danny Hoffman
- Re: [perl-win32-gui] BUG in listbox? Max Kozlov
- Re: [perl-win32-gui] BUG in listbox? Robert White