From: Kevin A. <al...@se...> - 2005-08-29 17:36:24
|
On Aug 29, 2005, at 9:59 AM, Gregory Pi=F1ero wrote: > Hey guys, > > I heard that wxPython had a thing called wxSTAY_ON_TOP that would let > me always keep my application in the foreground. Do you know how I > would use such a thing in PythonCard? > > Any help would be much appriciated. > > Thanks > > --=20 > Gregory Pi=F1ero > Chief Innovation Officer > Blended Technologies > (www.blendedtechnologies.com) > I think that flag, which is passed as one of the style flags during=20 wx.Frame init just keeps that frame always in front of other frames for=20= the application and has no impact on other applications. ka |