From: Wesley P. <bu...@gm...> - 2006-10-30 18:09:56
|
I can not get my list object to respond to events. In the initialization for the child window I have: self.Bind(wx.EVT_LIST_ITEM_SELECTED, self.on_ItemSelected, \ self.components.List1) I have a corresponding routine called *on_ItemSelected* which never gets executed. I can fill the list from the main window with no problem. Any ideas? -- efil si doog |