Example of a status bar common to all screens
Hi everyone,
I am developing an application based on TouchGFX 4.10.0.
This application has a status bar containning some info I want to show on all the screens. I have read that there is the posbility of creating a base view containing just this status bar and have all the rest of screens dependant of it. This way I wil not lose the status info when navigating.
I am new on C++ and I do not know how to implement this solution. Could anyone provide me an example of something similar???
Thank you in advance.