- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- scroll bar on hpterm window
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
08-07-2003 08:15 AM
08-07-2003 08:15 AM
Thanks,
Ron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 08:18 AM
08-07-2003 08:18 AM
Re: scroll bar on hpterm window
the simpler solution it to create a sample script that calls
hpterm -sb -sl 5000 <...>
<...> stand for all other things you need.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 08:20 AM
08-07-2003 08:20 AM
Re: scroll bar on hpterm window
How are they raising the hpterm window? Are they using an icon on the CDE desktop, or are they using the hpterm command from the command line?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 08:27 AM
08-07-2003 08:27 AM
Re: scroll bar on hpterm window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 08:27 AM
08-07-2003 08:27 AM
Re: scroll bar on hpterm window
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 08:49 AM
08-07-2003 08:49 AM
Re: scroll bar on hpterm window
I don't have the mentioned file. I searched the system and could not find it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 08:52 AM
08-07-2003 08:52 AM
Re: scroll bar on hpterm window
That's the way CDE is designed. When you want to customize something you copy the corresponding file from /var to /etc and modify it there, leaving the /var version alone.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 09:07 AM
08-07-2003 09:07 AM
Re: scroll bar on hpterm window
This may help, it's the "CDE Advanced User's and System Administrator's Guide":
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1171-90102/B1171-90102_top.html&con=/hpux/onlinedocs/B1171-90102/00/00/1-con.html&toc=/hpux/onlinedocs/B1171-90102/00/00/1-toc.html&searchterms=Common%20Desktop%20Environment%3a%20Advanced%20User%27s%20and%20System%20Administrator%27s%20Guide&queryid=20030807-110558
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 09:12 AM
08-07-2003 09:12 AM
Re: scroll bar on hpterm window
Here's a better link:
http://www.docs.hp.com/hpux/onlinedocs/B1171-90102/B1171-90102.html
And here's the User's Guide and the Getting Started Guide:
http://www.docs.hp.com/hpux/onlinedocs/B1171-90102/B1171-90102.html
http://www.docs.hp.com/hpux/onlinedocs/B1171-90104/B1171-90104.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 11:46 PM
08-07-2003 11:46 PM
SolutionThis is an application resource file (system wide) as per man hpterm, add the appropriate resources here :
HPterm*scrollBar: True
HPterm*saveLines: 400
nb any resources set in $HOME/.Xdefaults or set by the user via CDE's style manager etc will overide the system wide resources.