Using Scripts (Macros) in MIPAV

From MIPAV
Revision as of 19:52, 15 February 2012 by Angelfish100 (Talk)

(diff) <previousrevision> | Latest revision (diff) | <nextrevision> (diff)
Jump to: navigation, search

[MIPAV_titleVolume1.html TOC ]

[MIPAV_Utilities.html PREV ]

[MIPAV_Plugins.html NEXT ]

[MIPAV_Glossary.html INDEX ]

Put your logo here!


1
Using Scripts (Macros) in MIPAV
In this chapter...
[MIPAV_Scripting.html#1338801 "Developing and using scripts" on page 438]
[MIPAV_Scripting.html#1330843 "Combining scripts and other programs- TBD" on page 473]



MIPAV provides three different methods of customizing the program.

The first method involves developing scripts, which you use directly within the program (see [MIPAV_Scripting.html#1338801 ``Developing and using scripts'']).

In the second method, you also develop scripts but you initiate, or call, them from another program. Developing scripts does not require programming skills or learning a new script language, and calling them from another program may require, depending on the program, only minimal programming knowledge (see [MIPAV_Scripting.html#1330843 "Combining scripts and other programs- TBD" on page 473]). This chapter discusses both of these methods of developing and using scripts.

The third method of customizing MIPAV-developing plug-in programs-does require Java programming skills. For more information about this method, refer to Chapter 11, "Developing Plug-in Programs."

Developing and using scripts