- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Set Resource to keep Window on top in CDE
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 01:41 PM
07-16-2003 01:41 PM
Set Resource to keep Window on top in CDE
Is there a way to do this in CDE? I would like to set a resource or style or something, so that any window/app with the title "Dialog*" will always stay on top.
We have a program that pops up dialog boxes and once in a while they get lost behind all the others. I was able to fix this on our FVWM Linux machines, but don't know if or how on CDE. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 11:49 PM
07-16-2003 11:49 PM
Re: Set Resource to keep Window on top in CDE
...
Under CDE it is dtwm (See man dtwm and
dtwmrc for more info). There are configurable resources for
window menus, etc, but no resource for "on top". There is
a window manager function (f.raise) which can raise a window, but
this is a manual thing. On the programming side there is
a parameter that can be set named "override-redirect" which can
bypass asking the window manager's permission, but I can find no further details on this ..... perhaps someone with more knowledge of CDE/ Motif programming could advise ..... Rick or Mike if you are listening ?
Also it maybe useful if we knew how you achieved this under fvwm ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:27 AM
07-17-2003 01:27 AM
Re: Set Resource to keep Window on top in CDE
The document to look at is
http://docs.cup.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1171-90147/B1171-90147_top.html&con=/hpux/onlinedocs/B1171-90147/00/01/168-con.html&toc=/hpux/onlinedocs/B1171-90147/00/01/168-toc.html&searchterms=on%7ctop%7ccde&queryid=20030717-022213
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 05:37 AM
07-17-2003 05:37 AM
Re: Set Resource to keep Window on top in CDE
Here is how I did it in fvwm2. It was a Style setting. I don't actually understand this file very well... it was more of an experiment.
See attached. The change is on line 51:
Style Dialog* StaysOnTop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 07:21 AM
07-17-2003 07:21 AM
Re: Set Resource to keep Window on top in CDE
The file doesn't want to show up....