gui_spawn

Starts a new application in an empty contained window.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X        

Syntax

void gui_spawn(cmd)
string         cmd

Description

Starts a new application in an empty contained window based on the XAML in cmd, e.g. <DV><INI..../></DV>. The application is always started in

auto_start yes

mode regardless of any XAML setting to the contrary. gui_spawn must be called from the empty contained window's window or initialization trigger.

Example

Start a new application using parameters stored in the the ipc2 file:
gui_spawn("<DV><INI parameters='ipc2'/></DV>");