LoadApplicationFile Data Member Function

Loads the specified application shell. This changes the title, UI, and app icons to use the resources specified in the app file.

Prototype

int32 LoadApplicationFile( string p_sPath, int32 p_bSetAsActive )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathThe absolute path to the .scenomeapp file to load.
int32p_bSetAsActiveIf true, sets this .scenomeapp as the default active application file for all apps in the event that a .scenomeapp application file is unavailable for any reason.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.