The inserted viewer behaves as a real Pmg object and it can not be opened separately, closed or moved interactively by the mouse, but only by changing the properties of the Pmg object (in the script or binding).
This way the object allows splitting the panel (workspace) into separate portions, that consist of individual PmgFrame objects, with versatile content. It is possible, for example, to create a panel, split it vertically into two portions of the same size (two PmgFrame objects) and to display different viewer in each portion (e.g. the certain units). The unit that is currently being displayed in specific portion can be dynamically changed (in the script).
Caution: For most of the Promotic objects it is not possible to open the same viewer multiple times simultaneously in the runtime mode. The viewer can be opened only in one instance at a time.
This object is the Window Pmg object.
OpenView | Opens viewer of another object in this PmgFrame object (obsolete) |
---|---|
Src | Path to the Promotic object viewer |
onFocusIn | Is triggered if the object receives focus |
---|---|
onFocusOut | Is triggered if the object loses focus |
onModeChange | Is triggered when the Pmg object mode changes |
onRefresh | Is triggered on the data refresh of the Pmg object |
onStart | Is triggered on the construction of the Pmg object in the course of opening the panel |
onStop | Is triggered on the destruction of the Pmg object in the course of closing the panel |
Object | General information about the object |
---|---|
Content | Content of the Pmg object in the XML form |
Position | Setting the position, width and height of the Pmg object |
Variables | List and configuration of user defined Pmg object variables |
Events | Algorithms definition for the object events |
Methods | Definition of designer's method of the Pmg object |
Frame | Properties of the PmgFrame object. |