|
|
Hello,
I am designing a UI for the DMG80480C050_03WTC display. My UI consists of multiple background pages, and each background page has a Settings touch option.
Currently, when the user touches the Settings option, I switch to a separate Settings page corresponding to that particular background page. After completing the settings, I have designed touch and page-switching configuration to return to the respective background page.
For example:
Background Page 1 → Settings Page 1 →Return button→ Background Page 1
Background Page 2 → Settings Page 2 → Return button→ Background Page 2
Background Page 3 → Settings Page 3 →Return button→ Background Page 3
This approach requires multiple copies of the Settings page and additional page-switching configurations, which increases the number of images and consumes more flash memory.
My question is:
Is there any way in DGUS/DWIN to use one common Settings page for all the background pages, and after completing the settings, return to the previous page from which the Settings page was opened?
For example:
Background Page 1 → Common Settings Page → Return to Background Page 1
Background Page 2 → Common Settings Page → Return to Background Page 2
Background Page 3 → Common Settings Page → Return to Background Page 3
I would like to avoid creating separate Settings pages for each background page in order to reduce flash memory usage.
Is there any DGUS variable, command, register, or page-switching mechanism that can store the previous page number and return to it after completing the settings?
Please suggest the recommended method to implement this.
Thank you. |
|