dabo Commit
Revision 4651
Date: 2008-11-03 09:14:38 -0800 (Mon, 03 Nov 2008)
Author: Johnf
Trac: http://svn.dabodev.com/trac/dabo/changeset/4651

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

Log:
reverted back to Ed's first commit.  The delay was added because johnf had 
trouble with a few forms.  Johnf discovered the issue (a dynamic property 
calling a form update).

Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2008-11-03 16:22:02 UTC (rev 4650)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2008-11-03 17:14:38 UTC (rev 4651)
@@ -1212,7 +1212,7 @@
                        self.setStatusText(self.getCurrentRecordText())
                if self.Children:
                        self.raiseEvent(dEvents.Update)
-               dabo.ui.callAfterInterval(100, self.__updateDynamicProps)
+               dabo.ui.callAfter(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