Changeset 4213 for trunk/GSASIIdataGUI.py
- Timestamp:
- Dec 19, 2019 11:04:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4201 r4213 4933 4933 where the functions to be called are defined. 4934 4934 4935 Use of the dataWindow scrolled panel 4936 ==================================== 4935 Use of the dataWindow scrolled panel: 4937 4936 4938 4937 dataWindow has a âmasterâ vertical BoxSizer: find it with … … 4972 4971 that are called repeatedly to update the entire contents of dataWindow 4973 4972 themselves, it is important to add calls to 4973 4974 4974 G2frame.dataWindow.ClearData() 4975 4975 4976 and 4977 4976 4978 G2frame.dataWindow.SetDataSize() 4979 4977 4980 at the beginning and end respectively to clear and refresh. This is not 4978 4981 needed for GSNoteBook repaints, which seem to be working mostly 4979 4982 automatically. If there is a problem, a call like 4983 4980 4984 wx.CallAfter(G2frame.phaseDisplay.SendSizeEvent) 4985 4981 4986 might be needed. There are some calls to G2frame.dataWindow.SendSizeEvent() 4982 4987 that may be doing the same thing.
Note: See TracChangeset
for help on using the changeset viewer.