2020-01-14 12:47 AM
Hello,
I want to show process history to user in my device. Max number of process is 30 but I will show last 5 process. There are two buttons (fill and empty ). If user press FillingButton first I will show filling image and filling text. if second press is empty button, I will show both first (filling image) and second images (empty image) in screen.
For this I designed a customcontainer which have one image and a text area. For scrollWheel I choose this customcontainer. I set number of items to zero in touchgfx and I want to add an item to scrollWheel programaticaly (because item's text value and image are unknown until user press one of button)
How can I add items to schrollWhell programaticaly ?
2020-01-16 05:48 AM
Hi,
Check this tutorial: https://touchgfx.zendesk.com/hc/en-us/sections/201785662-Tutorial-4-Creating-a-Scroll-Wheel-with-custom-behavior
/Martin