Create a new ControllerYou 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 Controller. Alternatively you can go to File > New > Cairngorm Controller.
When a new Controller is created it will have a UUID constant, such as the following:
Although it is private, it is important that you do not remove it as it it is used by the project properties to associate the Controller with its default settings. Continue to Create a new Command. |
|

