Events - tab of the PmgObject object
Description:
Algorithms definition for the object events
This tab can be opened also after pressing
"C" key over the
active Pmg object.
This tab with its configurators is common for all
Pmg objects except for:
PmgInstance.
Configurators:
Events | List of the object events. After the event is selected, it can be defined a script that has to be executed after tiggering the event. The events of the object are described in the description of this object. |
Parameters | List of the event parameters.
Parameters of the event are defined in the description of this event (see e.g. onMousePress).
Parameters common to all events:
pMe | (Object) Reference to the PmgObject object where the event rises. |
pEvent | (Object) Reference to an object describing detailed information about the specific event. |
---|
|
Edit | Button that opens the large edit window of the script that serves for easy definition of the script (the window is full screen where cursor coordinates are shown at the bottom of the window, which is useful for searching errors in the script). |
---|