|
less traffic -> some thoughts derived from
Win.... MDI concepts :
you probably can determine "modal"
and "modeless" dialogs as well.
One of these dialog types always stays on top
, blocks other window I/O and therefor requires user action.
(the standard Find dialog is an example of one
type , the older Amiga "panic" messages the other type)
Remarks to your suggested solution:
something like WindowFromPoint() might
also exist - called with one or more relevant points of your dialog window
(e.g. the middle and the edges) it can be
used to decide when to trigger that toFront() method.
sincerely,
U. Penski
____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________ |
- [jdjlist] An always on top dialog Ivan Bradac
- [jdjlist] Re: An always on top dialog U. Penski
- [jdjlist] Re: An always on top dialog Vishnuvardhan
- [jdjlist] Re: An always on top dialog Ivan Bradac
- [jdjlist] Re: An always on top dialog Ivan Bradac
- [jdjlist] Re: An always on top dialog Madhav Vodnala
