views:

32

answers:

0

Hi, I'm currently creating a class that extends UIComponent in Flex 3, but when the flash builder try to compile show me some errors

1044: Interface method createAutomationIDPartWithRequiredProperties in namespace mx.automation:IAutomationObject not implemented by class components:ArtWorkImage

1044: Interface method get automationEnabled in namespace mx.automation:IAutomationObject not implemented by class com.senocular.display:TransformTool

I see that UIComponent implements this interface, but I had never had this error before, I'm assuming UIComponent should made this implementation by default, so it should be something else, I already try to recreate the project or clean it, with no result, can someone please point me how maybe this can be fix, thanks for your help

oh btw I had this project before in flex builder, exported as a FXP and imported in Flash Builder, thanks!

related questions