mailr14075 - /branches/gui_testing/gui/controller.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 02, 2011 - 18:01:
Author: bugman
Date: Tue Aug  2 18:01:33 2011
New Revision: 14075

URL: http://svn.gna.org/viewcvs/relax?rev=14075&view=rev
Log:
The relax controller is now using the WriteText() method to allow for 
scrolling back in the logs.


Modified:
    branches/gui_testing/gui/controller.py

Modified: branches/gui_testing/gui/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/controller.py?rev=14075&r1=14074&r2=14075&view=diff
==============================================================================
--- branches/gui_testing/gui/controller.py (original)
+++ branches/gui_testing/gui/controller.py Tue Aug  2 18:01:33 2011
@@ -517,7 +517,7 @@
             self.control.Refresh()
 
         # Append the text to the controller asynchronously.
-        self.control.AppendText(string)
+        self.control.WriteText(string)
 
 
     def write(self, string):




Related Messages


Powered by MHonArc, Updated Tue Aug 02 18:20:01 2011