583
Using Amos Graphics without Drawing a Path Diagram
ESpecify 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
EIn 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
EEnter the following line as the first line in the Mainsub function:
pd.UndoToHere
EEnter 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.