<?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/"
		>
<channel>
	<title>Comentários sobre: Flex 4 &#8211; Two-way data binding</title>
	<atom:link href="http://www.horochovec.com.br/blog/2010/01/21/flex-4-two-way-data-binding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.horochovec.com.br/blog/2010/01/21/flex-4-two-way-data-binding/</link>
	<description>Blog sobre tecnologias que mudam a vida dos usuários</description>
	<lastBuildDate>Tue, 20 Dec 2011 00:21:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Randy Nielsen</title>
		<link>http://www.horochovec.com.br/blog/2010/01/21/flex-4-two-way-data-binding/comment-page-1/#comment-568</link>
		<dc:creator>Randy Nielsen</dc:creator>
		<pubDate>Mon, 22 Feb 2010 18:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.horochovec.com.br/blog/?p=241#comment-568</guid>
		<description>Hi Stefan,
I recently read your InsideRIA post on Flex 4 New Features: Two-way Data Binding and really liked it.

We’re trying to add more links in our docs so that Flex developers are made aware of the great community content out there. I&#039;m wondering whether you would consider adding a comment with a link to your post to the following page:

* Your page: http://www.insideria.com/2010/02/flex-4-new-features-two-way-da.html
* Our page: http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7cc0.html

Integration of customer-generated content is a key component in the success of the Flash platform documentation, so we really appreciate your contribution. FYI, here’s a blog post with a little more information about community help contributions: http://blogs.adobe.com/actionscriptdocs/2009/08/developers_and_writers_adobe_w.html. This post specifically mentions Adobe AIR but we’re doing this across the entire Adobe Flash Platform.

Best regards
Randy Nielsen
Flex Documentation Manager
Adobe Systems Incorporated</description>
		<content:encoded><![CDATA[<p>Hi Stefan,<br />
I recently read your InsideRIA post on Flex 4 New Features: Two-way Data Binding and really liked it.</p>
<p>We’re trying to add more links in our docs so that Flex developers are made aware of the great community content out there. I&#8217;m wondering whether you would consider adding a comment with a link to your post to the following page:</p>
<p>* Your page: <a href="http://www.insideria.com/2010/02/flex-4-new-features-two-way-da.html" rel="nofollow">http://www.insideria.com/2010/02/flex-4-new-features-two-way-da.html</a><br />
* Our page: <a href="http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7cc0.html" rel="nofollow">http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7cc0.html</a></p>
<p>Integration of customer-generated content is a key component in the success of the Flash platform documentation, so we really appreciate your contribution. FYI, here’s a blog post with a little more information about community help contributions: <a href="http://blogs.adobe.com/actionscriptdocs/2009/08/developers_and_writers_adobe_w.html" rel="nofollow">http://blogs.adobe.com/actionscriptdocs/2009/08/developers_and_writers_adobe_w.html</a>. This post specifically mentions Adobe AIR but we’re doing this across the entire Adobe Flash Platform.</p>
<p>Best regards<br />
Randy Nielsen<br />
Flex Documentation Manager<br />
Adobe Systems Incorporated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Ribeiro</title>
		<link>http://www.horochovec.com.br/blog/2010/01/21/flex-4-two-way-data-binding/comment-page-1/#comment-405</link>
		<dc:creator>Ribeiro</dc:creator>
		<pubDate>Thu, 04 Feb 2010 02:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.horochovec.com.br/blog/?p=241#comment-405</guid>
		<description>Sem dúvida um recurso muito útil. Porém uma coisa ainda não está boa: Não é possível fazer esse data binding em variáveis diferentes. 

Ou seja, isso aqui: &quot;&lt;mx:TextInput text=&quot;@{produto.id}&quot; /&gt;&quot; dá &quot;Error: Implicit coercion of a value of type String to an unrelated type int&quot;. Onde produto.id é do tipo int.</description>
		<content:encoded><![CDATA[<p>Sem dúvida um recurso muito útil. Porém uma coisa ainda não está boa: Não é possível fazer esse data binding em variáveis diferentes. </p>
<p>Ou seja, isso aqui: &#8220;&lt;mx:TextInput text=&#8221;@{produto.id}&#8221; /&gt;&#8221; dá &#8220;Error: Implicit coercion of a value of type String to an unrelated type int&#8221;. Onde produto.id é do tipo int.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Ribeiro</title>
		<link>http://www.horochovec.com.br/blog/2010/01/21/flex-4-two-way-data-binding/comment-page-1/#comment-404</link>
		<dc:creator>Ribeiro</dc:creator>
		<pubDate>Thu, 04 Feb 2010 02:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.horochovec.com.br/blog/?p=241#comment-404</guid>
		<description>Sem dúvida um recurso muito útil. Porém uma coisa ainda não está boa: Não é possível fazer esse data binding em variáveis diferentes. 

Ou seja, isso aqui: &quot;&quot; dá &quot;Error: Implicit coercion of a value of type String to an unrelated type int&quot;. Onde produto.id é do tipo int.</description>
		<content:encoded><![CDATA[<p>Sem dúvida um recurso muito útil. Porém uma coisa ainda não está boa: Não é possível fazer esse data binding em variáveis diferentes. </p>
<p>Ou seja, isso aqui: &#8220;&#8221; dá &#8220;Error: Implicit coercion of a value of type String to an unrelated type int&#8221;. Onde produto.id é do tipo int.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Stefan Horochovec</title>
		<link>http://www.horochovec.com.br/blog/2010/01/21/flex-4-two-way-data-binding/comment-page-1/#comment-317</link>
		<dc:creator>Stefan Horochovec</dc:creator>
		<pubDate>Fri, 22 Jan 2010 10:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.horochovec.com.br/blog/?p=241#comment-317</guid>
		<description>O Flex 4 SDK está muito legal, tenho feito o download de todas as pre-releases e realmente dá vontade de usar do dia a dia já, porém ainda temos que aguardar por não estar 100% finalizado.

Já comecei a alterar os nossos componentes e o seu tamanho tem diminuído bastante. Flex 4 vai ser muito bom!</description>
		<content:encoded><![CDATA[<p>O Flex 4 SDK está muito legal, tenho feito o download de todas as pre-releases e realmente dá vontade de usar do dia a dia já, porém ainda temos que aguardar por não estar 100% finalizado.</p>
<p>Já comecei a alterar os nossos componentes e o seu tamanho tem diminuído bastante. Flex 4 vai ser muito bom!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: jandersonfc</title>
		<link>http://www.horochovec.com.br/blog/2010/01/21/flex-4-two-way-data-binding/comment-page-1/#comment-316</link>
		<dc:creator>jandersonfc</dc:creator>
		<pubDate>Fri, 22 Jan 2010 02:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.horochovec.com.br/blog/?p=241#comment-316</guid>
		<description>excelente dica, mais uma vez o flex facilitando a nossa vida :)</description>
		<content:encoded><![CDATA[<p>excelente dica, mais uma vez o flex facilitando a nossa vida <img src='http://www.horochovec.com.br/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

