larry wrote:
> 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.

This idea sounds reasonable to me. Ed?

Paul



_______________________________________________
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