Hi Ed,

On 07/01/2014 15:36, Ed Leafe wrote:
On Jan 7, 2014, at 8:14 AM, Werner <[email protected]> wrote:

I can see that dToolBarItem would get 'bindEvent' from being based on 
'dObject', but I don't see how 'dToolBar' would get it.
dToolBar is defined as:

import dControlMixin as cm
class dToolBar(cm.dControlMixin, wx.ToolBar):

Part of the inheritance tree of dControlMixin is dObject.
When I debug this the breakpoint in dObject.__init__ is not hit before I get the exception on line 512 which is in toolbar.py - dToolBarItem.__init__.

Any idea/tip on how I can debug/find what is causing this?

Werner


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to