Thaw() make txtctrl loose focus on python-wxgtk.
Laurent Dufrechou
laurent.dufrechou at gmail.com
Thu Dec 13 13:52:41 PST 2007
Hello,
I've designed a little app under windows with wxpython.
To avoid glitch I use the Freeze/Thaw method.
When users have tried the app under linux, each time Thaw is called, the
widget loose the focus!
I need to put a self.SetFocus() after self.Thaw() to keep the focus inside
my widget!
Is it a known bug or there is somrthing I'm doing badly???
Cheers,
Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20071213/681814e3/attachment.htm
More information about the wxpython-users
mailing list