User Activity

Hello,I’m trying to understand some issues we have with the slide transition. The slide transition uses the snapshot widget functions to copy the "old" screen to the animation storage to combine this screen with the incoming screen.Here is the code:S...
I have a scroll wheel with selected item. Is it possible to update the selected item, e.g. its font color, when the modelListener notifys the screen that a certain event has happened?Example: Let's assume the model contains a counter and notifys the ...
In the scroll wheel with selected item, you can drag the last item (the top or bottom item of the whole list) nearly out of the area of the selected (highlighted) item. How can you change how far the last item can be dragged out of that area? I thoug...
On a screen, I use the function handleGestureEvent. Inside this function, I have an if-else to differentiate between horizontal and vertical swipes:void handleGestureEvent(const GestureEvent& event) { if (event.getType() == GestureEvent::SWIPE_HO...
When I delete a Screen in TouchGFX Designer, the screen is deleted in the designer and the base files are also deleted. But the view and presenter files are not deleted. When I delete my user code in view and presenter, then these files are indeed de...
Kudos from