Show a configuration UI (xui.show)
Declaration
xui.show(filename)
Parameters
- filename
String. The .xui file name within the current Script Bundle to present. Only files within the current package are allowed.
Notes
Immediately ask the App to present the configuration UI.
This function is non-blocking and has no return value. The App will be invoked to present; on failure an error is shown inside the App.
See the XUI specification.
Example
xui.show('interface.xui')