Component family |
Misc |
|
Function |
Opens a dialog box with an OK button requiring action from the |
|
Purpose |
tMsgBox is a graphical break in |
|
Basic settings |
Title |
Text entered shows on the title bar of the dialog box |
|
Buttons |
Listbox of buttons you want to include in the dialog box. The The Question button displays |
|
Icon |
Icon shows on the title bar of the dialog box. |
|
Message |
Free text to display as message on the dialog box. Text can be |
Global Variables |
RESULT: the return value of the component. This is an ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see Talend Studio |
|
Usage |
This component can be used as intermediate step in a data flow or It can be connected to the next/previous component using either a |
|
Limitation |
n/a |
The following scenario creates a single-component Job, where tMsgBox is used to display the pid (process id) in place of the
traditional “Hello World!” message.
-
Drop a tMsgBox component from the Palette to the design workspace.
-
Define the dialog box display properties:
-
‘Title’ is the message box title, it can be any variable.
-
In the Message field, enter
"Current date is: "
between
. Then click CTRL+Space to display the
double quotation marks
autocompletion list and select the following system routine,TalendDate.getCurrentDate
. Put brackets around this
routine. -
Switch to the Run tab to execute the Job
defined.
The Message box displays the message and requires the user to click OK to go to the next component or end the Job.
After the user clicked OK, the Run log is updated accordingly.
Related topic: see Talend Studio User
Guide.