Changeset 5068


Ignore:
Timestamp:
Nov 5, 2021 11:04:41 PM (2 years ago)
Author:
toby
Message:

add Run ISODISTORT to menu for ISODISTORT tab; allow it to be rerun

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r5067 r5068  
    64456445        self.ISODDataEdit = wx.Menu(title='')
    64466446        self.ISODData.Append(menu=self.ISODDataEdit, title='Operations')
     6447        G2G.Define_wxId('wxID_ISODISTORT1')
     6448        self.ISODDataEdit.Append(G2G.wxID_ISODISTORT1,'Run ISODISTORT','Run ISODISTORT to find displacement modes')
    64476449        G2G.Define_wxId('wxID_ISODNEWPHASE')
    64486450        self.ISODDataEdit.Append(G2G.wxID_ISODNEWPHASE,'Make CIF file','From ISODISTORT selection')
  • trunk/GSASIIphsGUI.py

    r5067 r5068  
    29352935                UpdateISODISTORT()
    29362936            else:
    2937                 G2G.G2MessageBox(G2frame,'ISODISTORT run failed - see opened web paage')       
     2937                G2G.G2MessageBox(G2frame,'ISODISTORT run failed - see page opened in web browser')
    29382938        else:
    29392939            G2G.G2MessageBox(G2frame,'ISODISTORT run cancelled')       
     
    1366013660        # ISODISTORT
    1366113661        FillSelectPageMenu(TabSelectionIdDict, G2frame.dataWindow.ISODData)
     13662        G2frame.Bind(wx.EVT_MENU, OnRunISODISTORT, id=G2G.wxID_ISODISTORT1)
    1366213663        G2frame.Bind(wx.EVT_MENU, OnNewISOPhase, id=G2G.wxID_ISODNEWPHASE)
    1366313664        G2frame.Bind(wx.EVT_MENU, OnShowIsoDistortCalc, id=G2G.wxID_SHOWISO1)
Note: See TracChangeset for help on using the changeset viewer.