|
Declare that your non-visual component
implements IMXMLObject. The initialize() method will be called when the MXML
properties have been set on your component: /** * Called after the implementing object
has been created and all * component properties specified on the
MXML tag have been initialized. * * @param document The MXML document
that created this object. * * @param id The identifier used by
<code>document</code> to refer * to this object. * If the object is a deep property on
<code>document</code>, * <code>id</code> is null. */ function initialized(document:Object,
id:String):void; - Gordon From: So, is
there no way to catch when the MXML variable values are -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Re: creationComplete on custom non UI co... Gordon Smith
- Re: [flexcoders] Re: creationComplete on custom non ... Michael Schmalle
- Re: [flexcoders] Re: creationComplete on custom ... Claudia Barnal

