<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>blog.FlexExamples.com</title>
	
	<link>http://blog.flexexamples.com</link>
	<description>Random stuff I pick up along the way.</description>
	<lastBuildDate>Thu, 09 Jul 2009 03:13:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>37.772329</geo:lat><geo:long>-122.41087</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/FlexExamples" type="application/rss+xml" /><feedburner:emailServiceId>FlexExamples</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Importing a text flow from an XML object in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/FRtdChSSnM4/</link>
		<comments>http://blog.flexexamples.com/2009/06/25/importing-a-text-flow-from-an-xml-object-in-flex-4/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 06:59:35 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[RichText (Spark)]]></category>
		<category><![CDATA[TextFlow]]></category>
		<category><![CDATA[TextFlowUtil]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[importFromXML()]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/25/importing-a-text-flow-from-an-xml-object-in-flex-4/</guid>
		<description>The following example shows how you can import a TextFlow object from an XML object in Flex 4 by using the static TextFlowUtil.importFromXML() method.
Full code after the jump.

View MXML

&amp;#60;?xml version=&amp;#34;1.0&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/06/25/importing-a-text-flow-from-an-xml-object-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;TextFlowUtil_importFromXML_test&amp;#34;
        xmlns:fx=&amp;#34;http://ns.adobe.com/mxml/2009&amp;#34;
        xmlns:s=&amp;#34;library://ns.adobe.com/flex/spark&amp;#34;
       [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=FRtdChSSnM4:7X4jspDyMNY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=FRtdChSSnM4:7X4jspDyMNY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=FRtdChSSnM4:7X4jspDyMNY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=FRtdChSSnM4:7X4jspDyMNY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=FRtdChSSnM4:7X4jspDyMNY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/FRtdChSSnM4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/25/importing-a-text-flow-from-an-xml-object-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/25/importing-a-text-flow-from-an-xml-object-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Displaying icons in a Spark List control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/dnV9sCeSZuM/</link>
		<comments>http://blog.flexexamples.com/2009/06/24/displaying-icons-in-a-spark-list-control-in-flex-4/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 02:08:38 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[BitmapImage]]></category>
		<category><![CDATA[List (Spark)]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[itemRenderer]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/24/displaying-icons-in-a-spark-list-control-in-flex-4/</guid>
		<description>The following example shows how you can display icons in a Spark List control in Flex 4 by creating a custom item renderer.
Full code after the jump.

View MXML

&amp;#60;?xml version="1.0" encoding="utf-8"?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/06/24/displaying-icons-in-a-spark-list-control-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name="Spark_List_itemRenderer_test"
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:mx="library://ns.adobe.com/flex/halo"
       [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=dnV9sCeSZuM:iuj4tHOrB1c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=dnV9sCeSZuM:iuj4tHOrB1c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=dnV9sCeSZuM:iuj4tHOrB1c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=dnV9sCeSZuM:iuj4tHOrB1c:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=dnV9sCeSZuM:iuj4tHOrB1c:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/dnV9sCeSZuM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/24/displaying-icons-in-a-spark-list-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/24/displaying-icons-in-a-spark-list-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the base theme color on the Spark DropDownList control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/slZs1Y1k-0Y/</link>
		<comments>http://blog.flexexamples.com/2009/06/23/setting-the-base-theme-color-on-the-spark-dropdownlist-control-in-flex-4/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 06:59:29 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[DropDownList (Spark)]]></category>
		<category><![CDATA[baseColor]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/23/setting-the-base-theme-color-on-the-spark-dropdownlist-control-in-flex-4/</guid>
		<description>The following example shows how you can set the base theme color on a Spark DropDownList control in Flex 4 by setting the baseColor style.
Full code after the jump.

View MXML

&amp;#60;?xml version="1.0" encoding="utf-8"?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/06/23/setting-the-base-theme-color-on-the-spark-dropdownlist-control-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name="Spark_DropDownList_baseColor_test"
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:mx="library://ns.adobe.com/flex/halo"
     [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=slZs1Y1k-0Y:YFlHnzolNtw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=slZs1Y1k-0Y:YFlHnzolNtw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=slZs1Y1k-0Y:YFlHnzolNtw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=slZs1Y1k-0Y:YFlHnzolNtw:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=slZs1Y1k-0Y:YFlHnzolNtw:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/slZs1Y1k-0Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/23/setting-the-base-theme-color-on-the-spark-dropdownlist-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/23/setting-the-base-theme-color-on-the-spark-dropdownlist-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the symbol color on the Spark DropDownList control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/dOzoUiBs-dw/</link>
		<comments>http://blog.flexexamples.com/2009/06/22/setting-the-symbol-color-on-the-spark-dropdownlist-control-in-flex-4/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 06:59:22 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[DropDownList (Spark)]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[symbolColor]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/22/setting-the-symbol-color-on-the-spark-dropdownlist-control-in-flex-4/</guid>
		<description>The following example shows how you can set the symbol color on a Spark DropDownList control in Flex 4 by setting the symbolColor style.
Full code after the jump.

To use the following code, you must have Flash Player 10 and a Flex 4 SDK installed in your Flex Builder 3. For more information on downloading and [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=dOzoUiBs-dw:nPGv-Q9ypZ4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=dOzoUiBs-dw:nPGv-Q9ypZ4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=dOzoUiBs-dw:nPGv-Q9ypZ4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=dOzoUiBs-dw:nPGv-Q9ypZ4:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=dOzoUiBs-dw:nPGv-Q9ypZ4:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/dOzoUiBs-dw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/22/setting-the-symbol-color-on-the-spark-dropdownlist-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/22/setting-the-symbol-color-on-the-spark-dropdownlist-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Creating a custom Halo Accordion header skin in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/57OQWAPZrLw/</link>
		<comments>http://blog.flexexamples.com/2009/06/21/creating-a-custom-halo-accordion-header-skin-in-flex-4/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:59:12 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Accordion]]></category>
		<category><![CDATA[beta1]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/21/creating-a-custom-halo-accordion-header-skin-in-flex-4/</guid>
		<description>The following example shows how you can style the Halo Accordion header (with default Spark skin) in Flex 4 by creating a new skin based on the default Spark skin and modifying the various skin parts.
The default Halo Accordion header Spark skin can be found at \frameworks\projects\sparkskins\src\mx\skins\spark\AccordionHeaderSkin.mxml.
Full code after the jump.

To use the following code, [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=57OQWAPZrLw:-Hmo7N1T8CI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=57OQWAPZrLw:-Hmo7N1T8CI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=57OQWAPZrLw:-Hmo7N1T8CI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=57OQWAPZrLw:-Hmo7N1T8CI:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=57OQWAPZrLw:-Hmo7N1T8CI:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/57OQWAPZrLw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/21/creating-a-custom-halo-accordion-header-skin-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/21/creating-a-custom-halo-accordion-header-skin-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the corner radius on the Halo Alert control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/Ej3xOLZstZo/</link>
		<comments>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 06:59:38 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Alert]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[borderSkin]]></category>
		<category><![CDATA[cornerRadius]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-control-in-flex-4/</guid>
		<description>The following example shows how you can set the corner radius on the Halo TextArea control (with default Spark skin) in Flex 4 by creating a custom skin and setting the radiusX and radiusY properties on the Rect objects (in Flex 3 and earlier this was done by setting the cornerRadius style directly).
Full code after [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=Ej3xOLZstZo:5E8T4WR4_00:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=Ej3xOLZstZo:5E8T4WR4_00:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=Ej3xOLZstZo:5E8T4WR4_00:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=Ej3xOLZstZo:5E8T4WR4_00:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=Ej3xOLZstZo:5E8T4WR4_00:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/Ej3xOLZstZo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the viewport inset on a Spark Scroller control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/X-3SCB_QwOg/</link>
		<comments>http://blog.flexexamples.com/2009/06/19/setting-the-viewport-inset-on-a-spark-scroller-control-in-flex-4/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 05:47:44 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Scroller (Spark)]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[minViewportInset]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/19/setting-the-viewport-inset-on-a-spark-scroller-control-in-flex-4/</guid>
		<description>The following example shows how you can set the viewport inset on a Spark Scroller control in Flex 4 by setting the minViewportInset property.
Full code after the jump.

To use the following code, you must have Flash Player 10 and a Flex 4 SDK installed in your Flex Builder 3. For more information on downloading and [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=X-3SCB_QwOg:_L1VLiHaHZs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=X-3SCB_QwOg:_L1VLiHaHZs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=X-3SCB_QwOg:_L1VLiHaHZs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=X-3SCB_QwOg:_L1VLiHaHZs:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=X-3SCB_QwOg:_L1VLiHaHZs:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/X-3SCB_QwOg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/19/setting-the-viewport-inset-on-a-spark-scroller-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/19/setting-the-viewport-inset-on-a-spark-scroller-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the depth on a Spark BitmapImage control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/JACGA1wzn_A/</link>
		<comments>http://blog.flexexamples.com/2009/06/18/setting-the-depth-on-a-spark-bitmapimage-control-in-flex-4/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:59:20 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[BitmapImage (Spark)]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[depth]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/18/setting-the-depth-on-a-spark-bitmapimage-control-in-flex-4/</guid>
		<description>The following example shows how you can reorder a stack of Spark Bitmap controls in Flex 4 by setting the depth property (formerly the layer property).
Full code after the jump.

To use the following code, you must have Flash Player 10 and a Flex 4 SDK installed in your Flex Builder 3. For more information on [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=JACGA1wzn_A:cXj1pEBY0Zk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=JACGA1wzn_A:cXj1pEBY0Zk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=JACGA1wzn_A:cXj1pEBY0Zk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=JACGA1wzn_A:cXj1pEBY0Zk:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=JACGA1wzn_A:cXj1pEBY0Zk:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/JACGA1wzn_A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/18/setting-the-depth-on-a-spark-bitmapimage-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/18/setting-the-depth-on-a-spark-bitmapimage-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the background fill color on a Halo TextArea control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/9L5hbREF2Uo/</link>
		<comments>http://blog.flexexamples.com/2009/06/17/setting-the-background-fill-color-on-a-halo-textarea-control-in-flex-4/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 05:39:46 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[TextArea]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[backgroundColor]]></category>
		<category><![CDATA[contentBackgroundColor]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/17/setting-the-background-fill-color-on-a-halo-textarea-control-in-flex-4/</guid>
		<description>The following example shows how you can set the background fill color on the Halo TextArea control (with default Spark skin) in Flex 4 by setting the backgroundContentColor style (in Flex 3 and earlier this was done by setting the backgroundColor style).
Full code after the jump.

To use the following code, you must have Flash Player [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=9L5hbREF2Uo:HraVHM0Rvis:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=9L5hbREF2Uo:HraVHM0Rvis:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=9L5hbREF2Uo:HraVHM0Rvis:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=9L5hbREF2Uo:HraVHM0Rvis:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=9L5hbREF2Uo:HraVHM0Rvis:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/9L5hbREF2Uo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/17/setting-the-background-fill-color-on-a-halo-textarea-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/17/setting-the-background-fill-color-on-a-halo-textarea-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the selected indices on a Spark List control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/yIZ_VTRunDU/</link>
		<comments>http://blog.flexexamples.com/2009/06/16/setting-the-selected-indices-on-a-spark-list-control-in-flex-4/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 06:59:54 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[List (Spark)]]></category>
		<category><![CDATA[Vector]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[selectedIndices]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/16/setting-the-selected-indices-on-a-spark-list-control-in-flex-4/</guid>
		<description>The following example shows how you can set the selected indices on a Spark List control in Flex 4 by setting the selectedIndices property to a Vector object.
For more information on MXML Vector support in Flex 4, see the MXML Vector Support spec on the Adobe Open Source Flex SDK site.
Full code after the jump.

View [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=yIZ_VTRunDU:AbUq2HalGcY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=yIZ_VTRunDU:AbUq2HalGcY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=yIZ_VTRunDU:AbUq2HalGcY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=yIZ_VTRunDU:AbUq2HalGcY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=yIZ_VTRunDU:AbUq2HalGcY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/yIZ_VTRunDU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/16/setting-the-selected-indices-on-a-spark-list-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/06/16/setting-the-selected-indices-on-a-spark-list-control-in-flex-4/</feedburner:origLink></item>
	</channel>
</rss>
