dabo Commit
Revision 4629
Date: 2008-10-31 11:58:46 -0700 (Fri, 31 Oct 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4629

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

Log:
Changed the callAfter() to callAfterInterval() in order to fix a looping issues 
reported by John Fabiani.


Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2008-10-31 14:15:50 UTC (rev 4628)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2008-10-31 18:58:46 UTC (rev 4629)
@@ -1212,7 +1212,7 @@
                        self.setStatusText(self.getCurrentRecordText())
                if self.Children:
                        self.raiseEvent(dEvents.Update)
-               dabo.ui.callAfter(self.__updateDynamicProps)
+               dabo.ui.callAfterInterval(100, self.__updateDynamicProps)
 
                
        def __updateDynamicProps(self):




_______________________________________________
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