View previous topic :: View next topic |
Author |
Message |
Ramkumar Beginner
Joined: 04 Apr 2005 Posts: 19 Topics: 10
|
Posted: Wed Aug 31, 2005 6:43 am Post subject: Enabling Left & Right scroll in ISPF panels |
|
|
Hi,
How can I impliment Left scroll and Right scroll features in an user defined ISPF Panel.
Thanks in advance,
Ramkumar. |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed Aug 31, 2005 8:09 am Post subject: |
|
|
add a scrollable dynamic area which can be 1 character and not visible, then use the variables documented for scrolling in the manuals. Or you can define your own command table or you can use keylists, either of which will place a command in your command line for you to interpret.
It really depends on what you are doing what the best approach is. |
|
Back to top |
|
|
Ramkumar Beginner
Joined: 04 Apr 2005 Posts: 19 Topics: 10
|
Posted: Wed Aug 31, 2005 11:25 pm Post subject: |
|
|
Hi semigeezer,
Thanks a lot. Can you please tell me some books or web sites that discuss this in a detailed way.
Thanks in advance,
Ramkumar. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|