20070921 test build uploaded

Hi All,

    I think I hit a bug on the AUI_MDI sample on Windows XP, wxPython
latest test build. I don't know if my installation is screwed up, but
if I:

- Open the AUI_MDI sample;
- Add 2 new children windows;
- Close the window number 1 using the "x" button;
- Close the AUI_MDI demo

I get the nide Windows error dialog saying that Python has encountered
a problem etc etc...

Is anyone else seeing this problem?

Thank you.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

Just tried on Mac OS X and I get a hard crash of the demo application and a "Python has exited unexpectedly" error dialog.

cody

···

On Sep 24, 2007, at 4:18 AM, Andrea Gavana wrote:

Hi All,

    I think I hit a bug on the AUI_MDI sample on Windows XP, wxPython
latest test build. I don't know if my installation is screwed up, but
if I:

- Open the AUI_MDI sample;
- Add 2 new children windows;
- Close the window number 1 using the "x" button;
- Close the AUI_MDI demo

I get the nide Windows error dialog saying that Python has encountered
a problem etc etc...

Is anyone else seeing this problem?

Thank you.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org

Andrea Gavana wrote:

Hi All,

    I think I hit a bug on the AUI_MDI sample on Windows XP, wxPython
latest test build. I don't know if my installation is screwed up, but
if I:

- Open the AUI_MDI sample;
- Add 2 new children windows;
- Close the window number 1 using the "x" button;
- Close the AUI_MDI demo

Thanks for reporting. This is one of those nice bugs that don't manifest when running inside the debugger... It looks like the page windows were actually getting destroyed twice, so I've fixed that. While working on that I found another bug which I've also fixed.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!