[wxPython-users] Re: wxFrame question
Aaron Brady
castironpi at comcast.net
Thu Jan 10 14:13:15 PST 2008
> -----Original Message-----
> From: news [mailto:news at ger.gmane.org] On Behalf Of Bryan Cole
> Sent: Thursday, January 10, 2008 4:05 PM
>
> On Thu, 2008-01-10 at 13:09 -0600, Brendan Zerr wrote:
> > Hey,
> > I am in the process of developing a wxPython application and I am
> > wondering if there is a way to have call wxFrame.Show(True) without the
> > window acquiring focus. The purpose of this window is to be a
Hey, I used:
priorfocus=parent.FindFocus()
...
if priorfocus: priorfocus.SetFocus()
but it's a little silly.
More information about the wxpython-users
mailing list