From: Mark W. <ma...@ne...> - 2006-12-16 19:15:48
|
Hi Barrie, I tried to amend the Demo to attempt to use events but I got an error. EVT_TREE_SEL_CHANGED( $tree, $tree, \&OnSelChange ); Can't locate object method "Connect" via package "Wx::TreeListCtrl" I am not sure what to do here, perhaps somebody else has some ideas? Thanks Mark > -----Original Message----- > From: Barrie Slaymaker [mailto:ba...@sl...] > Sent: 16 December 2006 08:09 PM > To: Mark Wardell > Subject: Wx::TreeListCtrl events? > > Mark, > > I have built & am running Wx::TreeListCtrl (on WinXP, FWIW), > many thanks for the wrapper. However, I notice that events > aren't getting delivered. To make sure it wasn't my code, I > converted to Wx::TreeCtrl and they work fine). > > Any thoughts? I'll be glad to patch, esp. if you have some > idea of where I should start looking. > > - Barrie |