mailr14207 - /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 06, 2011 - 18:31:
Author: bugman
Date: Sat Aug  6 18:31:55 2011
New Revision: 14207

URL: http://svn.gna.org/viewcvs/relax?rev=14207&view=rev
Log:
Improvements to the relax controller tooltips.


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=14207&r1=14206&r2=14207&view=diff
==============================================================================
--- branches/gui_testing/gui/controller.py (original)
+++ branches/gui_testing/gui/controller.py Sat Aug  6 18:31:55 2011
@@ -254,7 +254,7 @@
         self.global_model_mf = self.add_text(self.panel_mf, panel_sizer, 
"Global model:", tooltip="This shows the global diffusion model of the 
dauvergne_protocol auto-analysis currently being optimised.  It will be one 
of 'local_tm', 'sphere', 'prolate', 'oblate', 'ellipsoid' or 'final'.")
 
         # Progress gauge.
-        self.progress_gauge_mf = self.add_gauge(self.panel_mf, panel_sizer, 
"Incremental progress:", tooltip="This shows the global iteration round of 
the dauvergne_protocol auto-analysis.  Optimisation of the global model may 
require between 5 to 15 iterations.  Therefore the maximum number of 
iterations should not be reached reached.  Once the global diffusion model 
has converged, this gauge will be set to 100%")
+        self.progress_gauge_mf = self.add_gauge(self.panel_mf, panel_sizer, 
"Incremental progress:", tooltip="This shows the global iteration round of 
the dauvergne_protocol auto-analysis.  Optimisation of the global model may 
require between 5 to 15 iterations.  The maximum number of iterations should 
not be reached.  Once the global diffusion model has converged, this gauge 
will be set to 100%")
 
         # MC sim gauge.
         self.mc_gauge_mf = self.add_gauge(self.panel_mf, panel_sizer, "Monte 
Carlo simulations:", tooltip="The Monte Carlo simulation number.  Monte Carlo 
simulations are only performed at the very end of the analysis in the 'final' 
global model.")




Related Messages


Powered by MHonArc, Updated Sat Aug 06 18:40:02 2011