<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flexponential &#187; Group</title>
	<atom:link href="http://flexponential.com/tag/group/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexponential.com</link>
	<description>Programming under the influence of Flex</description>
	<lastBuildDate>Tue, 15 Jun 2010 17:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Measuring a GraphicElement with a Stroke in a Group</title>
		<link>http://flexponential.com/2010/03/14/measuring-a-graphicelement-with-a-stroke-in-a-group/</link>
		<comments>http://flexponential.com/2010/03/14/measuring-a-graphicelement-with-a-stroke-in-a-group/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 22:33:34 +0000</pubDate>
		<dc:creator>Steven Shongrunden</dc:creator>
				<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[GraphicElement]]></category>
		<category><![CDATA[Group]]></category>
		<category><![CDATA[spark]]></category>
		<category><![CDATA[stroke]]></category>

		<guid isPermaLink="false">http://flexponential.com/?p=566</guid>
		<description><![CDATA[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. First consider a plain old Rect with a red fill and no stroke inside of a Group: &#60;s:Group id=&#34;group1&#34;&#62; &#60;s:Rect id=&#34;rect1&#34; width=&#34;50&#34; height=&#34;50&#34;&#62; &#60;s:fill&#62;&#60;s:SolidColor color=&#34;red&#34; /&#62;&#60;/s:fill&#62; [...]]]></description>
		<wfw:commentRss>http://flexponential.com/2010/03/14/measuring-a-graphicelement-with-a-stroke-in-a-group/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding a background color to a spark Group</title>
		<link>http://flexponential.com/2009/11/23/adding-a-background-color-to-a-spark-group/</link>
		<comments>http://flexponential.com/2009/11/23/adding-a-background-color-to-a-spark-group/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 03:34:06 +0000</pubDate>
		<dc:creator>Steven Shongrunden</dc:creator>
				<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[Group]]></category>
		<category><![CDATA[HGroup]]></category>
		<category><![CDATA[spark]]></category>
		<category><![CDATA[TileGroup]]></category>
		<category><![CDATA[VGroup]]></category>

		<guid isPermaLink="false">http://flexponential.com/?p=260</guid>
		<description><![CDATA[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&#8217;t exist on the Group component. The reason for this is the Group container [...]]]></description>
		<wfw:commentRss>http://flexponential.com/2009/11/23/adding-a-background-color-to-a-spark-group/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
