dabo Commit
Revision 6920
Date: 2011-10-25 22:03:56 -0700 (Tue, 25 Oct 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6920

Changed:
U   trunk/dabo/ui/uiwx/dFormMixin.py

Log:
After my callAfterInterval changes, my app suddenly started showing a dead
object error. Not sure what the difference is - perhaps the wx.FutureCall
was eating the exception on our behalf before.


Diff:
Modified: trunk/dabo/ui/uiwx/dFormMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dFormMixin.py    2011-10-26 01:30:03 UTC (rev 6919)
+++ trunk/dabo/ui/uiwx/dFormMixin.py    2011-10-26 05:03:56 UTC (rev 6920)
@@ -306,6 +306,8 @@
                        self.__refresh()
                else:
                        dabo.ui.callAfterInterval(interval, self.__refresh)
+
+       @dabo.ui.deadCheck
        def __refresh(self):
                super(dFormMixin, self).refresh()
 



_______________________________________________
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