RE: [flexcoders] draw simple shapes in a Flex app?

2008-02-15 Thread Merrill, Jason
You need to add the sprite to a container of some kind like a canvas or a panel. And to draw a Rectangle, why are you using beginBitmapFill? Just try beginFill instead. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform

Re: [flexcoders] draw simple shapes in a Flex app?

2008-02-15 Thread learner404
On Fri, Feb 15, 2008 at 2:47 PM, Merrill, Jason [EMAIL PROTECTED] wrote: And to draw a Rectangle, why are you using beginBitmapFill? Just try beginFill instead. Oops, I went to quickly with the completion, thanks Jason. You need to add the sprite to a container of some kind like a canvas or

Re: [flexcoders] draw simple shapes in a Flex app?

2008-02-15 Thread learner404
Ok, found myself the missing link... It is necessary to change the Shape by a UIComponent (don't ask me why...) After 3 hours lost, I can now continue and just deal with the fact that AS3 also doesn't have theadings and a great security policy (impossible to access an external public feed -