I’m working with a Nextion Intelligent series HMI display, and I want to create a fixed status bar at the top of the screen that stays visible across all pages.
The status bar should include elements such as:
What I want to achieve is a header bar that remains visible while navigating between pages, without having to duplicate the same components on every page manually.
I’m aware that Nextion has vscope = global for components and variables, but I’m not sure what is the correct and recommended way to implement a persistent status bar that stays on top across multiple pages.
Can someone explain the proper method to create a global/fixed status bar on a Nextion Intelligent display?
If there is any example project, tutorial, or best-practice guide, it would be very helpful.
The status bar should include elements such as:
- Clock and date
- WiFi signal icon
- System indicators (loader, status icons, etc.)
- Any fixed UI elements that should always stay on the top of the display
What I want to achieve is a header bar that remains visible while navigating between pages, without having to duplicate the same components on every page manually.
I’m aware that Nextion has vscope = global for components and variables, but I’m not sure what is the correct and recommended way to implement a persistent status bar that stays on top across multiple pages.
Can someone explain the proper method to create a global/fixed status bar on a Nextion Intelligent display?
If there is any example project, tutorial, or best-practice guide, it would be very helpful.