Adds custom wizards defined in a file to a session.
*RegisterCustomWizards()Adds custom wizards defined in a file to a session. |
|||||
*RegisterCustomWizards()Adds custom wizards defined in a file to a session. |
Syntax |
*RegisterCustomWizards(varname, "label", "fname") |
|
Arguments |
Name |
Description |
varname |
A unique variable name for the custom wizard. |
|
"label" |
A description label to be shown in the interface. |
|
"fname" |
The file containing the custom wizard definitions to be accessed in a session. |
|
Example |
*BeginCustomWizards() *RegisterCustomWizards(tool1, "Translator Wizard", "translator.mdl") *EndCustomWizards() |
|
Application |
MotionView and HyperView. |
|
Context |
||
Comments |
The custom wizard to be used is defined in a *BeginCustomWizard() block in the specified file. Registered custom wizards are accessed in sessions from the Tools menu or assigned to a user-defined menu. |
|
See also |
|
|