You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Paul,
is there a mechanism available to get a callack when changing the active page?
I want to save the pageId in nvram and restore it after power failure.
If not: My first attempt would be to extend the gslc_SetPageCur() function.
What do you recommend?
Regards - Richard
The text was updated successfully, but these errors were encountered:
@u1550l No mechanism is available. It might be simplest to modify gslc_SetPageCur(). This will however avoid tracking popups and when a base page is the active page. Trying to restore their state would be much harder, but if needed you should instead modify
gslc_SetStackPage() which all of the api and internal routines end up calling on page changes...
Hi Paul,
is there a mechanism available to get a callack when changing the active page?
I want to save the pageId in nvram and restore it after power failure.
If not: My first attempt would be to extend the gslc_SetPageCur() function.
What do you recommend?
Regards - Richard
The text was updated successfully, but these errors were encountered: