699
Graphical Control Objects
Graphical control objects are used in ProvideX applications to display information,
input data, and handle event processing. These controls can be created using specific
directives or designed/produced in NOMADS, the ProvideX GUI-based application
development system. Refer to the ProvideX NOMADS Reference for further
information.
The following control object types are supported in ProvideX:
This section provides cross-references to corresponding directives and lists all of the
properties used to define and manipulate each of the specific object types. The list
supplied immediately below each object heading is linked to descriptions under the
Properties that define extended attributes are shown in italics. They represent a
category of attributes that cannot be accessed within a directive (via FMT= or
OPT=); for example, the majority of cell attributes for grids are defined/set using
BUTTON
HoverColour$
A button object is usually designed to send a signal to the application when selected
by a mouse click. The signal typically indicates that the user wants to end a function
or initiate a new function. For more information on BUTTON controls, refer to the