HyperWorks Desktop

*BeginCustomWizards()

Indicates the beginning of a custom wizard block.

*BeginCustomWizards()

Indicates the beginning of a custom wizard block.

Previous topic Next topic No expanding text in this topic  

*BeginCustomWizards()

Indicates the beginning of a custom wizard block.

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

Syntax

*BeginCustomWizards()

Example

*BeginCustomWizards()

  *RegisterCustomWizard(tool1, "Translator Wizard",

                               "translator.mdl")

*EndCustomWizards()

Application

MotionView, HyperView, and HyperGraph.

Comments

The *BeginCustomWizards() block specifies the custom wizards to be registered in a session.

Registered custom wizards can be accessed from the Tools menu or assigned to a user-defined menu.

Every *BeginCustomWizards() statement requires a closing *EndCustomWizards()statement.

See also

 

*BeginMenu()

*RegisterCustomWizard()

List of Preference Statements