Search Results
-
How Do I Password Protect My Application Stacks When Deploying?
<p>Revolution allows you to set the password property of a stack in order to encrypt the scripts. While this is a useful feature it can be troublesome to password protect your stacks during development. </p> <p>The GLX Application Framework enables you to specify a password that will only be app... -
How Do I Configure The Storage Locations For Application Data and Preferences?
<p>The GLX Application Framework simplifies creating application data folders and storing preferences. Before you can call the glxapp_getPref, glxapp_setPref and glxapp_savePrefs handlers you must define where the preference files will be stored.</p> <p>Note: Currently preference data is stored ...