Answered
Adding Flex Components to Controllers
Newbie question: Why do I get a type coercion error when
using an Box,HBox or VBox as my TextFlow container? I can use
Sprite or UIComponent, but if I use anything that inherits from
UIComponent I get the type coercion error saying that it doesn't
implement IUIComponent.
Next question: Is it unwise to want to use the various types of Flex containers as a container for TextFlow? If so, why?
Next question: Is it unwise to want to use the various types of Flex containers as a container for TextFlow? If so, why?
