Question

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>
Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top