Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

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.

debug log file: Set the file that glxapp_debugLog will write messages to. If empty then glxapp_debugLog does nothing.

email address for errors: Set this to the email address that the user should send error reports to. This is used if your application has the user manually submit error reports.

error reporting url: Set this to the url of a script on your server that will automatically process error reports if the user chooses to submit the report. This overrides 'email address for errors'.

is portable: Set to true to enable portable app features. Currently this just causes the framework to look for a preference file alongside the application for the "user preference file" property.

network traffic log file: Set the file that glxapp_logNetworkActivity will write messages to. If empty then glxapp_logNetworkActivity does nothing.

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