On a new project, drag mets.xls onto the window. Drag test1a (from the first SpectrumGroup, SG:condition_control) onto the blank display. Drag the second SpectrumGroup, SG:condition_treated, onto the same display. This displays the spectra in the spectrumGroup but with the following exception:
Traceback (most recent call last):
File "/Users/wb104/svnsf/trunk/ccpnv3/src/python/ccpn/ui/gui/DropBase.py", line 48, in dropEvent
self.processDropData(data, dataType, event)
File "/Users/wb104/svnsf/trunk/ccpnv3/src/python/ccpn/ui/gui/DropBase.py", line 134, in processDropData
getattr(self,funcName)(pids, event)
File "/Users/wb104/svnsf/trunk/ccpnv3/src/python/ccpn/ui/gui/widgets/PlotWidget.py", line 123, in processSpectrumGroups
spectrumGroupToolBar.addWidget(spectrumGroupButton)
AttributeError: 'PhasingFrame' object has no attribute 'addWidget'
(Note, you cannot drop a spectrum onto a spectrumGroup display but if you drag a spectrumGroup onto a spectrum display it puts in the individual spectra in the SpectrumGroup, which makes sense.)
Fixed