writer
240
edits
m (→Tutorial) |
|||
Line 13: | Line 13: | ||
This will open the Macro editor : | This will open the Macro editor : | ||
Our macro | Our macro needs to restart the recording as soon as it had been stopped. The macro needs to loop as long as necessary, and the user must be able to stop the loop when needed. To do so, we will create a boolean parameter to control the loop. The loop will then iterate as long as this parameter is "True", and the user can change it to "False" to stop the loop and the Macro.<br> | ||
To create this parameter, right click on the name of the macro and select "Properties": | To create this parameter, right click on the name of the macro and select "Properties": | ||
[[Image:RightClick.png|framed|none]] | [[Image:RightClick.png|framed|none]] | ||
<br> | <br> | ||
Then click on "Add", and define the Boolean parameter "EnableMacro" as | Then click on "Add", and define the Boolean parameter "EnableMacro" as follows: | ||
[[Image:AddProp.png|framed|none]] | [[Image:AddProp.png|framed|none]] | ||