TouchListBox, RollerPanel, fill them at run-time ?

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
ngi
Posts: 3
Joined: Fri May 03, 2013 3:50 am

TouchListBox, RollerPanel, fill them at run-time ?

Post 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 ! :)

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

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

Post 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.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

ngi
Posts: 3
Joined: Fri May 03, 2013 3:50 am

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

Post by ngi »

Ok, so i can't use these controls.
Anyway, thanks for your reply ! :)

Post Reply