Archive

Posts Tagged ‘PureMVC’

Handling deferred view component creation within the PureMVC framework

January 25th, 2008 Tom Cornilliac 12 comments

For my last AIR project and my current Flex project I’ve been using the PureMVC ActionScript framework. It’s a solid framework and on the whole I’m enjoying working with it. When using PureMVC for Flex and AIR development one of the questions I see consistently is how to create mediators for deferred components. In other words, if the view of your app uses a view stack how do you handle creating mediators on the children of the viewstack that are not created yet? Read more…