[Boa Constr] Re: Something funny in Menus
Status: Beta
Brought to you by:
riaan
From: Gordon W. <g_...@cy...> - 2001-07-11 15:16:41
|
I just downloaded the today's CVS and it now works properly. Thanks Gordon Williams ----- Original Message ----- From: "Gordon Williams" <g_...@cy...> To: "Boa-Constructor List" <boa...@li...> Sent: Wednesday, July 11, 2001 10:25 AM Subject: Something funny in Menus > Hi, > > Something is happening in menus that I dont understand. It causes: > > 10:14:17: AttributeError: 'CollectionItemInitParse' instance has no > attribute 'class_name'Traceback (most recent call last): > 10:14:17: AttributeError: 'CollectionItemInitParse' instance has no > attribute 'class_name' File "G:\CVSFIL~1\Boa\boa\Views\CollectionEdit.py", > line 105, in OnObjectSelect > 10:14:17: self.collEditView.selectObject(event.m_itemIndex) > 10:14:17: File "G:\CVSFIL~1\Boa\boa\Views\CollectionEdit.py", line > 310, in selectObject > 10:14:17: self.inspector.selectObject(self.companion, false) > 10:14:17: File "G:\CVSFIL~1\Boa\boa\Inspector.py", line 207, in > selectObject > 10:14:17: self.statusBar.SetStatusText(compn.GetClass(), 1) > 10:14:17: File "G:\CVSFIL~1\Boa\boa\Companions\BaseCompanions.py", > line 129, in GetClass > 10:14:17: return self.textConstr.class_name > 10:14:17: AttributeError: 'CollectionItemInitParse' instance has no > attribute 'class_name' > > when I select one of the items (menu items) in the items window. > > Regards, > > Gordon Williams > |