Hi,
when i switch to a side with B4XPages.showpage("pagename") - is there a option inside b4xpages to get the name of the caller-page. I need it to start the correct update-scripts on the pages when i use one page in different locations. Currently i store it in a variable manually, but maybe there is a better way...
The situation:
Page A -> showPage -> Page B (need to know A is the caller) -> showpage -> Page C (need to know B is the caller)
but also
Page A -> showPage -> Page C (need to know A is the caller)
Regards
Matthias
when i switch to a side with B4XPages.showpage("pagename") - is there a option inside b4xpages to get the name of the caller-page. I need it to start the correct update-scripts on the pages when i use one page in different locations. Currently i store it in a variable manually, but maybe there is a better way...
The situation:
Page A -> showPage -> Page B (need to know A is the caller) -> showpage -> Page C (need to know B is the caller)
but also
Page A -> showPage -> Page C (need to know A is the caller)
Regards
Matthias