Promotic

Preconfiguration "Button with icon - circular"

Creates object configured as button.

This preconfiguration can be activated when creating a new Pmg object and is included in the group: "/ Button / One-state button".

The created PmgCanvas object has following variables:
title - text displayed in button
mode - (system variable) defines the appearance of the button if focused or cursor hovering over the object
push - (system variable) defines the appearance of the button if pressed


The events onKeyPress and onMousePress solve the conditions that are defined for calling the designer's method onPressUp or onPressDown.

Designer's methods onPressUp or onPressDown on the "Methods" tab of the Pmg object are used to define action that will be connected with pressing and releasing the button. But the button configured as Menu (selected from button menu) has the item selection and user actions configured in events onMenuFill and onMenuSelect.

There are variables that affect the button and text color, text size and margins in the script on the "Draw" tab.
These configurators can be set before the preconfiguration is created:
The name of created objectName (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 the first character must not be a number.
Action
Simple example - Releasing the button
Simple example - Pressed and released button
Simple example - Selection from button menu
Open panel - in the main frame (target:main;)
Open panel - in this frame (target:_self)
Open panel - in a separate window (target:_blank;)
Open modal panel (target:_blank;modal:1;)
Opening the viewer for option selection (/#glob/list) with item selection from menu
Status change confirmation dialog
Open form window (PmForm)
Date and time entry Window (PmForm)
Date and time entry Window (PmForm) - (time from/to)
Multi-selection from the list of items
Path to panel
Identifier of the window (blankid)Identifier of the independent or modal window.
If a window with blankid identifier already exists then the new viewer opens in current window, otherwise it opens in a new window.
 
The meaning of the identifier:
- Prevents opening a large number of windows with the same identifier.
- It allows this window to be referenced, for example:
- the method Pm.WndOper(0, "_blank.xy", 10) closes the window with xy identifier.
 
This is a system name, so it must contain only alphanumeric and must not contain any diacritics (i.e. national dependent characters), spaces and the first character must not be a number.
Question before confirming the action
Background colorImage background color
Icon selectionOpens a window for selection of the image
PreviewImage preview

History:
Pm8.03.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.