- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Windows Manager
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-14-2002 03:53 AM
10-14-2002 03:53 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 04:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 04:12 AM
10-14-2002 04:12 AM
Re: Windows Manager
?? http://search.cpan.org/author/WPS/Curses-1.06/Curses.pm
?? http://search.cpan.org/author/MMAKAAY/Curses-UI-0.71/lib/Curses/UI.pm
?? http://search.cpan.org/author/MMAKAAY/Curses-UI-0.71/lib/Curses/UI/Window.pm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 04:45 AM
10-14-2002 04:45 AM
Re: Windows Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 08:05 AM
10-14-2002 08:05 AM
Re: Windows Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 09:19 AM
10-14-2002 09:19 AM
Re: Windows Manager
When you select an menu, the apparent pulldown is just text that overlays the current image, but complicated because the overlay must 'remember' what was erased, then replaced when the pulldown menu goes away. It looks simple but the code behind it is quite complex. Actually, SAM has used a special library of calls from OBAM so the effort is a bit easier.
But to code this in shell scripts will take many weeks of work. Unix has always been a command line operating system and there are a number of examples of menu programs for dumb terminals in the shell programming manuals.
Perl on HP-UX is usually version 4, considered to be completely obsolete and exists to run q4 scripts for crash dump analysis. You can download Perl 5.6.1 from HP at: software.hp.com in the Development Tools section. Perl is a much more powerful tool for such a task but even so, the effort may be quite intense since you'll need to learn Perl and then learn the Curses constructs and play with the results.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 01:07 AM
10-18-2002 01:07 AM
Re: Windows Manager
Dear Bill Hassell, thanks for your advise. Is there any possible package (dialogs managers) to call from HP-UX 10.20? Something like Curses but can also work on bourne shell script. What i mean is like java, where you can call packages? Is it possible? Anyway thanks for replying.