mailr16764 - /branches/uf_redesign/gui/export_bmrb.py


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

Header


Content

Posted by edward on June 08, 2012 - 13:05:
Author: bugman
Date: Fri Jun  8 13:05:33 2012
New Revision: 16764

URL: http://svn.gna.org/viewcvs/relax?rev=16764&view=rev
Log:
Reverted r16762 as this is no longer needed - the bmrb.write call will now 
open the results window.

The command used was:
svn merge -r16762:16761 .

.....
  r16762 | bugman | 2012-06-08 12:58:43 +0200 (Fri, 08 Jun 2012) | 3 lines
  Changed paths:
     M /branches/uf_redesign/gui/export_bmrb.py
  
  The BMRB export wizard now tricks the user into thinking that export is 
happening and taking time.
.....


Modified:
    branches/uf_redesign/gui/export_bmrb.py

Modified: branches/uf_redesign/gui/export_bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/export_bmrb.py?rev=16764&r1=16763&r2=16764&view=diff
==============================================================================
--- branches/uf_redesign/gui/export_bmrb.py (original)
+++ branches/uf_redesign/gui/export_bmrb.py Fri Jun  8 13:05:33 2012
@@ -24,7 +24,6 @@
 """The BMRB export wizard."""
 
 # Python module imports.
-from time import sleep
 import wx
 
 # relax module imports.
@@ -153,12 +152,6 @@
         # Execute the user function.
         uf_store['bmrb.write'](wx_parent=self, wx_wizard_sync=True, 
wx_wizard_modal=True)
 
-        # Pretend to do something to trick the user into thinking that the 
export is happening and taking time!
-        wx.Yield()
-        wx.BeginBusyCursor()
-        sleep(2)
-        wx.EndBusyCursor()
-
         # Close the window.
         self.Close()
 




Related Messages


Powered by MHonArc, Updated Fri Jun 08 13:20:02 2012