Suggest adding test for dead objects in *After methods such as
In callAfter and callAfterInterval
if isinstance(fnc, dabo.ui.deadObject) or not fnc._constructed():
return
In setAfter and setAfterInterval
if isinstance(obj, dabo.ui.deadObject) or not obj._constructed():
return
To prevent dead object exceptions when objs have been released such as closing
a form.
Thanks,
Larry Long
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
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]