User Activity

I am using TouchGFX ButtonWithLabel widget to have text within my buttons. It requires Resource texts and the function setLabelText() has TypedText as an argument. I want to replace the label with my own custom string which can change during runtime ...
I have noticed what might be a bug in the updateItemCallbackHandler() in my screen's ViewBase file where the itemIndex consistently moves ahead 1 index when I swipe up. /* Scroll Wheel Item Update response to swiping is generated by TouchGFX */ void ...