On Saturday 22 November 2008 06:43:14 am 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.
>
> Thanks,
> Larry Long
>

Paul has requested that proposed code changes be provided in svn diff format.  
Apparently it can be used to check your changes in a easy manner.   I just 
checked and TortoiseSVN has a command line interface (I didn't know) which 
will allow you to provide the changes in the correct manner.

open a command prompt
cd dabo
 svn diff > requested_change.diff 

Cut and paste the diff to your email.

One of these days I have to read the SVN manual - after all it is a tool we 
are using almost daily now.  



-- 
John Fabiani


_______________________________________________
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