Figured it out. I dispatched a custom event from the ViewManagerApplication when the application was complete. I added an event listener in the View, but not to the stage because it doesn't exist yet, but to systemManager.stage. This worked like a charm, and now I can calculate all of my values.
-- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Dispatch-an-Event-Down-tp13799p13801.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
