Virtual Terminal Input List size manipulation #636
-
|
Hi, I am continuing my journey into the wonders of Virtual Terminals. When I have an Input List, that I have set up in ISO Designer, is there any way to make the choice values dynamically? I mean, when my program starts up, can it retrieve some choices from a configuration and then only show those choices? I was thinking that I could have, maybe 8 strings attached to the Input List, then if the configuration is only 3 choices, then I could "hide" the last 5. There is a methon on the InputList object: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The inputlist size cannot be changed dynamically.
To limit the item count you can try to replace some items with NULL objects:
HTH |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the answer. Although it makes my work a little bit more difficult. |
Beta Was this translation helpful? Give feedback.
The inputlist size cannot be changed dynamically.
To limit the item count you can try to replace some items with NULL objects:
HTH