Std DlgMacroRecord: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
{{GuiCommand|Name=Std DlgMacroRecord|MenuLocation=[[Macros|Macro]] → Macro recording ...|Workbenches=All|SeeAlso=[[Std_DlgMacroExecuteDirect|Execute macro]]}}
{{GuiCommand|Name=Std DlgMacroRecord|MenuLocation=[[Macros|Macro]] → Macro recording ...|Workbenches=All|SeeAlso=[[Std_DlgMacroExecuteDirect|Execute macro]]}}


=== Description ===
=== Description === <!--T:2-->


<!--T:3-->
This function records a macro.
This function records a macro.


<!--T:4-->
It is accessible via '''Macro → Macro recording ...''', or via {{KEY/it|[[File:Std DlgMacroRecord.png|16px]] Macro recording}} button in the macro toolbar [[File:Macros_toolbar.jpg|96px]].
It is accessible via '''Macro → Macro recording ...''', or via {{KEY/it|[[File:Std DlgMacroRecord.png|16px]] Macro recording}} button in the macro toolbar [[File:Macros_toolbar.jpg|96px]].


=== Utilization ===
=== Utilization === <!--T:5-->


<!--T:6-->
Start the function with one of these methods before. The following window appears:
Start the function with one of these methods before. The following window appears:
{|
{|
Line 22: Line 26:




<!--T:7-->
Once completed click {{KEY/it|[[File:Std_DlgMacroStop_02.png|16px]] [[Std DlgMacroStop|Stop the macro recording session]]}} to stop recording the macro.
Once completed click {{KEY/it|[[File:Std_DlgMacroStop_02.png|16px]] [[Std DlgMacroStop|Stop the macro recording session]]}} to stop recording the macro.


<!--T:8-->
The macro can be called through '''Macro → Macros...''', or with the {{KEY|[[File:Std_DlgMacroExecuteDirect.png|16px]] [[Std_DlgMacroExecuteDirect|Execute this macro]]}} button in the macro toolbar to be executed or modified as you want
The macro can be called through '''Macro → Macros...''', or with the {{KEY|[[File:Std_DlgMacroExecuteDirect.png|16px]] [[Std_DlgMacroExecuteDirect|Execute this macro]]}} button in the macro toolbar to be executed or modified as you want



Revision as of 23:16, 29 December 2014

Std DlgMacroRecord

Menu location
Macro → Macro recording ...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Execute macro

Description

This function records a macro.

It is accessible via Macro → Macro recording ..., or via Template:KEY/it button in the macro toolbar .

Utilization

Start the function with one of these methods before. The following window appears:

Macro recording
  • Macro name : Enter the name of the new macro.
  • Macro path : Path macro library. To change the path, click ... .
  • Record : Record the macro. Starts recording of everything that is done later.
    The button Stop the macro recording session in the macros toolbar turn green .
  • Stop : Stop recording the macro.
  • Cancel : Cancels and closes the window.


Once completed click Template:KEY/it to stop recording the macro.

The macro can be called through Macro → Macros..., or with the Execute this macro button in the macro toolbar to be executed or modified as you want