- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- multi-window application
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
10-25-2001 09:15 AM
10-25-2001 09:15 AM
I am using ITO on HPUX 11.
When I start the GUI of ITO it opens all its 4 windows in currently opened CDE workplace.
Is it possible to start different ITO windows in different workplaces of CDE?
In any case how to tell to application to start not on the opened workplace but on a "hidden" one?
Thanks in advance
Victor
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 11:40 PM
10-25-2001 11:40 PM
SolutionMmmm not sure if I can get all 4 ITO GUI's appearing on 4 differnet workspaces for you .... it depends on whether 1 ITO command is required to open up the 4 gui's or if it's 4 separate commands.
If is the latter that's no problem see below. As to opening up ITO's GUI's on a hidden w/s .... I take it you mean not starting in the CDE w/s a users see's when they login to CDE but in one of the others available off CDE's front panel .... again I can help with this see below .....
=============================
see attached switch.c, compile it and use it in conjunction with CDE's sessionetc script.
eg create a shell script $HOME/.dt/sessions/sessionsetc
along the lines of ....
/home/user/bin/switch
/opt/omni/bin/Xomni &
This will programatically swith to the desired CDE workspace and start your application there .... you may use the switch command as many times as you wish in conjunction with other application startup commands too but you may need to add sleep statements if the GUI's take a few secs to start/appear on the desired w/s ..obviously the last switch command will be to end up in the w/s you wish to see once all applications have started in their desired w/s
Hope this helps ......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 12:09 AM
10-26-2001 12:09 AM
Re: multi-window application
I could not compile the binary because XmAll.h and Wsm.h files are not in my system. (I've searched them through the all filesystems)
I used standart C compiler that comes with HPUX. Should I install ANSI C compiler or something else?
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 12:20 AM
10-26-2001 12:20 AM
Re: multi-window application
hang on .....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 12:44 AM
10-26-2001 12:44 AM
Re: multi-window application
and the CDEDevKit for the CDE include files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 12:50 AM
10-26-2001 12:50 AM
Re: multi-window application
Pleases send it to victor.makarov@i-teco.ru
Thanks
Victor