Skip to main content
Associate II
August 21, 2025
Solved

Flickering when certain element is open

  • August 21, 2025
  • 1 reply
  • 600 views

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.

 

Best answer by Jakicaa

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.

1 reply

JakicaaAuthorBest answer
Associate II
September 4, 2025

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.