View previous topic :: View next topic |
Author |
Message |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Wed Jan 08, 2003 1:43 am Post subject: Changing the attribute of a field in a PANEL in runtime |
|
|
Hi,
In the DSLIST (3.4) panel, If I type a invalid line command I get an error message saying that the command is invalid and the Row where I entered the command gets Highlighted. Since DSLIST is also a REXX Panel, I am interested in knowing how we can dynamically change the attribute of a output field / Table field.
Example : Suppose I type 'G' as shown below It gets highlighted.
Command - Enter "/" to select action Message
---------------------------------------------------------------------------
G TSONJAY.REXX
TSONJAY.REXX.UTILS
Please throw some light on this.
Thanks in Advance for your kind help.
Navin. J |
|
Back to top |
|
 |
dorkhead Beginner
Joined: 07 Jan 2003 Posts: 25 Topics: 0 Location: Lux
|
Posted: Wed Jan 08, 2003 3:12 am Post subject: |
|
|
hello,
i think DSLIST is a panel build on Dynamic area style which allows u to
control panel construction on a character basis.
go to my website and download the Q application. it does have a dynamic area panel which will help to get the gist of dynamic area.
Dynamic area does require u to control scrolling... can be a nightmare..
It is not so straightforward as tables but it is nicer...
have fun _________________ Dorkhead |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Wed Jan 08, 2003 3:49 am Post subject: |
|
|
Thank you Dorkhead,
I just downloaded your Q program. Thanks for your code.
Thanks & Regards,
Navin. J |
|
Back to top |
|
 |
|
|