[flexcoders] Re: addChild(bitmap) problems

2007-12-16 Thread Ryan Frishberg
Containers are really containers of UIComponents (Flex stuff only). You could add to rawChildren, but I think what Jason did is a better idea. He created a UIComponent, and then just added the non-Flex component to that. -Ryan --- In flexcoders@yahoogroups.com, Daniel Thompson [EMAIL

[flexcoders] Re: addChild(bitmap) problems

2007-12-10 Thread Jason
Nevermind, I forgot I need to add a UIComponent inside the Canvas: mx:Canvas id=myCanvas x=10 y=10 width=774 height=463 borderColor=0xD4001A borderStyle=solid mx:UIComponent id=myUIComponent / /mx:Canvas Jason --- In flexcoders@yahoogroups.com, Merrill, Jason