Skip to main content
CP??r
Associate II
June 4, 2019
Question

Example of a status bar common to all screens

  • June 4, 2019
  • 2 replies
  • 1343 views

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.

This topic has been closed for replies.

2 replies

Martin KJELDSEN
Principal III
June 4, 2019

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

CP??r
CP??rAuthor
Associate II
June 4, 2019

Great! Thank you!

CP??r
CP??rAuthor
Associate II
June 17, 2019

Hi Martin,

Any news on this topic?

Thanks

Martin KJELDSEN
Principal III
June 18, 2019

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

FYiqi.1
Visitor II
March 19, 2020

Hi Martin,

 I have the same product design requirements,do you have better advice to share about how to design the status bar?

Thanks.