--- In flexcoders@yahoogroups.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

Reply via email to