PEF
12-14-2004, 02:10 PM
I've writed a collection of components, inherited from mx.core.UIComponent.
To my surprise I've discovered that my components interfere in an undesirable way. When putting several components on the stage, the size (width and height) of each component are influenced by the last one added. As long as all components are of the same type everything works well.
Somewhere along the road I must be doing something wrong, but I can't figure out what it is.
Hope someone can help.
/Peter
To my surprise I've discovered that my components interfere in an undesirable way. When putting several components on the stage, the size (width and height) of each component are influenced by the last one added. As long as all components are of the same type everything works well.
Somewhere along the road I must be doing something wrong, but I can't figure out what it is.
Hope someone can help.
/Peter