Re: [flexcoders] [Flex2, Cairngorm] Several Cairngorm instances in one app...?

2006-10-12 Thread Ralf Bokelberg
Hi Thomas, i can't see a problem with that. Generally though, if you implement multiple independant frontcontrollers, you need to take care of the event names. Every event ends up in the global singleton instance of the CairngormEventDispatcher. If two events have the same name - boom, the last

Re: [flexcoders] [Flex2, Cairngorm] Several Cairngorm instances in one app...?

2006-10-12 Thread Thomas Rühl
Thanks Ralf, that's a great idea, I'll do so :) This seems a more transparent solution to me than starting to use ApplicationDomains in the middle of things. I am totally excited of how the project will look like in the end... Cheerio, Thomas Thomas

[flexcoders] [Flex2, Cairngorm] Several Cairngorm instances in one app...?

2006-10-11 Thread Thomas Rühl
Hello flexcoders, I am currently building a complex Flex application that has several views which differ significantly and are to be displayed depending on the user type. This user type is being evaluated at runtime by a login component. For faster development, and the initial rather simple