--- In [email protected], "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > Note :: > The IMXMLObject method signature is (d); > > initialized<http://127.0.0.1:49487/help/topic/com.adobe.flexbuilder.he lp/langref/mx/core/IMXMLObject.html#initialized()> > (document:Object<http://127.0.0.1:49487/help/topic/com.adobe.flexbuild er.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.
It's a setter, which is a method. IOW, you can't implement this interface with anything that inherits from UIComponent. Not sure why you take everything I say as a personal challenge, but feel free to try it if you don't believe me.

