Re: [flexcoders] Flex2B3: Container fillColors

2006-06-21 Thread Michael Schmalle
Ah, And I realize this is an old one. The setActualSize(w, h) needs to be updateDisplayList(w, h); Sorry about that. :) Peace, MikeOn 6/21/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Hey man, this is a primitive example: myContainer.setStyle("borderSkin", TaskListTitleBarBorderSkin );

Re: [flexcoders] Flex2B3: Container fillColors

2006-06-21 Thread Michael Schmalle
Hey man, this is a primitive example: myContainer.setStyle("borderSkin", TaskListTitleBarBorderSkin ); or you know in CSS ;-) code --- package com.teotiGraphix.skins.teo { import flash.geom.Matrix; import flash.display.GradientType; imp

[flexcoders] Flex2B3: Container fillColors

2006-06-20 Thread Tim Hoff
In the process of styling, I wasn't able to apply gradient fillColors to containers (Panel, VBox...). Maybe, didn't make the final cut. In some situations this would come in handy. Vector graphics consume less resources. Has anyone subclassed this, to draw graphics as a container's backgrou