2022-01-16 09:49 PM
2022-01-17 05:06 AM
You need create method for this in custom container class and use it...
2022-01-17 06:15 PM
i created a method in a custom container. I have a hardware button and want to call a container method when it is clicked. How can I do that?
2022-01-18 05:08 AM
In lists is little complicated but basic code is
scrollList1ListItems[cursorpos].yourcustomsetcolor(1234);
this is code in screen func and this need be called from hw button check... for example in screenhandletick
2022-03-25 11:01 PM
Hi,
scrollWheelListItems[containerIndex].yourcustomsetcolor(1234);
How to find the container index?
I have the following settings:
scrollWheel.setNumberOfItems(100);
touchgfx::DrawableListItems<ChannelContainer, 2> scrollWheelListItems;