> OK, the fault is in the way dTextBox dynamically determines its
 > superclasses. The code on line 25 of dTextBox.py reads:
 >
 > dTextBox.__bases__ = (tbm.dTextBoxMixin, masked.TextCtrl)
 >
 > which then modifies the *class* definition, not the instance
 > definition. The datanav just seem to make it easier for that to cause
 > a problem.

So after using a Masked control all new dTextBox instances will become 
wx.lib.masked.TextCtrl, right?
That does makes perfect sense and matches my findings.
Gess i was betrayed by my python skills, i allways read that code as 
changing the instance...not the class.

 > I hope to have a fix later today.

That would be great!

Well..it seems like we're done here... great!!, thanks for your help!

Regards,
Pedro Vale de Gato


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

Reply via email to