On 8 Mar 2006 04:25:38 -0800, "Iain King" <[EMAIL PROTECTED]> wrote:
>
>at the end  TestPanel.__init__ I added:
>
>self.Bind(wx.EVT_TREE_SEL_CHANGED, self.test, dir1)
>{...]

Try this instead:

t = dir1.GetTreeCtrl()
t.Bind(wx.EVT_TREE_SEL_CHANGED, self.test)


-- 
Franz Steinhaeusler
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to