|
Recording Macros |
Top Previous Next |
|
To record a macro select Run/Record, or press the 'Record' Toolbar button (looks like a video camera) button on the Main Window. You will be prompted for a name for the macro and recording will commence when Start is pressed.
The mouse sensitivity setting is used to ignore small mouse movements. Modify the degree of sensitivity by adjusting the slider. The further towards Max, the more sensitive the recorder is and the smaller the movements that are ignored. By ignoring small mouse movements the macro recorder can refine the script where small, unnecessary mouse movements appear between other events which can be combined into one script command. If these small movements are not ignored then the individual events need to be handled separately, so lengthening the script. If in doubt leave it in the default, middle setting.
With the 'Record Window Names and Positions' option selected the macro recorder will notice when your actions cause windows to appear and insert code to make sure the macro waits for those windows to appear before continuing. It will also add code to ensure those windows appear in the same positions and with the same dimensions as they appeared when you recorded the macro. This ensures the macro will work correctly each time with your mouse events landing in the right places.
When recording a macro for a specific application, select the application to run. Macro Scheduler will run the application and remember it's name and position and add the necessary commands to the top of the recorded macro to ensure the application is executed, sized and positioned in the same place each time, so ensuring the reliability of the recorded macro.
The last setting - 'Low Level Conversion' - will avoid parsing to result in a script of lower level commands. E.g. an LDown and LUp will be left alone and not merged into an LClick command.
Recommendations:
|