RE: [Pythoncard-users] Interesting Bug in flatFileDatabase Sample
by Kevin Altis other posts by this author
May 4 2002 5:48PM messages near this date
[Pythoncard-users] Interesting Bug in flatFileDatabase Sample
|
[Pythoncard-users] Intro
> From: Dan Shafer
>
> I just discovered this (don't even ask).
>
> If you open resourceEditor and in it open the fieldsTest.rsrc.py file in
> the flatFileDatabase sample and then, without closing that
> sample, open the
> flatFileDatabase.rsrc.py file, the combo boxes in the first window attach
> themselves to the new one and refuse to budge although they do appear to
> work in resourceEditor. However, they don't appear in the resource file
> (obviously) and if you Run the app, they disappear.
>
> My first reaction was that this was a screen refresh artifact but it
> clearly isn't. Those two combo boxes are clearly present and
> active in the
> newly opened window of which they are not a part.
>
> Magic, but not necessarily desirable!
There are no ComboBox components in either layout. Do you mean the leftover
from the Calendar component? There is a choice (popup menu) and spinner
being left behind? That is a 2.3.2 bug I think I mentioned previously that
is fixed in 2.3.3. wxCalendarCtrl is a composite control and the Destroy
method for wxCalendarCtrl wasn't cleaning up its children.
BTW, bug reports will definitely need to start mentioning operating system,
versions of Python, wxPython, etc.
Thanks,
ka
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@[...].net
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
Thread:
Dan Shafer
Kevin Altis
|