Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

MESSAGE action

...

FunctionMessage for given operator into defined process D2000 HI - with no response.
Declaration


Blok kódu
languageesl
themeConfluence
MESSAGE strExpression [SINGLE]


Blok kódu
languageesl
themeConfluence
MESSAGE strExpression [SINGLE] ON procIdent


Blok kódu
languageesl
themeConfluence
MESSAGE strExpression [SINGLE] ON ALL


Parameters


strExpressioninExpression of the String type.
procIdentinIdentifier of a Process type object (Human Interface).
SINGLE
 

Allows
to display
displaying single messages in form of a 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

defined D2000 HI process 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

the D2000 HI process 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 a single message if "SINGLE" is used in the command.

Message action dialogImage Modified

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

Message action dialogImage Modified

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

...

Info
titleRelated pages:

Script actions

...