<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Understanding Flex 3 Migration Issues (Part III)</title>
	<atom:link href="http://butterfliesandbugs.wordpress.com/2008/03/16/understanding-flex-3-migration-issues-part-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://butterfliesandbugs.wordpress.com/2008/03/16/understanding-flex-3-migration-issues-part-iii/</link>
	<description>Flex Bugs, Solutions, and News... from a quality perspective</description>
	<lastBuildDate>Mon, 16 Nov 2009 17:39:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DEBEDb</title>
		<link>http://butterfliesandbugs.wordpress.com/2008/03/16/understanding-flex-3-migration-issues-part-iii/#comment-3024</link>
		<dc:creator>DEBEDb</dc:creator>
		<pubDate>Thu, 11 Sep 2008 21:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://butterfliesandbugs.wordpress.com/?p=62#comment-3024</guid>
		<description>Thanks Dmitri! I just ran into this issue and found this comment by searching if my hunch that they changed this is indeed correct.</description>
		<content:encoded><![CDATA[<p>Thanks Dmitri! I just ran into this issue and found this comment by searching if my hunch that they changed this is indeed correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlafferty</title>
		<link>http://butterfliesandbugs.wordpress.com/2008/03/16/understanding-flex-3-migration-issues-part-iii/#comment-2957</link>
		<dc:creator>jlafferty</dc:creator>
		<pubDate>Wed, 02 Jul 2008 21:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://butterfliesandbugs.wordpress.com/?p=62#comment-2957</guid>
		<description>Thanks, Dmitri, these could be helpful to others!</description>
		<content:encoded><![CDATA[<p>Thanks, Dmitri, these could be helpful to others!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri Girski</title>
		<link>http://butterfliesandbugs.wordpress.com/2008/03/16/understanding-flex-3-migration-issues-part-iii/#comment-1223</link>
		<dc:creator>Dmitri Girski</dc:creator>
		<pubDate>Tue, 18 Mar 2008 16:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://butterfliesandbugs.wordpress.com/?p=62#comment-1223</guid>
		<description>Hi Joan,

I would like to mention about the following changes which are not listed in the release notes

1. Combobox.selectedItem  behaviour has been changed
In Flex2 if you say selectedItem = &quot;{data}&quot;, and if data is null comboBox will select 1st item.

In Flex3 selectedItem = &quot;{data}&quot; and data is null is similar to selectedIndex = -1
Which means that there is no selection and this is correct.


2.Text fields have different disabledColor property. Which means that in Flex3 disabled TextInput or TextArea  controls look differently. As a workaround you can use editable property or change disabledColor.

Cheers,
Dmitri.</description>
		<content:encoded><![CDATA[<p>Hi Joan,</p>
<p>I would like to mention about the following changes which are not listed in the release notes</p>
<p>1. Combobox.selectedItem  behaviour has been changed<br />
In Flex2 if you say selectedItem = &#8220;{data}&#8221;, and if data is null comboBox will select 1st item.</p>
<p>In Flex3 selectedItem = &#8220;{data}&#8221; and data is null is similar to selectedIndex = -1<br />
Which means that there is no selection and this is correct.</p>
<p>2.Text fields have different disabledColor property. Which means that in Flex3 disabled TextInput or TextArea  controls look differently. As a workaround you can use editable property or change disabledColor.</p>
<p>Cheers,<br />
Dmitri.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
