MESSAGE action


Function Message for given operator into defined process D2000 HI - with no response.
Declaration
MESSAGE strExpression [SINGLE]


MESSAGE strExpression [SINGLE] ON procIdent


MESSAGE strExpression [SINGLE] ON ALL
Parameters
strExpression in Expression of String type.
procIdent in Identifier of a Process type object (Human Interface).
SINGLE   Allows to display single messages in form of classic dialog box instead of a list. Multiple messages are still displayed as a list.
Description

The action will show a text message (value of the expression strExpression) on the desktop of the defined process D2000 HI or all currently connected processes D2000 HI. If any process is not stated, the action is routed to process SELF.HIP.

If you want to display a text message on the desktop of process D2000 HI from which the action is being called (active picture or connecting the event to control), you must use the second declaration of the action as follows: ON _FROM_HIP.

Example:

Example of single message if "SINGLE" is used in the command.

Message action dialog

Example of single message if "SINGLE" is not used in the command.

Message action dialog

Selected messages may be saved into the clipboard (CTRL+C).


Related pages:

Napíšte komentár