Skip to main content
Participant
December 29, 2009
Question

Cairngorm Navigation Issue

  • December 29, 2009
  • 1 reply
  • 770 views

I am doing a sample app using Cairngorm 3 libs.

While I was following the Navigation approach, my app control reaches to:

dispatchEvent(NavigationEvent.newNavigateToEvent(destination));

but then it never changed the selected view in my viewstack.


This topic has been closed for replies.

1 reply

Participating Frequently
January 21, 2010

Be sure the class that is dispatching the event has this meta data:

<mx:Metadata>
        [Event(name="navigateTo", type="com.adobe.cairngorm.navigation.NavigationEvent")]
        [ManagedEvents(names="navigateTo")]
    </mx:Metadata>