I have two classes that get loaded with data from an http service that
the rest of my controls and classes need for designing themselves.

I want to have two functions in my Application:

1) initApp - called by creationComplete, tells the two classes to load
there data

2) loadApp - called when all my data has been loaded, tells the
components to initialize

any suggestions on how I can implement this?

Reply via email to