Changeset dd66fbd in sasview for guiframe/model_thread.py


Ignore:
Timestamp:
Feb 16, 2009 6:53:18 PM (15 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
f69bc394
Parents:
8f274b11
Message:

status bar changed—-removed error from data remove

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/model_thread.py

    rca88b2e rdd66fbd  
    125125         
    126126        wx.PostEvent(self.parent, StatusEvent(status="Plot \ 
    127         updating ... %g sec" % time)) 
     127        #updating ... %g sec" % time,curr_thread=self,type="update")) 
     128         
    128129         
    129130    def compute(self): 
     
    135136        center_x=0 
    136137        center_y=0 
    137         
     138         
    138139        self.starttime = time.time() 
     140        print "model_thread" 
    139141        wx.PostEvent(self.parent, StatusEvent(status=\ 
    140                        "Start Drawing model %g " % self.starttime)) 
     142                    "Start Drawing model %g " % (self.starttime))) 
    141143        lx = len(self.x) 
    142144        
Note: See TracChangeset for help on using the changeset viewer.