I am using Flex for new development and starting to get a grasp on Cairngorm
as well.  I am now trying to get a workflow between static screens laid out
so that I can slowly wire up the server-side calls.

What I would like to find out is what is the best way to set up the flow?
Currently I have a View Stack that has each of the main screens.  This seems
ok if I don't have a lot of screens but I can see that if I have more then
say ten items in the View Stack it will rapidly become hard to manage.  I
was thinking of having layers of View Stacks (View Stack inside of another
View Stack) but haven't figured out how to do this in Cairngorm yet.  I am
hoping to avoid having a class that manages the screens shown as if it were

What are the approaches that others have used to solve this sort of flow
problem?  Maybe it is simply just needing a better description of how the
flow of the components are done in Cairngorm for the switching of the views.

BTW where does the data member 'view' come from in IndexViewHelper.as and
some of the other View Helper as I don't see it being a member of the
ViewHelper base class?

        Thanks,

        -Kent

"Perfection is achieved, not when there is nothing more to add, but when
there is nothing left to take away."
    - Antoine de Saint Exupery
 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to