RE: [Boa Constr] Strange error in 0.1.5
Status: Beta
Brought to you by:
riaan
From: Riaan B. <ri...@tb...> - 2003-01-09 09:59:37
|
Hi Aleks, > Hello boa-constructor-users, > > I'm novice in wxPython and Boa. Yesterday I got boa from CVS. Python > 2.2 wxPython 2.3.4.2 Win98. > > Walk thru Getting Started and when I tried to create menu in > Notebook application I couldn't change name of menu item ('item0' to > 'About' and so on). I got error (something about not present method > SetLabel in wxWindow). I done that operation by hand in source code, > but my question 'why?' and 'when it will be fixed?' Argh! I have to conclude that this never worked properly :( The first part worked correctly, the source was correctly updated, but previously the menu item label just silently failed to update. Now it raises an assertion exception. I'll have to write a new property editor routing type to handle this case. I've checked in code to not attempt to update the label, just update the source for now (effectively as it worked before), until I've written this router. Thanks for the report, Riaan. |