mailr14728 - in /1.3/gui/analyses: auto_model_free.py auto_noe.py auto_rx_base.py


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

Header


Content

Posted by edward on September 21, 2011 - 14:24:
Author: bugman
Date: Wed Sep 21 14:24:14 2011
New Revision: 14728

URL: http://svn.gna.org/viewcvs/relax?rev=14728&view=rev
Log:
Clicking on 'Execute relax' now raises the relax controller to the front, if 
already shown.


Modified:
    1.3/gui/analyses/auto_model_free.py
    1.3/gui/analyses/auto_noe.py
    1.3/gui/analyses/auto_rx_base.py

Modified: 1.3/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_model_free.py?rev=14728&r1=14727&r2=14728&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_model_free.py (original)
+++ 1.3/gui/analyses/auto_model_free.py Wed Sep 21 14:24:14 2011
@@ -563,7 +563,7 @@
 
         # Display the relax controller.
         if status.show_gui:
-            self.gui.controller.Show()
+            self.gui.show_controller(None)
 
         # Start the thread.
         self.thread = Execute_mf(self.gui, data, self.data_index)

Modified: 1.3/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_noe.py?rev=14728&r1=14727&r2=14728&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_noe.py (original)
+++ 1.3/gui/analyses/auto_noe.py Wed Sep 21 14:24:14 2011
@@ -259,7 +259,7 @@
 
         # Display the relax controller.
         if status.show_gui:
-            self.gui.controller.Show()
+            self.gui.show_controller(None)
 
         # Start the thread.
         self.thread = Execute_noe(self.gui, data, self.data_index)

Modified: 1.3/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_rx_base.py?rev=14728&r1=14727&r2=14728&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_rx_base.py (original)
+++ 1.3/gui/analyses/auto_rx_base.py Wed Sep 21 14:24:14 2011
@@ -275,7 +275,7 @@
 
         # Display the relax controller.
         if status.show_gui:
-            self.gui.controller.Show()
+            self.gui.show_controller(None)
 
         # Start the thread.
         self.thread = Execute_rx(self.gui, data, self.data_index)




Related Messages


Powered by MHonArc, Updated Wed Sep 21 14:40:02 2011