2025-08-21 4:48 AM - edited 2025-09-04 12:23 AM
Hello,
in my app I am using a listLayout that is inside a scrollable container. In that listLayout I dynamically add and remove elements based on user touch. Each element has multiple wildcards in textAreas.
Functionality is ok, but when one of the elements(MOTOR) is open, left to right flicker starts happening. When I close the element the flicker completely stops.
Video of flicker: https://www.youtube.com/shorts/Qo5VO2ftH8U
Using: TouchGFX 4.25.0 designer
STM32h757 board (Riverdi 70STM32H7 config)
Any ideas would be appreciated.
Solved! Go to Solution.
2025-09-04 12:22 AM
The problem was not related to the element, but it was a wierd bug where if the container(that has a scrollable container) was peeking out of the screen in touchgfx designer it would flicker when motor was open for some reason. When I moved the container inside the designated screen and flashed the flicker stopped.
2025-09-04 12:22 AM
The problem was not related to the element, but it was a wierd bug where if the container(that has a scrollable container) was peeking out of the screen in touchgfx designer it would flicker when motor was open for some reason. When I moved the container inside the designated screen and flashed the flicker stopped.