Touch GFX 'Status Bar' at Top of all views
Hi, I want to know how to implement a 'status bar' type view that is at the top of all views, that contains things like battery level etc. similar to that found in something like Android or iOS.
In the touch GFX documentation it mentions it briefly but does not elaborate much on how to implement this in code:
"If for instance all your screens need to display a status bar at the top, showing current time, battery level, et cetera you can create a base view class containing the status bar only and have all your views deriving from this class, so you get the status bar functionality automatically"
I assume this means to make a seperate view that is just the status bar which I have done, but how do I instantiate this in every other view?
