<?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>Sat, 21 Nov 2009 03:44:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</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><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Setting the Y-axis transform position on a Spark BitmapImage control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/X1rGuC7qEvo/</link>
		<comments>http://blog.flexexamples.com/2009/11/20/setting-the-y-axis-transform-position-on-a-spark-bitmapimage-control-in-flex-4/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 03:13:49 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[BitmapImage (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[Gumb]]></category>
		<category><![CDATA[rotationY]]></category>
		<category><![CDATA[transformX]]></category>
		<category><![CDATA[transformY]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2225</guid>
		<description>The following example shows how you can set the Y-axis transform position on a Spark BitmapImage control in Flex 4 by seting the rotationY, transformX, and transformY properties.
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/20/setting-the-y-axis-transform-position-on-a-spark-bitmapimage-control-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_BitmapImage_transformY_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=X1rGuC7qEvo:2eAI45en-0o: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=X1rGuC7qEvo:2eAI45en-0o:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=X1rGuC7qEvo:2eAI45en-0o:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=X1rGuC7qEvo:2eAI45en-0o:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=X1rGuC7qEvo:2eAI45en-0o:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/X1rGuC7qEvo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/20/setting-the-y-axis-transform-position-on-a-spark-bitmapimage-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/20/setting-the-y-axis-transform-position-on-a-spark-bitmapimage-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Adding a Sprite to the display list in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/iu3HEfBylj8/</link>
		<comments>http://blog.flexexamples.com/2009/11/20/adding-a-sprite-to-the-display-list-in-flex-4/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 02:47:29 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[SpriteVisualElement (Spark)]]></category>
		<category><![CDATA[AddChild]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2222</guid>
		<description>The following example shows how you can add a Sprite to the display object by using the Spark SpriteVisualElement object in Flex 4 and calling the addChild() method.
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/20/adding-a-sprite-to-the-display-list-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_SpriteVisualElement_addChild_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=iu3HEfBylj8:wi3-ZZK6R8M: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=iu3HEfBylj8:wi3-ZZK6R8M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=iu3HEfBylj8:wi3-ZZK6R8M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=iu3HEfBylj8:wi3-ZZK6R8M:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=iu3HEfBylj8:wi3-ZZK6R8M:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/iu3HEfBylj8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/20/adding-a-sprite-to-the-display-list-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/20/adding-a-sprite-to-the-display-list-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Using a CFF embedded font with a Halo List control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/8hlsnb58YuA/</link>
		<comments>http://blog.flexexamples.com/2009/11/17/using-a-cff-embedded-font-with-a-halo-list-control-in-flex-4/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:55:19 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[List]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[textFieldClass]]></category>
		<category><![CDATA[UIFTETextField]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2213</guid>
		<description>The following example shows how you can use a CFF/DefineFont4 embedded font with a Halo/MX List control in Flex 4 by setting the textFieldClass style to the new mx.core.UIFTETextField class.
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/17/using-a-cff-embedded-font-with-a-halo-list-control-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Halo_List_textFieldClass_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=8hlsnb58YuA:WshxfYNgcnM: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=8hlsnb58YuA:WshxfYNgcnM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=8hlsnb58YuA:WshxfYNgcnM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=8hlsnb58YuA:WshxfYNgcnM:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=8hlsnb58YuA:WshxfYNgcnM:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/8hlsnb58YuA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/17/using-a-cff-embedded-font-with-a-halo-list-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/17/using-a-cff-embedded-font-with-a-halo-list-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting a dynamically loaded background image fill on a Spark Border container in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/EdgCcIemgGI/</link>
		<comments>http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 03:18:06 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Border (Spark)]]></category>
		<category><![CDATA[SWFLoader]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[backgroundImage]]></category>
		<category><![CDATA[backgroundImageFillMode]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2209</guid>
		<description>In a previous example, &amp;#8220;Setting a background image fill on a Spark Border container in Flex 4&amp;#8243;, we saw how you could set a background image fill on a Spark Border container in Flex 4 by setting the backgroundImage style to an embedded image.
The following example shows how you can use a dynamically loaded image [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=EdgCcIemgGI:EvualFD206M: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=EdgCcIemgGI:EvualFD206M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=EdgCcIemgGI:EvualFD206M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=EdgCcIemgGI:EvualFD206M:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=EdgCcIemgGI:EvualFD206M:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/EdgCcIemgGI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/16/setting-a-dynamically-loaded-background-image-fill-on-a-spark-border-container-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting a background image fill on a Spark Border container in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/dew4pL4DZrE/</link>
		<comments>http://blog.flexexamples.com/2009/11/16/setting-a-background-image-fill-on-a-spark-border-container-in-flex-4/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 02:47:35 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Border (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[backgroundFill]]></category>
		<category><![CDATA[backgroundImage]]></category>
		<category><![CDATA[backgroundImageFillMode]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2203</guid>
		<description>The following example shows how you can set a background image fill on a Spark Border container in Flex 4 by setting the backgroundImage style.
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/16/setting-a-background-image-fill-on-a-spark-border-container-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_Border_backgroundImage_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=dew4pL4DZrE:WqD0p3af2Ak: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=dew4pL4DZrE:WqD0p3af2Ak:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=dew4pL4DZrE:WqD0p3af2Ak:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=dew4pL4DZrE:WqD0p3af2Ak:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=dew4pL4DZrE:WqD0p3af2Ak:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/dew4pL4DZrE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/16/setting-a-background-image-fill-on-a-spark-border-container-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/16/setting-a-background-image-fill-on-a-spark-border-container-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Clipping the content in a Spark Panel container in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/iJDrjcDv_LI/</link>
		<comments>http://blog.flexexamples.com/2009/11/14/clipping-the-content-in-a-spark-panel-container-in-flex-4/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 15:20:52 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Scroller (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[clipAndEnableScrolling]]></category>
		<category><![CDATA[contentGroup]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2195</guid>
		<description>The following examples show how you can clip the overflowing content in a Spark Panel container in Flex 4 by setting the Boolean clipAndEnableScrolling property or using a Spark Scroller container.
Full code after the jump.

1) The following example shows how you can set the Boolean clipAndEnableScrolling property on the Panel container&amp;#8217;s internal contentGroup skin part:

&amp;#60;?xml [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=iJDrjcDv_LI:cpwhrneN6Z4: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=iJDrjcDv_LI:cpwhrneN6Z4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=iJDrjcDv_LI:cpwhrneN6Z4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=iJDrjcDv_LI:cpwhrneN6Z4:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=iJDrjcDv_LI:cpwhrneN6Z4:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/iJDrjcDv_LI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/14/clipping-the-content-in-a-spark-panel-container-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/14/clipping-the-content-in-a-spark-panel-container-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Styling the selected tab on a Spark TabBar control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/fE8ywt83SH8/</link>
		<comments>http://blog.flexexamples.com/2009/11/13/styling-the-selected-tab-on-a-spark-tabbar-control-in-flex-4/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 02:57:36 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ButtonBar (Spark)]]></category>
		<category><![CDATA[TabBar (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[baseColor]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2191</guid>
		<description>In a previous example, &amp;#8220;Styling the selected button on a Spark ButtonBar control in Flex 4&amp;#8243;, we saw how you could style the currently selected button on a Flex 4 Spark ButtonBar control by styling the various states on the Spark ButtonBarButton selector.
The following example shows how you can style the currently selected tab on [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=fE8ywt83SH8:56T63QFBjIw: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=fE8ywt83SH8:56T63QFBjIw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=fE8ywt83SH8:56T63QFBjIw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=fE8ywt83SH8:56T63QFBjIw:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=fE8ywt83SH8:56T63QFBjIw:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/fE8ywt83SH8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/13/styling-the-selected-tab-on-a-spark-tabbar-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/13/styling-the-selected-tab-on-a-spark-tabbar-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the accent color on the MX Alert control default button in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/NJfGEWuUqO0/</link>
		<comments>http://blog.flexexamples.com/2009/11/12/setting-the-accent-color-on-the-mx-alert-control-default-button-in-flex-4/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 05:36:52 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Alert]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[accentColor]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2188</guid>
		<description>The following example shows how you can set the accent color on the MX Alert control&amp;#8217;s default button in Flex 4 by setting the new accentColor style.
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/12/setting-the-accent-color-on-the-mx-alert-control-default-button-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Halo_Alert_accentColor_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=NJfGEWuUqO0:WhsZAUn4-T4: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=NJfGEWuUqO0:WhsZAUn4-T4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=NJfGEWuUqO0:WhsZAUn4-T4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=NJfGEWuUqO0:WhsZAUn4-T4:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=NJfGEWuUqO0:WhsZAUn4-T4:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/NJfGEWuUqO0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/12/setting-the-accent-color-on-the-mx-alert-control-default-button-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/12/setting-the-accent-color-on-the-mx-alert-control-default-button-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Creating an animated transition when scrolling through items in a Spark HGroup container in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/NhF9DzsL3bU/</link>
		<comments>http://blog.flexexamples.com/2009/11/11/creating-an-animated-transition-when-scrolling-through-items-in-a-spark-hgroup-container/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:17:48 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HGroup (Spark)]]></category>
		<category><![CDATA[Animate]]></category>
		<category><![CDATA[clipAndEnableScrolling]]></category>
		<category><![CDATA[getHorizontalScrollPositionDelta()]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[horizontalScrollPosition]]></category>
		<category><![CDATA[motionPaths]]></category>
		<category><![CDATA[NavigationUnit]]></category>
		<category><![CDATA[SimpleMotionPath]]></category>
		<category><![CDATA[valueBy]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2183</guid>
		<description>The following example shows how you can create a simple horizontal list using a HGroup container and do an animated scroll using the Animate and SimpleMotionPath classes and the getHorizontalScrollPositionDelta() method
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/11/creating-an-animated-transition-when-scrolling-through-items-in-a-spark-hgroup-container/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_HGroup_horizontalScrollPosition_test&amp;#34;
        xmlns:fx=&amp;#34;http://ns.adobe.com/mxml/2009&amp;#34; 
       [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=NhF9DzsL3bU:cpaWpsPqVoA: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=NhF9DzsL3bU:cpaWpsPqVoA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=NhF9DzsL3bU:cpaWpsPqVoA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=NhF9DzsL3bU:cpaWpsPqVoA:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=NhF9DzsL3bU:cpaWpsPqVoA:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/NhF9DzsL3bU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/11/creating-an-animated-transition-when-scrolling-through-items-in-a-spark-hgroup-container/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/11/creating-an-animated-transition-when-scrolling-through-items-in-a-spark-hgroup-container/</feedburner:origLink></item>
		<item>
		<title>Setting the selection highlight color on a Spark RichEditableText control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/FjDQje0sc1w/</link>
		<comments>http://blog.flexexamples.com/2009/11/07/setting-the-selection-highlight-color-on-a-spark-richeditabletext-control-in-flex-4/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 07:59:35 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[RichEditableText]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[focusedTextSelectionColor]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[selectionHighlighting]]></category>
		<category><![CDATA[selectRange()]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2199</guid>
		<description>The following example shows how you can set the text selection highlight color on a Spark RichEditableText control in Flex 4 by setting the focusedTextSelectionColor style.
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/07/setting-the-selection-highlight-color-on-a-spark-richeditabletext-control-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_RichEditableText_focusedTextSelectionColor_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=FjDQje0sc1w:GXA0g_-IuOE: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=FjDQje0sc1w:GXA0g_-IuOE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=FjDQje0sc1w:GXA0g_-IuOE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=FjDQje0sc1w:GXA0g_-IuOE:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=FjDQje0sc1w:GXA0g_-IuOE:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/FjDQje0sc1w" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/07/setting-the-selection-highlight-color-on-a-spark-richeditabletext-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/07/setting-the-selection-highlight-color-on-a-spark-richeditabletext-control-in-flex-4/</feedburner:origLink></item>
	</channel>
</rss>
