From: Bell J. <jbe...@ya...> - 2002-04-17 07:37:19
|
I tend to design my frames and dialogs from templates for consistency, efficiency and QA reasons. Thus I oftem change the specifics of copy of a template to generate the skeleton of a new frame. When changing a frame id for a frame with a menu bar I get: Traceback (most recent call last): File "/usr/lib/python2.2/site-packages/boa/Inspector.py", line 1109, in OnEnter nv.propEditor.inspectorPost(false) File "/usr/lib/python2.2/site-packages/boa/PropEdit/PropertyEditors.py", line 142, in inspectorPost self.setCtrlValue(cv, v) File "/usr/lib/python2.2/site-packages/boa/PropEdit/PropertyEditors.py", line 204, in setCtrlValue self.companion.checkTriggers(self.name, oldValue, value) File "/usr/lib/python2.2/site-packages/boa/Companions/BaseCompanions.py", line 276, in checkTriggers self.triggers[name](oldValue, newValue) File "/usr/lib/python2.2/site-packages/boa/Companions/Companions.py", line 97, in SetName self.designer.renameFrame(oldValue, newValue) File "/usr/lib/python2.2/site-packages/boa/Views/Designer.py", line 291, in renameFrame self.dataView.renameFrame(oldName, newName) File "/usr/lib/python2.2/site-packages/boa/Views/InspectableViews.py", line 372, in renameFrame if not comp.suppressWindowId: AttributeError: MenuBarDTC instance has no attribute 'suppressWindowId' __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |