progress dialog and top window

hi all,
I've passed my application from wxpy 2.8 to 2.9 and I have some
problem with the new progress dialog. It is reproducible also with the
demo (I have winVista, python2.6): run the progressdialog demo, wait
for the progress to complete and then click on close. After this the
demo application will not be anymore on top. Is there some way to
solve/circumvent this?

thanks in advance,

Marco

I'm not sure. Please create a ticket about this at trac.wxwidgets.org with a category of wxMSW.

···

On 4/30/12 1:33 PM, Marco Prosperi wrote:

hi all,
I've passed my application from wxpy 2.8 to 2.9 and I have some
problem with the new progress dialog. It is reproducible also with the
demo (I have winVista, python2.6): run the progressdialog demo, wait
for the progress to complete and then click on close. After this the
demo application will not be anymore on top. Is there some way to
solve/circumvent this?

--
Robin Dunn
Software Craftsman

I'm not sure. Please create a ticket about this at trac.wxwidgets.org
with a category of wxMSW.

--
Robin Dunn
Software Craftsmanhttp://wxPython.org

Done. I'll go on with GenericProgressDialog

Marco