Re: [Boa Constr] Bug with static text
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2000-09-26 02:38:47
|
Dirk-Ulrich Heise wrote: > > > Hi, > > > > I cannot reproduce this problem :( > > Can you consistently reproduce it? > > > > Ooh - wrong description by me: > When i change the "label" entry (which i suppose > should be the text appearing), it doesn't crash. > But when i change the "Name" entry (i confused the > two at the beginning), it crashes. Sorry. > > > With the "Hook" button do you mean the Post button (blue tick)? > > Yes. I have tried again and still cannot reproduce a crash. One problem I did pickup (thanks!) was that I do not verify that the new name is a valid Python identifier. I saw in the log of the original message that you renamed the control from 'staticText1' to 'Dirks FileFinder' this is illegal and should be checked for. What you are doing in effect is saying: self.Dirks Filefinder = wxStaticText(... which is not valid Python. I will put this check on the TODO list. Does it work for valid renames? ;) -- Riaan >>> a='a=%s;a%%`a`';a%`a` ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |