[wxPython-users] AuiNotebook tab being raised when another app is minimized

Robin Dunn robin at alldunn.com
Mon Aug 20 16:18:39 PDT 2007


Frank Niessink wrote:
> Hi,
> 
> I've a strange problem on Windows (wxPython 2.8.4.0). Task Coach uses
> an AuiNotebook in its main window. When the Task Coach main window is
> shown and *another* application is minimized the last but one tab in
> the AuiNotebook is activated. I haven't been able to replicate this
> with a small app or the demo. Suggestions for how to debug this are
> very welcome!

When a wx frame is activated it tries to restore the focus to whatever 
widget it thinks had the focus before the frame lost activation.  My 
guess is that there is something going wrong there or that something in 
your app or AUI is confusing it in some way.


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





More information about the wxpython-users mailing list