Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1
Printer friendly version- glxapplicationFramework
- Application Commands
- Application Messages
- Application Object
- glxapp_create
- glxapp_createBuildProfile
- glxapp_createExternal
- glxapp_createFileExtension
- glxapp_createFileTypeFilter
- glxapp_createStack
- glxapp_createStandaloneResource
- glxapp_setProp
- glxapp_findBuildProfileOfName()
- glxapp_findFileExtensionOfName()
- glxapp_findFileTypeFilterGroupOfName()
- glxapp_findFileTypeFilterOfName()
- glxapp_getProp()
- Application Updater
- Application Utilities
- Broadcasting
- Build Profile Object
- glxbuildprofile_delete
- glxbuildprofile_deletePreference
- glxbuildprofile_deleteSetting
- glxbuildprofile_setPreference
- glxbuildprofile_setProp
- glxbuildprofile_setSetting
- glxbuildprofile_getEffectiveProp()
- glxbuildprofile_getPreference()
- glxbuildprofile_getProp()
- glxbuildprofile_getSetting()
- glxbuildprofile_isPropSet()
- Engine Event
- External Object
- File Extension Object
- File Type Filter Objects
- Files
- libURL and Proxy Support
- Preferences
- Recent Files
- Stack Object
- Standalone Resource Object
on glxapp_build
Message sent when your application when it is being built using the Application Packager. All of your application stacks will be in memory but not in use. You can customize any settings in this handler as the packaged stacks will be saved AFTER this message is sent to your application.
on glxapp_build pProfile, pStandaloneOrUpdater |