Changeset d70f6d2 in sasview


Ignore:
Timestamp:
Apr 6, 2017 10:18:42 AM (7 years ago)
Author:
Tim Snow <tim.snow@…>
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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
c5c247e
Parents:
9c9fae1
Message:

User feedback

Now updates the user via the message box when a calculation is being
performed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/basepage.py

    r9c9fae1 rd70f6d2  
    17091709            self._draw_model_after(inputVariables[0], inputVariables[1]) 
    17101710            self.threadedDrawQueue.task_done() 
     1711            wx.PostEvent(self._manager.parent, StatusEvent(status="Computation is in progress...", type = "progress")) 
    17111712 
    17121713    def _draw_model_after(self, update_chisqr=True, source='model'): 
Note: See TracChangeset for help on using the changeset viewer.