Is there a Window style that allows "always on top" behaviour, or should I write my own? I have a few ideas to do this in a very simple manner, but what are the pitfalls? I would think you would definitely want to execute any checking and raising in another thread, and you obviously don't want to take the focus away from other windows/apps you are working in.
Has anyone implemented this functionality yet in one of their apps?
Thanks,
Mark.
In the Help file, under wxFrame, in the Window Styles section, it reads:
"wxSTAY_ON_TOP Stay on top of all other windows, see also
wxFRAME_FLOAT_ON_PARENT. Windows only."
So I think it's just a matter of specifying the proper style when creating
your window.
ยทยทยท
-----Original Message-----
From: Mark Melvin [mailto:Mark.Melvin@dspfactory.com]
Sent: Monday, December 09, 2002 2:11 PM
To: wxPython-users@lists.wxwindows.org
Subject: [wxPython-users] Always On Top behaviour
Is there a Window style that allows "always on top" behaviour, or should
I write my own? I have a few ideas to do this in a very simple manner,
but what are the pitfalls? I would think you would definitely want to
execute any checking and raising in another thread, and you obviously
don't want to take the focus away from other windows/apps you are
working in.
Has anyone implemented this functionality yet in one of their apps?
Thanks,
Mark.
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org