Changeset 2298 for trunk/GSASIIplot.py


Ignore:
Timestamp:
May 27, 2016 2:48:22 PM (7 years ago)
Author:
vondreele
Message:

Add stubs for BondDialog? & AngleDialog? for adding these to Seq results table
Add menu items for above
fix a bug in showing seq results
revert the occurrence counter for image integrations
capture bad pids in OnPageChanged?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2297 r2298  
    276276            treeItems, tabname = self.treeItem[tabLabel]
    277277            pid = self.G2frame.root
    278             for item in treeItems:
    279                 pid = G2gd.GetPatternTreeItemId(self.G2frame, pid, item)
    280             wx.CallLater(100,self.InvokeTreeItem,pid)
     278            try:
     279                for item in treeItems:
     280                    pid = G2gd.GetPatternTreeItemId(self.G2frame, pid, item)
     281                wx.CallLater(100,self.InvokeTreeItem,pid)
     282            except TypeError:
     283                pass
    281284        else:
    282285            print 'OnPageChanged: not found:',tabLabel
Note: See TracChangeset for help on using the changeset viewer.