Defining a CRR Entry (Magic xpa 4.x)
Each CRR entry is defined by an entry with the following syntax:
Component description = Cabinet path, Invoke Program, Component Type, Setup String
Where:
Component Description – This description will be displayed in the Main Wizard screen. This should be a unique description.
Cabinet Path – The path to the project.
Invoke Program – The public name of the program to be called by the wizard. It is the starting point of the specific wizard. Magic xpa-provided wizards are defined using the Invoke wizard.
Component Type – The type of the component. The component type is a string of a maximum of 30 characters.
Setup String – A single string that is passed to the wizard as a parameter. The Setup String is a string of a maximum of 255 characters.
Here is an example of an entry:
Java Object = CRR\Wizard\CRRjava.ecf, InvokeWizard
My Wizard = F:\ Interfaces\MyWizard.ecf, Engage,CONNECT
Using this structure, a developer can provide more than one wizard for creating a component.
For example:
Java Class component = CRR\Wizard\CRRjavaClass.ecf, InvokeWizard