Archive

Posts Tagged ‘Group’

Measuring a GraphicElement with a Stroke in a Group

March 14th, 2010 1 comment

How Flex treats strokes on GraphicElements can be a little tricky. This post explains how the stroke of a GraphicElement contributes to the measured size of a spark Group.
Read more…

Adding a background color to a spark Group

November 23rd, 2009 3 comments

In halo you could add a background color to any container by setting the backgroundColor style, but this is not the case for every spark container. Setting this style on components that extend from SkinnableContainer will work fine, but this style doesn’t exist on the Group component.
Read more…