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 .simdifyapp file to load.
int32p_bSetAsActiveIf true, sets this .simdifyapp as the default active application file for all apps in the event that a .simdifyapp application file is unavailable for any reason.

Examples

Copy Text To Clipboard

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