On Dec 8, 2009, at 6:19 PM, Jacek Kałucki wrote:

> I found, that overwriting dSearchBox.__initEvents() method with:
>     def _initEvents(self): print "No events!"
> resolves my issue.
> But I can't accept this.
> So, question is, what kind of event should I examine?

        I don't really know why that should work, since _initEvents() is what  
binds the button events, and if you override it, you will not have  
events to respond to.

        What happens if you remove the overwriting, and instead change the  
order of the superclasses in the class definition: e.g.:

class dSearchBox(wx.SearchCtrl, tbm.dTextBoxMixin):


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://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