<?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>Wed, 11 Nov 2009 15:18:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</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>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>2</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>Creating a custom component using the Definition tag in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/uX0c-DGPKQ0/</link>
		<comments>http://blog.flexexamples.com/2009/11/06/creating-a-custom-component-using-the-definition-tag-in-flex-4/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:35:49 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[beta2]]></category>
		<category><![CDATA[Definition]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Name]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2157</guid>
		<description>In a previous example, &amp;#8220;Creating a custom component using the Component tag in Flex 4&amp;#8243;, we saw how you could create a simple, inline custom component in Flex 4 using the Component tag and className property and then instantiating new instances using ActionScript and MXML.
The following example shows how you can create a new custom [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=uX0c-DGPKQ0:a2dwWOuPPuY: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=uX0c-DGPKQ0:a2dwWOuPPuY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=uX0c-DGPKQ0:a2dwWOuPPuY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=uX0c-DGPKQ0:a2dwWOuPPuY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=uX0c-DGPKQ0:a2dwWOuPPuY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/uX0c-DGPKQ0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/06/creating-a-custom-component-using-the-definition-tag-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/06/creating-a-custom-component-using-the-definition-tag-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Applying styles to specific Spark List controls in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/cXi9y8lJzgs/</link>
		<comments>http://blog.flexexamples.com/2009/11/05/applying-styles-to-specific-spark-list-controls-in-flex-4/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:21:23 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[List (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[styleName]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2172</guid>
		<description>The following example shows how you can selectively style Spark List controls in Flex 4 using Advanced CSS and the styleName property or the id property.
Full code after the jump.

1) The following example uses s&amp;#124;List selector and applies the baseColor style to ALL Spark List component instances in your Flex application:

