dabo Commit
Revision 6955
Date: 2011-10-28 12:34:41 -0700 (Fri, 28 Oct 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6955
Changed:
U trunk/dabo/ui/uiwx/dPemMixin.py
Log:
We don't want the update delay on the setting of the record text in the
status bar, because update will have already been delayed by default.
Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py 2011-10-28 19:22:01 UTC (rev 6954)
+++ trunk/dabo/ui/uiwx/dPemMixin.py 2011-10-28 19:34:41 UTC (rev 6955)
@@ -1332,7 +1332,7 @@
return
if isinstance(self, dabo.ui.dForm) and
self.AutoUpdateStatusText \
and self.Visible:
- self.setStatusText(self.getCurrentRecordText())
+ self.setStatusText(self.getCurrentRecordText(),
immediate=True)
if self.Children:
self.raiseEvent(dEvents.Update)
dabo.ui.callAfter(self.__updateDynamicProps)
_______________________________________________
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]