Create a new CommandYou can create a new Controller by either right-clicking in the Flex Navigator view (which is available in the Flex Development and the Flex Debugging perspectives) and selecting New > Cairngorm Command. Alternatively you can go to File > New > Cairngorm Command.
When you click Finish it will create a new Event class, a new Command class and add them to your Controller.
You will notice there are check boxes for Save as default, if you check these your choices will pushed in to your project properties for the selected Controller. Make sure your Controller is linked in to your project, otherwise it will not appear in the Cairngorm Command class wizard. Continue to Customizing Codegen Templates. |
|


