The following example shows how you can modify the visibility and alpha of the white box in the lower-right corner of an MX Container in Flex when both the horizontal and vertical scroll bars are visible by using the rawChildren
property and getChildByName()
method.
Tag Archives: rawChildren
Adding an FTETextField object to the display list in Flex 4
The following example shows how you can add an FTETextField object (formerly TLFTextField) by using a Halo/MX container and the rawChildren.addChild()
method or by using a SpriteVisualElement object and the addChild()
method.
The mx.core.TLFTextField class was renamed to mx.core.FTETextField in 4.0.0.10872.
Full code after the jump.
Continue reading Adding an FTETextField object to the display list in Flex 4