dabo Commit
Revision 6964
Date: 2011-11-04 12:57:08 -0700 (Fri, 04 Nov 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6964

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

Log:
Add ellipses to the current record text in the status bar before a row 
navigation.
I have one application that accesses lots of child tables over a WAN link, and 
this at least gives some visual indication that the action was registered.


Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2011-11-04 19:23:05 UTC (rev 6963)
+++ trunk/dabo/ui/uiwx/dForm.py 2011-11-04 19:57:08 UTC (rev 6964)
@@ -261,6 +261,7 @@
                if self.activeControlValid() is False:
                        # Field validation failed
                        return False
+               self.setStatusText("%s..." % (self.getCurrentRecordText(),), 
immediate=True)
                err = self.beforePointerMove()
                if err:
                        self.notifyUser(err)



_______________________________________________
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