Changeset 533d38d in sasview for sansview/perspectives/fitting


Ignore:
Timestamp:
Apr 14, 2010 2:46:34 PM (15 years ago)
Author:
Jae Cho <jhjcho@…>
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:
1350c87
Parents:
7d0859f
Message:

Updated tip: how to link data to fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/hint_fitpage.py

    r00e8df8 r533d38d  
    2626        box_description= wx.StaticBox(self, -1,name) 
    2727        boxsizer = wx.StaticBoxSizer(box_description, wx.VERTICAL) 
    28         msg = "Load data, then right click on the data, when highlighted,\n" 
    29         msg += "select option to fit for further analysis" 
     28        msg  = "    How to link data to the control panel: \n \n" 
     29        msg += "    First load data file from 'File' menu. \n" 
     30        msg += "    Then Highlight and right click on the data plot. \n" 
     31        msg += "    Finally, select 'Select data for fitting' in the pop-up menu. \n" 
    3032        self.hint_txt = wx.StaticText(self, -1, msg, style=wx.ALIGN_LEFT) 
    3133        boxsizer.Add(self.hint_txt, wx.ALL|wx.EXPAND, 20) 
Note: See TracChangeset for help on using the changeset viewer.