|
| |
A macro is a text file of configuration and processing
information for StampPlot. If you have a Pro License, it's pretty easy to
create a macro of configurations.

If your configuration will not use any image, WAV, or other
files in the distribution which are not included with Pro:
- Use the menus and options to configure StampPlot.
- Place your objects configuring and entering code for them
using the Object Editor.
- Open the Macro Builder/Editor.
- Start a new file.
- Tell StampPlot to build the macro.
- Save it.
- Test it by running it.
- Refine and save.
- Your .spm macro is ready for easy distribution!

If you are using other files and wish to distribute easily:
- Create a directory on your drive with all your specialized
files.
- Open the Macro Builder/Editor.
- Build your current configuration.
- Save it to your distribution directory.
- Continue building your StampPlot Interface, updating and
saving as desired.
- To distribute, Zip your directory (WinZIP is NOT included)
and it's ready for distribution.
When using external files, StampPlot builds relative directory
paths (you will see (PATH) in the file name). As long as all your
files exist in the same directory (or subdirectories) of your macro, StampPlot
will be able to locate them even if they are distributed and unzipped to various
paths.

New : Open : Save/Save-As : Run : Build All
 | New: Starts a new, empty macro |
 | Open: Opens a current macro |
 | Save\Save As: Allows a macro to be saved. When
saving, StampPlot may ask if you wish to update the build prior to
saving. This applies to media files that may be included in your
macro. If you save to a different directory, the path to files may be
affected. Note: If you manually change any code in the first 4
sections, your changes may be lost. |
 | Run: Once the macro is saved, it may be run
for testing. |
 | Build All: Builds all the sections from the
current configuration. |
Code Section is used to select the area of code to be
viewed.
Program Header is used to enter file header
information, such as date, author, rev, description, etc.
The bottom text box is used for manually entering and testing
code similar to the Immediate/Debug window. The blue text above it is the
last data from the DEBUG window.
Sections:
For more information, please see the discussions on Macros
and Macro events and other specific
discussion on these topics.
|