HyperWorks Desktop

*RegisterCustomWizards()

Adds custom wizards defined in a file to a session.  

*RegisterCustomWizards()

Adds custom wizards defined in a file to a session.  

Previous topic Next topic No expanding text in this topic  

*RegisterCustomWizards()

Adds custom wizards defined in a file to a session.  

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginCustomWizards()

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

 

*BeginCustomWizards()

List of Preference Statements