Object name | Name (identifier) of the Pmg object. It is used for obtaining the Pmg object by the PmgObject.Items method.
This configurator sets the initial value of the Name property. The maximum name length is 30 characters. This is a system name, so it must contain only alphanumeric and must not contain any diacritics (i.e. national dependent characters), empty string, spaces and first character must not be a number. |
---|---|
Object type | Pmg object type. |
Object path | Object name including full path. This text can be inserted as first parameter of the PmgObject.Items method. See GetPathName method.
This configurator is not available for the following objects: PmgPrototype. |
Text editing of the object | Opens the "Text editing of the object" configuration window where the content of the object can be viewed and edited in the text form. |
Visible | Specifies whether the Pmg object is visible (and thus active) in runtime.
This configurator sets the initial value of the Visible property. This configurator is not available for the following objects: PmgRoot, PmgInstance. |
Control enabled | If checked, then actions over the Pmg object as for example mouse click, editing, etc. are functional (default).
If not checked, then the object (and its subobjects) does not get the focus and the events will not be triggered for example: onFocusIn, onFocusOut, onKeyPress, onMousePress, onMenuFill, onButtonUp ... This configurator sets the initial value of the Enabled property. This configurator is not available for the following objects: PmgInstance. |
Draw object background | If checked, then the object is drawn as follows: at first the object background is drawn (transparent space in the Pmg object) and then the Pmg object itself is drawn.
Thus it must be checked if the Pmg object background has to be re-drawn when the object is re-drawn. This configurator is not available for the following objects: PmgRoot, PmgInstance. |
Render outline frame around the focused object | If checked, then the outline frame is rendered (thin rectangle around object) if the object gets focus.
This configurator is not available for the following objects: PmgRoot, PmgInstance. |
Open the context menu also by the left mouse button | If checked, then the context menu of the Pmg object can be opened either by the left mouse button or by the space key. The default way to open the context menu of the Pmg object is by the right mouse button.
The context menu of the Pmg object can be created by filling of events: onMenuFill and onMenuSelect (see Example in the description of the AddMenu object). This configurator is not available for the following objects: PmgRoot, PmgInstance. |
Pmg object parameters | List and configuration of user defined object parameters.
This is a text in the KeyVal format. |
Tooltip text | Here a text for the quick help (tooltip) is entered that is displayed in the running application (if conditions for calling the tooltip are met).
It means that if the mouse cursor remains over the Pmg object for one second, then a small box with the entered text appears. This window vanishes after some time (about 15 seconds) by itself. - There can be multiline text. The new line is entered by the Ctrl+Enter key.
- This configurator sets the initial value of the ToolTip property.
- Macro expression can be used for input ($.text ..) (it is evaluated while the window is opening).
- This configurator is not available for the following objects:
- PmgRoot, PmgInstance.
- PmgRasterImage object, that represents the background in the PmgRoot object - see the "PmgRoot > Panel" configurator. |
Disable object ... | The following configurators are used for disabling visibility of the Pmg object in runtime in some display mode.
The desired display mode can be simulated in the toolbar of the graphics editor, (Display mode selection) item. |
Disable object in runtime | If checked, then the Pmg object is not used in runtime. In this case the following disabling configurators make no difference.
This configurator can also be modified from the context menus: |
Disable object in local panel | If checked, then the Pmg object is not used in runtime for showing in the window of the PmaPanel object.
This configurator is not available for the following objects: PmgRoot, PmgPrototype. |
Disable object in the Web panel | If checked, then the Pmg object is not used in runtime for showing on the Web.
This configurator is not available for the following objects: PmgRoot, PmgPrototype. |
Disable object in the print | If checked, then the Pmg object is not used in runtime for printing the panel in the local application (in the Web panel this configurator is not available).
Open panel can be printed internaly by the PmgRoot.Print method, closed panel can be printed by the PmaPanel.Print method. This configurator is not available for the following objects: PmgRoot, PmgPrototype. |