UIComponent extended class isn't showing UIComponent extended class
Posted
by Arno
on Stack Overflow
See other posts from Stack Overflow
or by Arno
Published on 2009-08-18T09:33:59Z
Indexed on
2010/05/01
6:07 UTC
Read the original article
Hit count: 579
flex
|actionscript-3
I have 1 class (that is extending a UIcomponent) that is representing a component. In that component I create different instances of another class that is also a UIComponent but this class doesn't show up in de first class. I see that it is running and that it has the correct hights but I got the feeling that it doesn't show up with this hights. If I trace I see the width and height is 200 X 200 but there is still nothing visible in my component
I bet there is a simple solution for this problem?
© Stack Overflow or respective owner