2019-06-04 07:31 AM
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.
2019-06-04 07:34 AM
Hi @Carmen Pérez,
Since there are multiple people asking about this, i'll create an example asap that shows how to do this. Through the designer it's currently not possible to introduce a "group" of screens that inherit from the same base view. This is a manual task and i'll provide an example project of how.
I will update this thread.
/Martin
2019-06-04 07:36 AM
Great! Thank you!
2019-06-17 06:19 AM
Hi Martin,
Any news on this topic?
Thanks
2019-06-17 11:49 PM
Hi,
It's still on my list of things to do - I got swamped with CubeMX/CubeIDE integration related things. Sorry! I will keep this post updated.
/Martin
2020-03-18 06:19 PM
Hi Martin,
I have the same product design requirements,do you have better advice to share about how to design the status bar?
Thanks.