Main Wizard Public Events (Magic xpa 4.x)
The main wizard will expose the following public events that can be raised using the Raise Public event.
Back to Main
|
When this event is raised, the wizard will load the Main Wizard program: the Component Selection screen.
|
Cancel CRR
|
This will close the wizard and make no changes to the CRR.
|
Finish CRR
|
This event receives the following parameter:
The event will then:
|
Create Cabinet File
|
The use of this event is optional. It creates the required cabinet file using the Automatic Processing.
This receives the following parameters:
-
Component Name – this name will appear in the repository
-
ECI location
-
Component Directory – source where all the export files exist
-
Component file name – the name of the cabinet file to create. If this already exists, it will be overwritten.
-
Text to display with what was created
After creating the cabinet file, it will raise the Finish CRR event.
|