Commit | Date | |
---|---|---|
[r14590]
by
bugman
Fix for the relax_fit.relax_time GUI user function. The combobox GetValue() call has been replaced by GetStringSelection() for the spectrum ID. |
2011-09-05 16:49:21 | Tree |
[r14589]
by
bugman
Removed the wx.Yield() call from the spin viewer window refresh() method. This is to prevent recursive wx.Yield calls on Mac OS X from killing relax. This change might cause |
2011-09-05 16:29:15 | Tree |
[r14588]
by
bugman
Fix for the Rx peak list wizard for Mac OS X. The combobox SetValue() call has been replaced with SetStringSelection(). |
2011-09-05 16:06:20 | Tree |
[r14587]
by
bugman
Text files in the results viewer window are now opened with a text editor on Mac OS X and MS Windows. On a Mac, the text file of NOE values was being opened up in 'Saturn', as the file ending '*.out' is |
2011-09-05 16:03:43 | Tree |
[r14586]
by
bugman
The gui_error window caption is now simply 'RelaxError' rather than the specific relax error name. This now matches the prompt/script print outs which only have RelaxError, unless debugging is turned on. |
2011-09-05 15:39:51 | Tree |
[r14585]
by
bugman
Fix for the NOE spectrum loading wizard - the comboboxes need SetStringSelection rather than SetValue calls. SetValue and GetValue on the read only combo boxes seems to fail on Mac OS X. |
2011-09-05 15:29:00 | Tree |
[r14584]
by
bugman
Mac OS X bug fix - the busy cursor is only turned off in the gui_raise window code if the busy cursor is on. |
2011-09-05 15:09:56 | Tree |
[r14583]
by
bugman
Mac OS X bug fix for racing in the GUI interpreter thread. The flush() method was not working properly on Mac OS X, so hopefully now it is thread-safe. There |
2011-09-05 13:50:15 | Tree |
[r14582]
by
bugman
Bug fix for Mac OS X for the spectrum.replicated GUI user function. A GetValue() call fails on Mac OS X for a read only wx.ComboBox if no value is set!!! Stupid Mac! |
2011-09-05 11:00:12 | Tree |
[r14581]
by
bugman
Fix for the Rx auto-analysis GUI test for the changes to the spectrum.replicated user function GUI page. |
2011-09-02 15:32:23 | Tree |