The Px graphics environment provides the tools for you to build new applications, and you do not need to be a Java developer to create them.
To visually display the control logic that you develop in
Usually, it is easier to complete the engineering of your control logic using the Wire Sheet and other views before beginning to design the presentation of that logic. There are features and tools in the Px Editor, such as the Make Widget wizard, that allow you to drag components from the Nav tree to various panes in the Px Editor. If you have already built the logic, it should be visible in the Nav tree and available for drag-and-drop.
The general process of creating presentation views for control logic can follow many different paths. The major steps generally go as follows:
When you create a view, you are creating a relationship between a Px file and a component. The Px file defines the view to associate with one or more components of various types, such as folders and points.
After creating a view, you add graphic visualizations (called widgets) to the canvas.
To pass data to the widgets, you use data binding. The bound data from the control objects animates and updates the widgets.
To easily find and navigate among views, you can create a customizable navigation tree using a special file type: .nav file. You edit the .nav file using the Nav File Editor and assign a particular nav file to a user in the user’s profile (using the User Manager view).
The reporting function helps you design, display, and deliver data to online views, printed pages, and to distribute via email.