<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Data binding in Flex</title>
	<link>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 11:33:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Alex</title>
		<link>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-14346</link>
		<author>Alex</author>
		<pubDate>Fri, 25 Jul 2008 19:15:45 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-14346</guid>
		<description>Hi,

Is it possible to bind to a function that requires a parameter ? 

ex :

[Bindable("change")]
public function getString(obj:Object):String
{
   ...
}

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it possible to bind to a function that requires a parameter ? </p>
<p>ex :</p>
<p>[Bindable(&#8221;change&#8221;)]<br />
public function getString(obj:Object):String<br />
{<br />
   &#8230;<br />
}</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-13146</link>
		<author>peterd</author>
		<pubDate>Sat, 31 May 2008 19:53:31 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-13146</guid>
		<description>Added SWFs.

Peter</description>
		<content:encoded><![CDATA[<p>Added SWFs.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Basch</title>
		<link>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-12270</link>
		<author>Derek Basch</author>
		<pubDate>Thu, 24 Apr 2008 23:19:18 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-12270</guid>
		<description>A few examples of how to use the binding utilities with Objects and ArrayCollections would be most appreciated :).</description>
		<content:encoded><![CDATA[<p>A few examples of how to use the binding utilities with Objects and ArrayCollections would be most appreciated :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaume.jt</title>
		<link>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-9413</link>
		<author>guillaume.jt</author>
		<pubDate>Tue, 01 Apr 2008 09:27:39 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-9413</guid>
		<description>Well done :)</description>
		<content:encoded><![CDATA[<p>Well done :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-6958</link>
		<author>Simon</author>
		<pubDate>Wed, 13 Feb 2008 15:28:00 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-6958</guid>
		<description>I had the situation when using the Cairngorm framework that I needed to update a mx:progressbar component using the setProgress function whenever a variable in the ModelLocator changed.  I used the BindingUtils.bindSetter to call the function whenever the variable changed, just to give you another example.</description>
		<content:encoded><![CDATA[<p>I had the situation when using the Cairngorm framework that I needed to update a mx:progressbar component using the setProgress function whenever a variable in the ModelLocator changed.  I used the BindingUtils.bindSetter to call the function whenever the variable changed, just to give you another example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-3939</link>
		<author>Ryan</author>
		<pubDate>Tue, 06 Nov 2007 22:46:15 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-3939</guid>
		<description>One scenario where you might use the BindingUtils is when you generate UI components at runtime based on the results of a dataservice. This can be handy for performing binding on non-data aware display components such as Grid, where the the state maintenance is largely up to the developer and what child components the grid contains.</description>
		<content:encoded><![CDATA[<p>One scenario where you might use the BindingUtils is when you generate UI components at runtime based on the results of a dataservice. This can be handy for performing binding on non-data aware display components such as Grid, where the the state maintenance is largely up to the developer and what child components the grid contains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-3354</link>
		<author>Clint</author>
		<pubDate>Wed, 10 Oct 2007 18:19:58 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/01/data-binding-in-flex/#comment-3354</guid>
		<description>Hmm, nice. But why would I use anything but [Bindable]? Can you include reasons, explainations, or circumstances where one might want to use these alternatives instead? Pros and cons or something...</description>
		<content:encoded><![CDATA[<p>Hmm, nice. But why would I use anything but [Bindable]? Can you include reasons, explainations, or circumstances where one might want to use these alternatives instead? Pros and cons or something&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
