User manual - Scripting_Guide

NAURTECH SMART CLIENTS FOR WINDOWS CE AND POCKET PC
CETerm Scripting Guide Page 30
as tasks are completed, or it can run at a constant rate to show activity to the
user.
Methods
The Message object has no methods.
Properties
The Message object is controlled through read-write properties. Setting a
property will change the message dialog appearance.
Property Description Values
AbortButtonVisible If true, a script abort button is visible.
Taping this button will abort the current
script execution.
true, false
IsVisible If true, message dialog is visible. true, false
Progress Current progress value in percent. 0 to 100
ProgressRate Rate of change of progress bar. In units
of percent per second.
1 to 100
ProgressRunning If true, Progress increases at
ProgressRate
true, false
ProgressVisible If true, progress bar is shown true, false
Text Text of message. text
Title Text in message box title bar. text
Timeout Visibility timeout for dialog. After this
interval, message dialog is closed. A
value of 0 disables this timeout.
0 to 9999
3.6 THE TEXTINPUT OBJECT
The TextInput object provides user input in a script. This object displays a
dialog with a text message, an input field, a Cancel button and an OK button.
Methods
The following methods are available