Macro Preferences

This window enables you to configure key shortcuts to macros and set a macro to run automatically on startup. Run the Edit > Options command and switch to the Macro tab.

Macros

Lists of macros that can be executed using hot keys or automatically at the beginning of the NIS-Elements session.

Start Up

To launch a macro automatically after starting the NIS-Elements program, select it and press the StartUp button. StartUp field of the selected macro in the list box is filled.

Hot Key

To assign a hot key to a macro, select the macro in the macro list box and press the Hotkey button. Select one of the predefined key combination and press OK button.

Full Path

Shows the full pathname of the selected macro.

Add

Adds a macro to the macro list box. Select Macro dialog box appears and you can search the disk for the macro.

Remove

Removes a selected macro from the macro list box.

Edit

Edits a selected macro from the macro list box.

Filename substitution

These lines display the current values of substitution strings available in macro commands.

#

Letter representing a drive e.g. C

##

A customizable path e.g. C:\Images

###

Path to a directory according to the macro function used. It leads to the folder where NIS-Elements EXE file is placed and to a subdirectory - Images for functions concerning image files or macros for functions concerning macros. E.g.:

ImageOpen("###\agnor.tif");        //leads to the IMAGES subdir
RunMacro("###\macro_001.mac");     //leads to the MACROS subdir
####, #####

The current filename including/excluding the path. These substitutions can be used with the Sequences or SequencesEx macro commands.

Information Shown in Caption

Optionally, the name of the current macro and an arbitrary user text can be displayed in the NIS-Elements caption.

Defaults for this Page

Restores the default setting for Macro Options.