Text Input Window#
Show a modal dialog window designed to obtain information from the User.
| Title | [Text] The text, variable value, or calculation result that will be displayed in the dialog window's title. |
| Message | [Text] The text, variable value, or calculation result that will be displayed inside the dialog window. |
| Default Value | [Text] The value that will be displayed in the input window immediately. If the User cancels the input, this value will be assigned to the result. |
| Timeout | [Number] The timeout. If a value greater than zero is specified, the window will automatically close after this time. The default value will be written to the "Result" property. |
| Line Breaks | Enables line breaks in the message. |
| Allow Resizing | When enabled, allows resizing the window while entering text. |
| Button Names | [Text] Custom names for the buttons can be specified using a semicolon. For example, |
| Result | [Text] The text entered by the User in the dialog window will be saved in the specified variable. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that the blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |