How to create a blocking message box in touchGFX?
We have an existing embedded application with older GUI which is being ported to TGFX. For keeping the old logic, we want to display a blocking message box and wait for user response (button click) in a widget callback(GUI button callback). The problem is that the tick is ignored during executing the callback and screen stop rendering. Is there anyway to keep the screen alive during executing widget callback?
Thanks in advance.