Library Object Selection 

Creating Library Objects

 

The Library Object Selection window provides the tools for creating and editing the different panel, dialogue, and window object definitions that make up a graphical user interface. See Maintaining Library Objects for information on the various tools available for maintaining object definitions at the library level.

Note:
When entering a new name for panel, query, file maintenance and popup menu objects, valid characters are: letters (A-Z, a-z); numbers (0-9); ~ (tilde); @ (at symbol); . (period); $ (dollar sign); _ (underscore); - (dash); + (plus sign). If an invalid character is used, a message will display.

Panel Object

A panel provides the GUI layout for the control objects required to interact with your application.

From the Library Object Selection window, a panel object can be created or edited using the Panel Designer by clicking the Panel button on the toolbar (if using Toolbar View), by selecting Objects > Panel Object from the menu bar, or by double-clicking on a listed panel object.

You can also select the Panel Definition task on the IDE Main Launcher.

The Panel Designer allows you to place controls on your panel from the Controls toolbar, associate code with events for the panel and the controls on it, and test your panel at any time.

See File Maintenance below.

Query Object

A query object consists of a panel that displays records from a data file and returns a value associated with a record selected by the user (default is the value in the first column). A query object may be defined based on an existing data dictionary definition, an ODBC data source, or a manually defined file with no embedded dictionary.

From the Library Object Selection window, a query object can be created or edited by clicking the Query button on the toolbar (if using Toolbar View), by selecting Objects > Query Object from the menu bar, or by double-clicking on a listed query object.

You can also select the Query Definition task on the IDE Main Launcher.

See Query Subsystem for information on defining and using query objects.

File Maintenance

File maintenance panel objects can be created automatically for any data files defined via the NOMADS Data Dictionary Maintenance window. The file maintenance program is invoked by the object to write, update, and delete records, as well as browse the file.

A file maintenance object may be generated as a single panel or a folder with sub-panels. Placement of the edit and browse buttons, the acknowledgement and confirmation messages to be displayed, and the update logic to be used are all customizable.

From the Library Object Selection window, a file maintenance (or inquiry-only) panel object can be created using the File Maintenance Generator by clicking the File Maint button on the toolbar (if using Toolbar View) or by selecting Objects > File Maint from the menu bar.

You can also select the File Maintenance Generator task on the IDE Main Launcher.

The File Maintenance Generator provides a simple seven-step process that, when completed, generates new NOMADS panels and/or Webster+ HTML pages as file maintenance or inquiry-only panels. For examples of generated panels that were defined with different settings, see File Maintenance Sample Panels.

(The File Maintenance Generator was added in PxPlus 2019.)

Popup Menu

Popup menus are menu objects that appear when the user right-clicks the mouse while the pointer is over a selected control or panel area. They appear much like the drop-down menus on a menu bar except that they can be placed anywhere on the panel and are invisible until they are invoked.

From the Library Object Selection window, a Popup Menu object can be created or edited by clicking the Menu button (if using Toolbar View), by selecting Objects > Popup Menu Object from the menu bar, or by double-clicking on a listed popup menu object.

You can also select the Menu Bar Definition task on the IDE Main Launcher.

Popups can also be associated with a specific panel control via the Panel Designer. A popup menu can also be applied to the Panel Header so that right clicking the mouse on any blank area on the panel will launch a popup.