Re: Trying to trigger wxEVT_TREELIST_ITEM_CHECKED programmatically: not implemented?

2013-05-24 Thread Johan Vromans
Helen Craigman ga0...@gmail.com writes: System: Windows XP SP3, Citrus Perl 5.16.4, wxWidgets 2.9.5 Interesting... The latest version I can find on the downloads site is Citrus Perl 5.16.3, with wxWidgets 2.9.4. wxEVT_TREELIST_ITEM_CHECKED is not exported by the Wx module It seems that the

Re: Trying to trigger wxEVT_TREELIST_ITEM_CHECKED programmatically: not implemented?

2013-05-24 Thread Mark Dootson
Hi Helen, On 24/05/2013 04:43, Helen Craigman wrote: Hi wxPerl-users I am using wxPerl with wxWidgets 2.9.5. I am using TreeListCtrl, and need to implement triggering EVT_COMMAND_TREELIST_ITEM_CHECKED programmatically. In Wx we don't change state of anything by raising events. To change

Fwd: Re: Trying to trigger wxEVT_TREELIST_ITEM_CHECKED programmatically: not implemented?

2013-05-24 Thread Mark Dootson
Hi, On 24/05/2013 11:19, Helen Craigman wrote: Hi Mark In my code, I do use the CheckItem method, and that's working fine. The issue is, after I change the item check state, the event handler for EVT_TREELIST_ITEM_CHECKED does not get triggered, Yes, this particular event is only

Re: Trying to trigger wxEVT_TREELIST_ITEM_CHECKED programmatically: not implemented?

2013-05-24 Thread Helen Craigman
Thank you, Mark. I guess I don't have a choice but to do it this way. (Although it introduces some complications). Many thanks - Helen - Original Message - From: Mark Dootson To: Helen Craigman Sent: Friday, 24 May, 2013 14:18 Subject: Re: Trying to trigger