View previous topic :: View next topic |
Author |
Message |
Ramkumar Beginner
Joined: 04 Apr 2005 Posts: 19 Topics: 10
|
Posted: Tue Jul 19, 2005 7:38 am Post subject: Creating ISPF Panels with scrollable area |
|
|
Hi,
I want to create an ISPF Panel, which has scrollable area. Can I change the dimension of scrollable area dynamically according to the user input ?
Thanks & Regards,
Ramkumar. |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Jul 19, 2005 5:03 pm Post subject: |
|
|
no. The width will be defined in the panel body. You may be able to expand it horizontally for different terminal screen sizes using the EXPAND keyword on the )BODY but you still don't have program control there.
If you really want to do this, you could define the whole panel dynamically and LIBDEF to it before each display. A simple example of doing something like that in Rexx is in the ISRSETLN command which is either in the ISPF rexx library and there are plenty of other examples on the web. It is kludgy, but it would work. |
|
Back to top |
|
|
Ramkumar Beginner
Joined: 04 Apr 2005 Posts: 19 Topics: 10
|
Posted: Tue Jul 19, 2005 11:18 pm Post subject: |
|
|
Thanks a lot semigeezer. |
|
Back to top |
|
|
|
|