Hi, I'm trying to move to 0.9-SNAPSHOT releases temporarily -- hoping the official 0.9 release is out soon.
When I did that, I noticed that MXMLApplicationContext moved from
org.springextensions.actionscript.context.support. mxml.MXMLApplicationContext
to
org.springextensions.actionscript.context.support. MXMLApplicationContext
Also, the interface changed. It used to have properties for configLocations and a handler for complete (loading finished), but these have disappeared?
I am not sure now what to do with this new class. I depended on that handler to call me back when it was finished loading so I could do some initialization code.
The documentation all refers to the old class. I realize this is a snapshot version so things may be in flux, but can someone tell me what the strategy is for moving ahead on this class?
Thanks in advance!
Regards,
Davis


Reply With Quote