<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.2.1" --><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: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>
	<pubDate>Tue, 13 May 2008 00:09:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<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>1048939</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Creating an editable DataGrid control in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/288394471/</link>
		<comments>http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/#comments</comments>
		<pubDate>Mon, 12 May 2008 02:50:28 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[DataGrid]]></category>
<category>DataGrid</category><category>DataGridColumn</category><category>editable</category><category>itemEditBegin</category><category>itemEditBeginning</category><category>itemEditEnd</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can create an editable Flex DataGrid control by setting the editable property on the DataGrid and DataGridColumn objects.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can create an editable Flex DataGrid control by setting the <code>editable</code> property on the DataGrid and DataGridColumn objects.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/#more-626" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=j5VsVH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=j5VsVH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=O1zLlh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=O1zLlh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=u25MTh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=u25MTh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/288394471" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Displaying specific items from an ArrayCollection in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/287921479/</link>
		<comments>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/#comments</comments>
		<pubDate>Sun, 11 May 2008 06:57:36 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[ArrayCollection]]></category>
<category>ArrayCollection</category><category>getItemAt()</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/</guid>
		<description><![CDATA[The following examples show how you can display specific items in a Flex ArrayCollection using the getItemAt() method and the array access operator ([]).
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following examples show how you can display specific items in a Flex ArrayCollection using the <code>getItemAt()</code> method and the array access operator (<code>[]</code>).</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/#more-624" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=QRf3CH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=QRf3CH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=8hf4Th"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=8hf4Th" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=pZJ1vh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=pZJ1vh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/287921479" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/</feedburner:origLink></item>
		<item>
		<title>Setting the data tip offset in a Slider control in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/287335055/</link>
		<comments>http://blog.flexexamples.com/2008/05/09/setting-the-data-tip-offset-in-a-slider-control-in-flex/#comments</comments>
		<pubDate>Sat, 10 May 2008 06:37:43 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[VSlider]]></category>

		<category><![CDATA[HSlider]]></category>

		<category><![CDATA[Slider]]></category>
<category>dataTipOffset</category><category>HSlider</category><category>Slider</category><category>VSlider</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/09/setting-the-data-tip-offset-in-a-slider-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can control the data tip offset in a Flex HSlider control by setting the dataTipOffset style.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can control the data tip offset in a Flex HSlider control by setting the <code>dataTipOffset</code> style.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/09/setting-the-data-tip-offset-in-a-slider-control-in-flex/#more-625" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=PjGecH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=PjGecH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=qNBJ7h"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=qNBJ7h" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=j6GgRh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=j6GgRh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/287335055" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/09/setting-the-data-tip-offset-in-a-slider-control-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/09/setting-the-data-tip-offset-in-a-slider-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Using a Slider control as a DataGrid column item renderer in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/287317984/</link>
		<comments>http://blog.flexexamples.com/2008/05/09/using-a-slider-control-as-a-datagrid-column-item-renderer-in-flex/#comments</comments>
		<pubDate>Sat, 10 May 2008 05:49:53 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[HSlider]]></category>
<category>DataGrid</category><category>HSlider</category><category>itemRenderer</category><category>outerDocument</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/09/using-a-slider-control-as-a-datagrid-column-item-renderer-in-flex/</guid>
		<description><![CDATA[The following example shows how you can use an HSlider control as an item renderer in a Flex DataGrid control.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can use an HSlider control as an item renderer in a Flex DataGrid control.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/09/using-a-slider-control-as-a-datagrid-column-item-renderer-in-flex/#more-623" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=pB8SIH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=pB8SIH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=djUwbh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=djUwbh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=Odpyqh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=Odpyqh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/287317984" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/09/using-a-slider-control-as-a-datagrid-column-item-renderer-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/09/using-a-slider-control-as-a-datagrid-column-item-renderer-in-flex/</feedburner:origLink></item>
		<item>
		<title>Determining the number of lines in a TextArea control in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/286616778/</link>
		<comments>http://blog.flexexamples.com/2008/05/08/determining-the-number-of-lines-in-a-textarea-control-in-flex/#comments</comments>
		<pubDate>Fri, 09 May 2008 06:23:54 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[TextArea]]></category>
<category>getTextField()</category><category>mx internal</category><category>numLines</category><category>TextArea</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/08/determining-the-number-of-lines-in-a-textarea-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can get the number of lines in a Flex TextArea control by using the getTextField() method (in the mx_internal namespace) and the numLines property.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can get the number of lines in a Flex TextArea control by using the <code>getTextField()</code> method (in the <code>mx_internal</code> namespace) and the <code>numLines</code> property.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/08/determining-the-number-of-lines-in-a-textarea-control-in-flex/#more-617" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=nLtlQH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=nLtlQH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=IKfw8h"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=IKfw8h" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=7rURYh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=7rURYh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/286616778" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/08/determining-the-number-of-lines-in-a-textarea-control-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/08/determining-the-number-of-lines-in-a-textarea-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Setting the open duration for an Accordion container in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/285811046/</link>
		<comments>http://blog.flexexamples.com/2008/05/07/setting-the-open-duration-for-an-accordion-container-in-flex/#comments</comments>
		<pubDate>Thu, 08 May 2008 03:49:50 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[Accordion]]></category>
