Purpose | With "Input Recording" you can record all entered values and all user actions, generating an InputScript in text format (.txt). | ||||
How to start Input Recording |
You start Input Recording in the
GuiXT window by clicking on Options->Input Recording. To
display and edit the generated script, click on Edit->Recorded InputScript. Alternatively, you can also press the corresponding buttons in the toolbar:
|
||||
Using the recorded script |
Automatic recording is an ideal basis for
implementing your own
InputScripts. Save the recorded script under
an appropriate name; then replace some of the entered values by script
parameters or by the value of input field variables. The generated "SetCursor" commands are usually not needed, unless you use a function that depends on the cursor position (like double click on /2 on field).
|