Graphical User Interfaces

NOMADS

 

The easiest (and fastest) method for creating a graphical user interface in PxPlus is to use NOMADS (Non-procedural Object Module Application Development System).

NOMADS is the graphical application development toolset that can be used in conjunction with PxPlus and other languages to create GUI applications. It also includes the ability to separate data, logic and presentation text and images within the applications. A common data dictionary provides the ability to view and maintain data files without having to write any application code. NOMADS also allows for the integration of both NOMADS-designed applications with non-NOMADS designed applications.

Development Environment

The toolset side of NOMADS provides an integrated working environment for building and assembling object definitions for the panels, dialogues and windows to be used in your GUI application. These definitions are stored in keyed data files called libraries, which are accessed for editing via Library Object Selection.

When you develop components in NOMADS, the bulk of the programming is handled for you. Instead of typing lines of code in PxPlus to define size, placement and functionality, you simply draw the objects using your mouse, and then select the desired attributes from associated dialogues and menus.

The NOMADS Panel Designer is the main work area in NOMADS. It is used for designing panel layouts and defining control objects. See Creating Panel Controls.

At the heart of NOMADS is a powerful run-time engine, *winproc, the central controller that operates in PxPlus behind the scenes to process the information stored in library objects, generate GUI components and execute associated event-handling logic.

Design/Development Toolset

NOMADS includes a set of tools and utilities for building graphical components and defining how your GUI will work with your application. See Design/Development Toolset.

See Also

NOMADS Graphical Application