&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/05/applying-styles-to-specific-spark-list-controls-in-flex-4/ --&amp;#62;
&amp;#60;s:Application [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=cXi9y8lJzgs:Vo4DoOCqPtQ: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=cXi9y8lJzgs:Vo4DoOCqPtQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=cXi9y8lJzgs:Vo4DoOCqPtQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=cXi9y8lJzgs:Vo4DoOCqPtQ:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=cXi9y8lJzgs:Vo4DoOCqPtQ:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/cXi9y8lJzgs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/05/applying-styles-to-specific-spark-list-controls-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/05/applying-styles-to-specific-spark-list-controls-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Creating a custom component using the Component tag in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/lovwWC37F5s/</link>
		<comments>http://blog.flexexamples.com/2009/11/05/creating-a-custom-component-using-the-component-tag-in-flex-4/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:14:15 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Component (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[className]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2152</guid>
		<description>The following example shows how you can create a simple, inline custom component in Flex 4 using the Component tag and className property and then instantiating new instances using ActionScript.
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/05/creating-a-custom-component-using-the-component-tag-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_Component_className_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;&amp;#62;
&amp;#160;
 [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=lovwWC37F5s:wNChb-SgDyY: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=lovwWC37F5s:wNChb-SgDyY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=lovwWC37F5s:wNChb-SgDyY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=lovwWC37F5s:wNChb-SgDyY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=lovwWC37F5s:wNChb-SgDyY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/lovwWC37F5s" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/05/creating-a-custom-component-using-the-component-tag-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/05/creating-a-custom-component-using-the-component-tag-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting a custom horizontal scroll bar skin on a Spark List control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/hHC33zH9A-A/</link>
		<comments>http://blog.flexexamples.com/2009/11/04/setting-a-custom-horizontal-scroll-bar-skin-on-a-spark-list-control-in-flex-4/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 01:14:04 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HScrollBar (Spark)]]></category>
		<category><![CDATA[List (Spark)]]></category>
		<category><![CDATA[Scroller (Spark)]]></category>
		<category><![CDATA[VScrollBar (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[horizontalScrollBar]]></category>
		<category><![CDATA[horizontalScrollPolicy]]></category>
		<category><![CDATA[scroller]]></category>
		<category><![CDATA[skinClass]]></category>
		<category><![CDATA[verticalScrollPolicy]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2166</guid>
		<description>The following example shows how you can apply a custom horizontal scroll bar skin on the Spark List control in Flex 4 by setting the skinClass 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/04/setting-a-custom-horizontal-scroll-bar-skin-on-a-spark-list-control-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_List_HScrollBar_skinClass_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=hHC33zH9A-A:PuKJxC0p3sQ: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=hHC33zH9A-A:PuKJxC0p3sQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=hHC33zH9A-A:PuKJxC0p3sQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=hHC33zH9A-A:PuKJxC0p3sQ:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=hHC33zH9A-A:PuKJxC0p3sQ:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/hHC33zH9A-A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/04/setting-a-custom-horizontal-scroll-bar-skin-on-a-spark-list-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/04/setting-a-custom-horizontal-scroll-bar-skin-on-a-spark-list-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Using an XML data provider with the Spark List control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/D6nAE3QTJWY/</link>
		<comments>http://blog.flexexamples.com/2009/11/04/using-an-xml-data-provider-with-the-spark-list-control-in-flex-4/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:57:39 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[List (Spark)]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XMLList]]></category>
		<category><![CDATA[XMLListCollection]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[children]]></category>
		<category><![CDATA[dataProvider]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[IList]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2163</guid>
		<description>The following example shows how you can use an XML document as a data provider for a Spark List control in Flex 4 by using an XMLListCollection.
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/04/using-an-xml-data-provider-with-the-spark-list-control-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_List_dataProvider_XML_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=D6nAE3QTJWY:RxeuFc8BJSQ: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=D6nAE3QTJWY:RxeuFc8BJSQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=D6nAE3QTJWY:RxeuFc8BJSQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=D6nAE3QTJWY:RxeuFc8BJSQ:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=D6nAE3QTJWY:RxeuFc8BJSQ:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/D6nAE3QTJWY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/04/using-an-xml-data-provider-with-the-spark-list-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/04/using-an-xml-data-provider-with-the-spark-list-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Styling the horizontal and vertical scroll bars on a Spark List control in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/wjuH8bD171I/</link>
		<comments>http://blog.flexexamples.com/2009/11/04/styling-the-horizontal-and-vertical-scroll-bars-on-a-spark-list-control-in-flex-4/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:40:54 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HScrollBar (Spark)]]></category>
		<category><![CDATA[List (Spark)]]></category>
		<category><![CDATA[Scroller (Spark)]]></category>
		<category><![CDATA[VScrollBar (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[baseColor]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[horizontalScrollPolicy]]></category>
		<category><![CDATA[scroller]]></category>
		<category><![CDATA[verticalScrollPolicy]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2148</guid>
		<description>The following example shows how you can set a base theme color on a Spark List control&amp;#8217;s horizontal and vertical scroll bar by setting the baseColor 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/04/styling-the-horizontal-and-vertical-scroll-bars-on-a-spark-list-control-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_List_scroller_baseColor_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;&amp;#62;
&amp;#160;
   [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=wjuH8bD171I:xCb-b3cbdzI: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=wjuH8bD171I:xCb-b3cbdzI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=wjuH8bD171I:xCb-b3cbdzI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=wjuH8bD171I:xCb-b3cbdzI:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=wjuH8bD171I:xCb-b3cbdzI:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/wjuH8bD171I" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/04/styling-the-horizontal-and-vertical-scroll-bars-on-a-spark-list-control-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/04/styling-the-horizontal-and-vertical-scroll-bars-on-a-spark-list-control-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the joint style on a Spark Border container in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/ZLcks22-dSs/</link>
		<comments>http://blog.flexexamples.com/2009/11/03/setting-the-joint-style-on-a-spark-border-container-in-flex-4/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 23:30:13 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Border (Spark)]]></category>
		<category><![CDATA[JointStyle]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[bevel]]></category>
		<category><![CDATA[borderStroke]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[joints]]></category>
		<category><![CDATA[miter]]></category>
		<category><![CDATA[round]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2144</guid>
		<description>The following example shows how you can set the joint style on a Spark Border container in Flex 4 by setting the borderStroke property to a custom stroke object and set the joints property to a static constant from the flash.display.JointStyle 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/03/setting-the-joint-style-on-a-spark-border-container-in-flex-4/ --&amp;#62;
&amp;#60;s:Application name=&amp;#34;Spark_Border_borderStroke_joints_test&amp;#34;
    [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=ZLcks22-dSs:vGzN0HhfeqE: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=ZLcks22-dSs:vGzN0HhfeqE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=ZLcks22-dSs:vGzN0HhfeqE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=ZLcks22-dSs:vGzN0HhfeqE:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=ZLcks22-dSs:vGzN0HhfeqE:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/ZLcks22-dSs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/03/setting-the-joint-style-on-a-spark-border-container-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/03/setting-the-joint-style-on-a-spark-border-container-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Auto scrolling the contents of a VGroup container in Flex 4</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/nC-uczOR_mc/</link>
		<comments>http://blog.flexexamples.com/2009/11/02/auto-scrolling-the-contents-of-a-vgroup-container-in-flex-4/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:50:34 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[AnimateProperties]]></category>
		<category><![CDATA[Scroller (Spark)]]></category>
		<category><![CDATA[VGroup (Spark)]]></category>
		<category><![CDATA[VerticalLayout (Spark)]]></category>
		<category><![CDATA[beta2]]></category>
		<category><![CDATA[fractionOfElementInView()]]></category>
		<category><![CDATA[getElementIndex()]]></category>
		<category><![CDATA[getScrollPositionDeltaToElement()]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[verticalScrollPosition]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2136</guid>
		<description>The following example shows how you can tab through a series of Spark TextInput controls in Flex 4 and auto-scroll the VGroup container so that the currently focused text field has focus by using the fractionOfElementInView() method, getScrollPositionDeltaToElement() method, and verticalScrollPosition property.
Full code after the jump.

And a big thanks to Hans Muller for explaining this [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=nC-uczOR_mc:zMElXAWnHMU: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=nC-uczOR_mc:zMElXAWnHMU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=nC-uczOR_mc:zMElXAWnHMU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=nC-uczOR_mc:zMElXAWnHMU:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=nC-uczOR_mc:zMElXAWnHMU:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/nC-uczOR_mc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/02/auto-scrolling-the-contents-of-a-vgroup-container-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/02/auto-scrolling-the-contents-of-a-vgroup-container-in-flex-4/</feedburner:origLink></item>
		<item>
		<title>Setting the FormItem label width in a Form container in Flex</title>
		<link>http://feedproxy.google.com/~r/FlexExamples/~3/rhkTqu52pyE/</link>
		<comments>http://blog.flexexamples.com/2009/11/01/setting-the-formitem-label-width-in-a-form-container-in-flex/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 07:59:56 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Form]]></category>
		<category><![CDATA[FormItem]]></category>
		<category><![CDATA[labelWidth]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2141</guid>
		<description>The following example shows how you can set the label width on a Form container in Flex by setting the labelWidth style.
Full code after the jump.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34;?&amp;#62;
&amp;#60;!-- http://blog.flexexamples.com/2009/11/01/setting-the-formitem-label-width-in-a-form-container-in-flex/ --&amp;#62;
&amp;#60;mx:Application name=&amp;#34;Form_labelWidth_test&amp;#34;
        xmlns:mx=&amp;#34;http://www.adobe.com/2006/mxml&amp;#34;
        layout=&amp;#34;vertical&amp;#34;
        verticalAlign=&amp;#34;middle&amp;#34;
  [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=rhkTqu52pyE:bMqilJ9gTZo: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=rhkTqu52pyE:bMqilJ9gTZo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=rhkTqu52pyE:bMqilJ9gTZo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/FlexExamples?a=rhkTqu52pyE:bMqilJ9gTZo:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/FlexExamples?i=rhkTqu52pyE:bMqilJ9gTZo:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FlexExamples/~4/rhkTqu52pyE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/11/01/setting-the-formitem-label-width-in-a-form-container-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.flexexamples.com/2009/11/01/setting-the-formitem-label-width-in-a-form-container-in-flex/</feedburner:origLink></item>
	</channel>
</rss>
