Note ::
The IMXMLObject method signature is (d);

initialized<http://127.0.0.1:49487/help/topic/com.adobe.flexbuilder.help/langref/mx/core/IMXMLObject.html#initialized()>
(document:Object<http://127.0.0.1:49487/help/topic/com.adobe.flexbuilder.help/langref/Object.html>,
id:String<http://127.0.0.1:49487/help/topic/com.adobe.flexbuilder.help/langref/String.html>
):void<http://127.0.0.1:49487/help/topic/com.adobe.flexbuilder.help/langref/specialTypes.html#void>

the UIComponent's initializer is not initialized(), it's;

initialize():void

The UIComponent.initialized is a property not a method.

Mike

On Thu, Oct 30, 2008 at 10:33 AM, Amy <[EMAIL PROTECTED]> wrote:

>   --- In [email protected] <flexcoders%40yahoogroups.com>, "Josh
> McDonald" <[EMAIL PROTECTED]> wrote:
> >
> > Public properties or setter methods will be available in MXML. You can
> > annotate them with various forms on [Inspectable] to get useful
> > code-completion as well. If you implement IMXMLObject, initialize()
> will be
> > called once all the fields declared in the mxml tag have been set.
>
> Note that UIComponent contains a different initialize() method, so you
> can't use the IMXMLObject one for anything that inherits from
> UIComponent.
>
> HTH;
>
> Amy
>
>  
>



-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to