Submitted by Anonymous on Thu, 03/13/2003 - 17:17.
Hi All,
Is there a way to create a top-most window? The window created needs to alway stay on top of my other window created from my application.
It does not need to stay on top of other application windows. I know this is not possible (item 74 in Kenton Lee`s faq.)
Thanks
Sat, 03/15/2003 - 14:56#1
ICS_support
Top-most window
Generally, you depend on the window manager for this -- mwm, for example, stacks dialogs above the main windows in the application. The simple solution, then, is to rely on mwm and make this window a dialog for the application.