Re: [flexcoders] Skinning a container - Canvas

2009-11-03 Thread Richard Rodseth
You can skin VBoxes, HBoxes, and presumably Canvases by setting the borderSkin style property to a programmatic skin, for example. You can find example programmatic skins (eg. for gradients) on the web. On Mon, Nov 2, 2009 at 3:13 PM, hworke wrote: > > > > > Hi, I see all the tutorials about ski

[flexcoders] Skinning a container - Canvas

2009-11-02 Thread hworke
Hi, I see all the tutorials about skinning different components. What about skinning a canvas? I am trying to skin a Canvas - is that possible?