583
Using Amos Graphics without Drawing a Path Diagram
E
Specify a height, width and location each time you use the Observed, Unobserved and
Caption methods of the pd class. (See the online help for the Observed, Unobserved
and Caption methods.)
or
E In your plugin, use the Reposition method to improve the positioning of objects. After
running the plugin, use the drawing tools in the Amos Graphics toolbox to interactively
move and resize the objects in the path diagram.
Controlling Undo Capability
E Enter the following line as the first line in the Mainsub function:
pd.UndoToHere
E Enter the following line as the last line in the Mainsub function:
pd.UndoResume
The UndoToHere method and the UndoResume method work together to ensure that
the effect of running the plugin can be undone by one click of the Undo button.