dabo Commit
Revision 5790
Date: 2010-04-22 14:40:14 -0700 (Thu, 22 Apr 2010)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5790

Changed:
U   trunk/dabo/dReportWriter.py

Log:
Attempt fix to 'wxYield called recursively' from some of my clients.


Diff:
Modified: trunk/dabo/dReportWriter.py
===================================================================
--- trunk/dabo/dReportWriter.py 2010-04-22 18:46:04 UTC (rev 5789)
+++ trunk/dabo/dReportWriter.py 2010-04-22 21:40:14 UTC (rev 5790)
@@ -48,7 +48,7 @@
                        win.updateProgress(0, len(self.Cursor))
                        win.Visible = True
                        win.Form.fitToSizer()
-                       dabo.ui.yieldUI()
+                       #dabo.ui.yieldUI()  ## getting wxYield called 
recursively, sometimes. Doesn't appear to be needed, here
 
        def _updateProgress(self):
                win = self.ProgressControl



_______________________________________________
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