On Apr 7, 2007, at 1:09 PM, Carl Karsten wrote:
> What do you mean by "fully finished instantiating"? - I can't see
> how any python
> code would run in the middle of it.
In a class that is descended from several other classes,
initialization code in one level may be trying to access settings
that are established in another level that has yet to run. His class
has several possible levels for the afterInit() code:
this custom class
dPanel
_PanelMixin
dPemMixin
dPemMixinBase
autosuper
DoDefaultMixin
PropertyHelperMixin
EventMixin
dObject
By calling afterInitAll(), you can be sure that the full run of
initialization code has completed.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
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]