Skip to main content
Tucu
Visitor II
July 25, 2024
Question

Modal Window flickers when modalWindow.show() is called

  • July 25, 2024
  • 1 reply
  • 647 views

hello i have a screen where if i press a button a modal window apears with text and 2 buttons (OK) and (CANCEL) .When i call modalWindow.show() the modal window apears but for 1-2 secconds it flickers . can you help me with this ? Thank you

1 reply

ST Employee
July 26, 2024

Hello @Tucu ,

Could you please provide more information on what board or MCU you are using for your development? 
What version of TouchGFX are you using? 

Is the flickering happening once or does it continue when it starts?

Could you please try a similar implementation to the Modal Window example in the TouchGFX designer to test if the flickering happens?

Modal Window ExampleModal Window Example