GEOS SDK TechDocs
|
|
|
1 GenApplication Basics
The GenApplication object is used as the top object in every application geode. It acts as the head of the generic object tree, and it provides all the functionality necessary for launching and shutting down the application. It is a subclass of
GenClass
and therefore inherits all the instance data and messages of that class.
GenApplicationClass
has no inherent visual representation. Instead, the main windows of an application are created and managed by one or more GenPrimary objects, which should be placed both as children of the Application object and on the application's GAGCNLT_WINDOWS notification list (if it should appear when the application starts up).
1 GenApplication Basics
1.1 Instance Data
1.2 Application GCN Lists
1.3 Application Instance Reference
1.4 Attach and Launch Flags
1.5 ApplicationStates
1.6 Application Features and Levels
1.7 IACP
2 Advanced GenApplication Usage
2.1 An Application's Life Cycle
2.2 Application Busy States
2.3 The GenApplication's Moniker
2.4 Measurement Type
2.5 Interaction with the UI
GEOS SDK TechDocs
|
|
|
1 GenApplication Basics