Re: wxTreeListCtrl::DeleteAllItems crash

2014-12-08 Thread Steve Cookson
On 08/12/14 16:35, s...@akalabs.net wrote: It is absolutely part of wxperl already. I have it built against gtk3 and Wx3. Ok, I'm running 2.8 again, I'll check on another machine with 3 or 3.0.1. Regards Steve.

Re: wxTreeListCtrl::DeleteAllItems crash

2014-12-08 Thread sam
I had to install Wx::TreeListCtrl separately from CPAN. It is absolutely part of wxperl already. I have it built against gtk3 and Wx3. On 2014-12-08 01:00, Steve Cookson - gmail wrote: Hi Sam, You may be right. But I found it a bit hard to test. Firstly, I didn't have this installed, so I

Re: wxTreeListCtrl::DeleteAllItems crash

2014-12-08 Thread Steve Cookson - gmail
Hi Sam, You may be right. But I found it a bit hard to test. Firstly, I didn't have this installed, so I had to install Wx::TreeListCtrl separately from CPAN. After I had fixed the "variable on 4 redefines earlier object" it crashes on my system with: Can't locate object method "Delet

wxTreeListCtrl::DeleteAllItems crash

2014-12-05 Thread sam
I am getting crashes calling TreeListCtrl::DeleteAllItems. I'm assuming there's a bug and it's in wxperl. http://pastebin.com/HAvqLaqp http://pastebin.com/fcAY1nF4 I'd be happy to figure out more if anyone has guidance. Thanks.