Blue Mango Learning Systems GLX Application Framework version 1.1.0 build 16

Printer friendly version

command glxapp_setProp

Sets a GLX Application property.

command glxapp_setProp pProperty, pValue
Parameters
TypeNameDescription
Simple parameter. pProperty Property to set.
Simple parameter. pValue Value to set property to.
Description

Properties:
32x32 app icon id: Sets the id of the 32x32 image of your application icon.

64x64 app icon id: Sets the id of the 64x64 image of your application icon.

auto update username: The username that will be used to authenticate with the server when the framework checks for updates. Default is empty.

auto update password: The password that will be used to authenticate with the server when the framework checks for updates. Default is empty.

stacks password: The password to assign to application stacks when using the Application Packager.

stacks to unlock in standalone: A CR delimited list of stack names that will be unlocked with your application's password when the application launches. Useful for stacks that have controls that need to be copied.

standalone name: Sets the name of your application standalone without the .app or .exe extension.

macos preference file: Sets the relative path to the preference file for the application. Path is relative to user or shared preference folders for the platform.

win32 preference file: Sets the relative path to the preference file for the application. Path is relative to user or shared preference folders for the platform.

use shared application data: Set to boolean value specifying whether or not your application uses a shared application data folder.

use user application data: Set to boolean value specifying whether or not your application uses the user application data folder.

use shared preference file: Set to boolean value specifying whether or not your application uses a shared preference file.

Return

Empty