Could this be done graphically in the controller instead? A graphical indication of completion would be cool! Maybe a general status icon could be used? A red round icon before starting, orange while running, and green once complete? It would add a bit more character to the controller. This shouldn't be hard to add.
Regards, Edward On 13 April 2010 07:28, <[email protected]> wrote: > Author: michaelbieri > Date: Tue Apr 13 07:28:19 2010 > New Revision: 11082 > > URL: http://svn.gna.org/viewcvs/relax?rev=11082&view=rev > Log: > Successfull Rx curvefit is reported in controller. > > Modified: > branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py > > Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py > URL: > http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=11082&r1=11081&r2=11082&view=diff > ============================================================================== > --- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original) > +++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Tue Apr 13 07:28:19 > 2010 > @@ -389,6 +389,9 @@ > > # Execute. > Relax_fit(filename = self.filename, seq_args=data.seq_args, directory > = data.save_dir, file_names=data.file_names, relax_times=data.relax_times, > int_method=data.int_method, mc_num=data.mc_num, pdb_file = > data.structure_file, unresolved = data.unresolved, view_plots = False) > + > + # Feedback about success. > + wx.CallAfter(self.gui.controller.log_panel.AppendText, > '\n\n__________________________________________________________\n\nSuccessfully > calculated Rx > values\n__________________________________________________________') > > > def link_data(self, data): > > > _______________________________________________ > relax (http://nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-commits > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

