Re: [perl-win32-gui-users] ListBox Crashing (Heinz 57 Steak Sauce)

2004-08-02 Thread Glenn Linderman
On approximately 8/2/2004 3:34 PM, came the following characters from the keyboard of Eric Hansen: Does anyone know if ListBoxes have a 57 item maximum in order To function correctly? I think there is probably a bug somewhere, not a 57 item maximum. Unless you tell me you are running on Win9x

[perl-win32-gui-users] ListBox Crashing (Heinz 57 Steak Sauce)

2004-08-02 Thread Eric Hansen
I have a ListBox that I load with 66 items maximum. When I try and do a $LB->RemoveItem($item) with 58 items or more In the ListBox, the program crashes. It just ends without any error displayed. 58 is the magic number. If I have 57 items or less, no problem removing an item. I wonde