hi, my app is primarily made up of 2 nested viewstacks and I want to be able to navigate to a child of the inner viewstack from the main application file. I know about the creationPolicy which right now I have set to 'all' to be able to do this- but my app is getting too big for that, it's about a 7 second delay.
Has anyone come up with a way around this? I use events and listeners for navigating (mate framework), I'm trying to think of a way I can intercept navigation events and force the children to be created before being referenced. thanks, derrick

