Developing a Uniface Desktop Application

When developing a desktop application you follow the normal Uniface development paradigm of model, construct, compile, and test.

  1. Start by creating modeled entities to model the application data and default behavior. These can then be reused in the components.

    For more information, see Define a Modeled Entity.

  2. Construct components for the user interface and business logic.

    For more information, see Constructing Forms and Reports and Construct a Component

  3. Define a runtime library to contain global objects. Create a Library for Modeled Properties or Global Objects .
  4. Create menus and toolbars that can be used with forms and application shells to provide additional actions and navigation. For more information, see Define and Use Menus.
  5. Define an application shell to initialize the application, and configure the window in which it runs. For more information, see Define a Windows Application Shell and Define a Character Mode Application Shell .
  6. Compile, test, and debug the application. For more information, see Testing and Debugging.
  7. Deploy and configure the application. For more information, see Deploying Applications and Configuring Uniface and Uniface Applications.