Page 1 of 1

TouchListBox, RollerPanel, fill them at run-time ?

Posted: Mon Jul 22, 2013 6:49 am
by ngi
Hello,

I'm working on a T7A panel and i would like to dynamically change the values displayed in a TouchListBox or a RollerPanel at run-time.

How can i do this ?

I'll probably have a set of 50 (more or less) users to display, and it will change almost each week.
The PLC will provide me with the usernames.



Thanks for your help ! :)

Re: TouchListBox, RollerPanel, fill them at run-time ?

Posted: Mon Jul 22, 2013 7:57 am
by mark.monroe
You can not dynamically change the values in the TouchListBox or RollerPanel. If you want to dynamically add/remove values, you would need to use the List Box under Windows Controls.

Re: TouchListBox, RollerPanel, fill them at run-time ?

Posted: Mon Jul 22, 2013 8:50 am
by ngi
Ok, so i can't use these controls.
Anyway, thanks for your reply ! :)