From: Shane H. <sh...@zo...> - 2002-05-31 14:16:40
|
Riaan Booysen wrote: > Geza Groma wrote: > >>I found that if a wxPython application runs in the BOA debugger mode >>the mainframe does not show up. Several weeks ago a similar problem was >>posted in this list claming that it takes place only on Win9x/ME and not >>in real multitasking Windows. In contrast to that I found the problem to >>appear both on NT and XP machines using Python2.2.1, wxPython-2.3.3pre3 >>and BOA from the latest CVS. >> >>Is that a bug or do I make something wrong? > > > wxPython-2.3.3pre3 fixes this problem, I've just checked in a change > to ChildProcessClient.py that makes use of this fix. > The Show/Hide/Show stub should no longer be necessary if you are > running wxPython-2.3.3pre3 and updated from CVS. Wow, I just read Robin's explanation, and it's amazing. Windows actually ignores the Show() call because it wants to avoid displaying a hidden console window. I'm glad someone figured this out. Shane |