From: Mattia B. <mb...@ds...> - 2001-10-26 21:16:33
|
> hi, > > in the code below i use a CheckListBox and a TreeCtrl; i fill the > CheckListBox with values 1..100 with the sub FillCheckBox in the package > myTreeCtrl; when i run the app and click into the CheckListBox the > program will abort because of a memory-access-violation. sometimes this > happens at the first click inside, sometimes it takes some more. i get > the same error when having marked an item in the CheckListBox and > pressing spacebar. i'm working under Win2000, perl v5.6.0 from > ActiveState and wxPerl 0.07. can anyone help me ? It is/was my fault: there is an error in Wx::CheckListBox; use Wx::CheckListBox( $parent, $id, $pos, $size, $items, 0x0100 ); This will be fixed the proper way in 0.08 ( that I'll put out as sook as wxWIndows 2.2.8 is out ) Thanks! Mattia |