Difference between revisions of "Using Scripts (Macros) in MIPAV"

From MIPAV
Jump to: navigation, search
(Created page with '{| width="331" align="right" | [MIPAV_titleVolume1.html TOC ] | [MIPAV_Utilities.html PREV ] | [MIPAV_Plugins.html [[Image:navnext.gif|...')
 
Line 1: Line 1:
{| width="331" align="right"
+
In this chapter...<br />
|
+
*[[Developing and using scripts| "Developing and using scripts"]]
[MIPAV_titleVolume1.html [[Image:navtoc.gif|TOC]] ]
+
**[[Setting up scripting]]
|
+
**[[Planning scripts]]
[MIPAV_Utilities.html [[Image:navprev.gif|PREV]] ]
+
**[[Recording scripts]]
|
+
**[[Running scripts]]
[MIPAV_Plugins.html [[Image:navnext.gif|NEXT]] ]
+
**[[Editing and deleting scripts]]
|
+
**[[Examples]]
[MIPAV_Glossary.html [[Image:navidx.gif|INDEX]] ]
+
*[[Combining scripts and other programs| "Combining scripts and other programs- TBD"]]
|}
+
**[[Using the mipav command]]
 +
**[[Using Shell scripting to lessen typing]]
  
[[Image:wwplogo.gif|Put your logo here!]]
 
  
----
+
The first method involves developing scripts, which you use directly within the program (see [MIPAV_Scripting.html#1338801 "Developing and using scripts").
<blockquote><div style="font-style: normal; margin-bottom: 0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 24pt; text-align: right; text-decoration: none; text-indent: 0pt; text-transform: none; vertical-align: baseline">'''<font color="#000000"> 1 <br /></font>'''</div><div style="font-style: normal; margin-bottom: 600pt; margin-left: 0pt; margin-right: 0pt; margin-top: 0pt; text-align: right; text-decoration: none; text-indent: 0pt; text-transform: none; vertical-align: baseline">'''<font color="#000000"> Using Scripts (Macros) in MIPAV<br /></font>'''</div><div style="font-style: normal; margin-bottom: 6pt; margin-left: 6pt; margin-right: 6pt; margin-top: 6pt; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none; vertical-align: baseline">'''<font color="#0023a9"> <span style="font-style: normal; text-decoration: none; text-transform: none; vertical-align: baseline">'''<font color="#0023a9">In this chapter...</font>'''</span><br /></font>'''</div><div style="font-style: normal; font-weight: normal; margin-bottom: 1pt; margin-left: 18pt; margin-right: 6pt; margin-top: 0pt; text-align: left; text-decoration: none; text-indent: -12pt; text-transform: none; vertical-align: baseline"><font color="#0023a9"> [MIPAV_Scripting.html#1338801 "Developing and using scripts" on page 438]<br /></font></div><div style="font-style: normal; font-weight: normal; margin-bottom: 1pt; margin-left: 18pt; margin-right: 6pt; margin-top: 0pt; text-align: left; text-decoration: none; text-indent: -12pt; text-transform: none; vertical-align: baseline"><font color="#0023a9"> [MIPAV_Scripting.html#1330843 "Combining scripts and other programs- TBD" on page 473]<br /></font></div><div style="font-style: normal; margin-bottom: 0pt; margin-left: 6pt; margin-right: 6pt; margin-top: 0pt; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none; vertical-align: baseline">'''<font color="#0023a9"> <br /></font>'''</div><div style="font-style: normal; font-weight: normal; margin-bottom: 0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 0pt; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none; vertical-align: baseline"><font color="#000000"> <br /></font></div><div style="font-style: normal; font-weight: normal; margin-bottom: 0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 0pt; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none; vertical-align: baseline"><font color="#000000"> <br /></font></div><div style="font-style: normal; font-weight: normal; margin-bottom: 6pt; margin-left: 0pt; margin-right: 0pt; margin-top: 0pt; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none; vertical-align: baseline"><font color="#000000"> MIPAV provides three different methods of customizing the program. <br /></font></div>
+
  
The first method involves developing scripts, which you use directly within the program (see [MIPAV_Scripting.html#1338801 <nowiki>``Developing and using scripts''</nowiki>]).
+
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 "Combining scripts and other programs- TBD"). This chapter discusses both of these methods of 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."
 
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]]
 
[[Developing and using scripts]]

Revision as of 20:07, 15 February 2012

In this chapter...


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 "Combining scripts and other programs- TBD"). 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