Re: can't destroy a wxMiniFrame

2006-08-24 Thread Flavio
It was human error... I found the bug... thanks, Laszlo Nagy wrote: > Flavio írta: > > Hi, > > > > I have a miniframe composed mainly of combo boxes, that I need to > > destroy and recreate multiple time with different choice lists for the > > combo boxes. > > > > My problem is that even after

Re: can't destroy a wxMiniFrame

2006-08-24 Thread Laszlo Nagy
Flavio írta: > Hi, > > I have a miniframe composed mainly of combo boxes, that I need to > destroy and recreate multiple time with different choice lists for the > combo boxes. > > My problem is that even after destroying a miniframe with the Destroy() > method, when it is recreated, the combo boxe

can't destroy a wxMiniFrame

2006-08-24 Thread Flavio
Hi, I have a miniframe composed mainly of combo boxes, that I need to destroy and recreate multiple time with different choice lists for the combo boxes. My problem is that even after destroying a miniframe with the Destroy() method, when it is recreated, the combo boxes show the same lists of it