i implement a container by extending SkinnableContainer, but when i use the container in a mxml application, i can't add components with diffrent namespace into the container.

<local:MyCustomContainer>
    <s:Label text="aaa"/>   //error occurs at this line.
</local:MyCustomContainer>
有帮助吗?

解决方案

try <local:Label text="aaa"/>

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top