<category>Accordion</category><category>openDuration</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/07/setting-the-open-duration-for-an-accordion-container-in-flex/</guid>
		<description><![CDATA[The following example shows how you can set the open duration for a Flex Accordion container by setting the openDuration style.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can set the open duration for a Flex Accordion container by setting the <code>openDuration</code> style.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/07/setting-the-open-duration-for-an-accordion-container-in-flex/#more-622" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=ueHhhH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=ueHhhH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=JJLgch"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=JJLgch" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=PGWJgh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=PGWJgh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/285811046" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/07/setting-the-open-duration-for-an-accordion-container-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/07/setting-the-open-duration-for-an-accordion-container-in-flex/</feedburner:origLink></item>
		<item>
		<title>Setting the tick thickness on a Slider control in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/285171251/</link>
		<comments>http://blog.flexexamples.com/2008/05/06/setting-the-tick-thickness-on-a-slider-control-in-flex/#comments</comments>
		<pubDate>Wed, 07 May 2008 06:52:39 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[HSlider]]></category>

		<category><![CDATA[Slider]]></category>
<category>HSlider</category><category>Slider</category><category>tickInterval</category><category>tickThickness</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/06/setting-the-tick-thickness-on-a-slider-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can set the thickness of a tick on a Flex HSlider control by setting the tickThickness style.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can set the thickness of a tick on a Flex HSlider control by setting the <code>tickThickness</code> style.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/06/setting-the-tick-thickness-on-a-slider-control-in-flex/#more-621" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=8r3PUH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=8r3PUH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=Eu6dFh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=Eu6dFh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=zZGQbh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=zZGQbh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/285171251" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/06/setting-the-tick-thickness-on-a-slider-control-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/06/setting-the-tick-thickness-on-a-slider-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Setting the vertical gap between the track and label in the ProgressBar control in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/284466361/</link>
		<comments>http://blog.flexexamples.com/2008/05/05/setting-the-vertical-gap-between-the-track-and-label-in-the-progressbar-control-in-flex/#comments</comments>
		<pubDate>Mon, 05 May 2008 19:51:31 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[ProgressBar]]></category>
<category>ProgressBar</category><category>verticalGap</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/05/setting-the-vertical-gap-between-the-track-and-label-in-the-progressbar-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can adjust the vertical gap between the track and label in the Flex ProgressBar control by setting the verticalGap style.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can adjust the vertical gap between the track and label in the Flex ProgressBar control by setting the <code>verticalGap</code> style.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/05/setting-the-vertical-gap-between-the-track-and-label-in-the-progressbar-control-in-flex/#more-620" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=Ih7oxH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=Ih7oxH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=qOJB3h"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=qOJB3h" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=QedZgh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=QedZgh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/284466361" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/05/setting-the-vertical-gap-between-the-track-and-label-in-the-progressbar-control-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/05/setting-the-vertical-gap-between-the-track-and-label-in-the-progressbar-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Setting a minimum and maximum allowable year in the DateChooser control in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/283743908/</link>
		<comments>http://blog.flexexamples.com/2008/05/04/setting-a-minimum-and-maximum-allowable-year-in-the-datechooser-control-in-flex/#comments</comments>
		<pubDate>Mon, 05 May 2008 06:47:06 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[DateChooser]]></category>
<category>DateChooser</category><category>disabledRanges</category><category>maxYear</category><category>minYear</category><category>rangeEnd</category><category>yearNavigationEnabled</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/04/setting-a-minimum-and-maximum-allowable-year-in-the-datechooser-control-in-flex/</guid>
		<description><![CDATA[The following examples show how you can set a minimum and maximum allowable year in the Flex DateChooser control by setting the minYear and maxYear properties.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following examples show how you can set a minimum and maximum allowable year in the Flex DateChooser control by setting the <code>minYear</code> and <code>maxYear</code> properties.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/04/setting-a-minimum-and-maximum-allowable-year-in-the-datechooser-control-in-flex/#more-618" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=yqze1H"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=yqze1H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=k9Wbah"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=k9Wbah" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=DRIJJh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=DRIJJh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/283743908" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/04/setting-a-minimum-and-maximum-allowable-year-in-the-datechooser-control-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/04/setting-a-minimum-and-maximum-allowable-year-in-the-datechooser-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Displaying an error tool tip for an Image control in Flex</title>
		<link>http://feeds.feedburner.com/~r/FlexExamples/~3/283158678/</link>
		<comments>http://blog.flexexamples.com/2008/05/03/displaying-an-error-tool-tip-for-an-image-control-in-flex/#comments</comments>
		<pubDate>Sun, 04 May 2008 06:56:21 +0000</pubDate>
		<dc:creator>peterd</dc:creator>
		
		<category><![CDATA[Image]]></category>
<category>errorString</category><category>Image</category><category>ioError</category>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/03/displaying-an-error-tool-tip-for-an-image-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can display an error string on the Flex Image control when an image is unable to be loaded.
Full code after the jump.
]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can display an error string on the Flex Image control when an image is unable to be loaded.</p>
<p>Full code after the jump.</p>
<p> <a href="http://blog.flexexamples.com/2008/05/03/displaying-an-error-tool-tip-for-an-image-control-in-flex/#more-619" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/FlexExamples?a=fO2nTH"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=fO2nTH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=JPQCuh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=JPQCuh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/FlexExamples?a=wBDuuh"><img src="http://feeds.feedburner.com/~f/FlexExamples?i=wBDuuh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/FlexExamples/~4/283158678" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.flexexamples.com/2008/05/03/displaying-an-error-tool-tip-for-an-image-control-in-flex/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.flexexamples.com/2008/05/03/displaying-an-error-tool-tip-for-an-image-control-in-flex/</feedburner:origLink></item>
	</channel>
</rss>
