Hello EW-Team,
I have currently designed around 18 screens (Each screen is a component with templates and strings ) in Embedded Wizard Studio and for Navigation from one screen to another , I am using PresentDialog() function. The problem i see is , I am using presentDialog() function even while returning from Submenu to Main level or while navigating between different screens on same level ( E.g., Screen1 to Screen8 are in same level (Level 1 ) but different pages)
Screen 9 to screen 12 are in next level (Level 2)
Screen 13 in Level 3
Due to this , When it is dowloaded into STM32F746 DISCO board hardware , after few navigation , The HMI gets hanged.


Above diagram just interpreting a few events caused by different Buttons as Triggers for screen navigation to different level.
Could you please suggest a method to navigate through this Menu ?
Thank you
Hemanth Ramanna