This function shows a simple text input dialog at a specified location in the project client/viewer.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
ShowInplaceInput | Screen | Asynchronous | Supported | Supported | Not supported |
This is an optional parameter. If no value is specified, then the dialog will accept any value.
This is an optional parameter. If no value is specified, then the dialog will accept any value.
Value | Description |
---|---|
0 | Show input as plain text. |
1 | Obfuscate input. |
This is an optional parameter. If no value is specified, then the default is 0.
Value | Description |
---|---|
0 | Do not show Virtual Keyboard. |
1 | Show Virtual Keyboard. |
This is an optional parameter. If no value is specified, then the default is 0.
Value | Description |
---|---|
0 | Success. |
-1 | Invalid tag specified for tagOutput. |
-2 | Invalid number of parameters. |
-3 | Viewer is not running. |
ShowInplaceInput( "OperatorInput", 50, 50 )
ShowInplaceInput( "OperatorInput", 50, 50, 1, 100 )
ShowInplaceInput( "OperatorInput", 50, 50, 1, 100, 0, 1 )