Actions ShowPage - thica/ORCA-Remote GitHub Wiki

The showpage action shows a specific page. You need to provide the name of the page as defined in your page definition. Do not mix file name and page name. If page name is 'settings' , the settings dialog will be shown. For android devices, the settings dialog will be shown, if you press the settings button of your Android device. You can also set, how a page is displayed. For this, you can pass the same parameter as described in 'setpageeffect'. This is optional, if you don't pass this the last global effects are used. Passing effect types here will not change global settings. If a page get shown, the pagestop actions for the leaving page and the pagestart actions for the new page are executed. This will not happen if the new page/leaving page is a popup. If you want to get the pagestop actions/pagestart actions executed, if you show a popup, you have to set the enforce parameter. Pagestop actions and pagestart actions of the popup page are always executed You also could use a short form, where the pagename is added directly to the string. eg. string="showpage $(LASTPAGE)"

Attribute Description
string showpage
pagename Page name, name of the page to display
effect Page effect (optional)
direction Page effect direction (optional)
enforce Force pagestop actions & pagestop actions on popup call. Valid options are
  • ENFORCESTARTACTIONS
  • ENFORCESTOPACTIONS
A short example:
<action name="gotolastpage" string="showpage" pagename="$var(LASTPAGE)" />
⚠️ **GitHub.com Fallback** ⚠️