IMXMLObject.initialized() problem
Hi there, I have a class that implements IMXMLObject. I create an instance in
the mxml file for the application and it compiles and runs, but the initialize
method never gets called. The livedocs are sort of vague in that they merely
say "Called after the implementing object has been created and all component
properties specified on the MXML tag have been initialized." So what
constitutes initialization? I would assume this method should get called
whenever creation-complete gets fired, but in my case i get nothing. Any clues?
|