Re: [flexcoders] Newbie Question - attaching a Sprite

2006-08-11 Thread Michael Schmalle
Hi,You could..var wrapper:IUIComponent = new UIComponent();wrapper.addChild(contentBg);panelOne.addChild(wrapper);This makes it harder to ref and size.You should look into skin subclasses like ProgrammaticSkin. If you make a class that subclasses ProgrammaticSkin, then you can use the graphics o

[flexcoders] Newbie Question - attaching a Sprite

2006-08-11 Thread soso noso
Hi all - I've been doing due diligence to find an answer to this, as in I didn't come here first, but I'm not getting exactly how to apply visual coding to the mxml area. For a quick example - I have a simple mxml file:        xmlns:mx="http://www.adobe.com/2006/mxml"         xmlns:cu