GLX Application Framework > GLX Application Framework > What is the Application Stack?

What is the Application Stack?

When you create a GLX Application a stack named application is created. This lesson will teach you about the application stack.

Stores Application Properties

The application stack (1) contains a group named ApplicationObject (2). This group is required by the application framework. No good can come from removing this group. Any children controls of this group are managed using the GLX Application Framework API. You can modify the children controls if you know what you are doing but it is recommended that you use the API.

Feel free to add other controls to this card if you would like such as front/backscript controls. Just leave the ApplicationObject group alone.

Handles Framework Messages

When you create a new GLX application the stack script of the application stack contains custom messages sent by the framework. The comments in the script explains why each message is useful.

Comments (0)

Add your comment




E-Mail me when someone replies to this comment

Are you human?