<?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>Comments on: Data Binding an Array in Flex?</title>
	<atom:link href="http://www.psyked.co.uk/adobe/flex/data-binding-an-array-in-flex.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psyked.co.uk/adobe/flex/data-binding-an-array-in-flex.htm</link>
	<description>it's easy once you know how.</description>
	<lastBuildDate>Fri, 27 Aug 2010 20:32:21 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Bruce</title>
		<link>http://www.psyked.co.uk/adobe/flex/data-binding-an-array-in-flex.htm/comment-page-1#comment-3072</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 02 Feb 2009 21:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=673#comment-3072</guid>
		<description>oh yeah, if you&#039;re using a DataService ArrayCollection you might find that the list property is populated instead of the .source, so be careful of that as well.</description>
		<content:encoded><![CDATA[<p>oh yeah, if you&#8217;re using a DataService ArrayCollection you might find that the list property is populated instead of the .source, so be careful of that as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.psyked.co.uk/adobe/flex/data-binding-an-array-in-flex.htm/comment-page-1#comment-3071</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 02 Feb 2009 21:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=673#comment-3071</guid>
		<description>Don&#039;t forget that things you do to the array might not show up (since it&#039;s not bindable) and you might need to fire off an event like refresh() on the ArrayCollection if you using the .source property.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget that things you do to the array might not show up (since it&#8217;s not bindable) and you might need to fire off an event like refresh() on the ArrayCollection if you using the .source property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/adobe/flex/data-binding-an-array-in-flex.htm/comment-page-1#comment-3068</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=673#comment-3068</guid>
		<description>Oh, that makes a lot of sense! - I can see why they&#039;d want to do it that way.  - Cheers!</description>
		<content:encoded><![CDATA[<p>Oh, that makes a lot of sense! &#8211; I can see why they&#8217;d want to do it that way.  &#8211; Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidD</title>
		<link>http://www.psyked.co.uk/adobe/flex/data-binding-an-array-in-flex.htm/comment-page-1#comment-3066</link>
		<dc:creator>DavidD</dc:creator>
		<pubDate>Mon, 02 Feb 2009 13:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=673#comment-3066</guid>
		<description>The property &lt;em&gt;ArrayCollection.source&lt;/em&gt; is the very array that resides inside an AC , thus it allows access to Array methods ( mycollectionAC.source.indexOf(...) ). 
Just experiment with that to see if it&#039;s of any help to you. 
It&#039;s feasible and can maybe be handy but I would advise you to test the limits of this way of doing so, especially if you plan to modify the ArrayCollection items. 

Or then you can replace your source array property with a modified one in your AC. It&#039;s for you to see.</description>
		<content:encoded><![CDATA[<p>The property <em>ArrayCollection.source</em> is the very array that resides inside an AC , thus it allows access to Array methods ( mycollectionAC.source.indexOf(&#8230;) ).<br />
Just experiment with that to see if it&#8217;s of any help to you.<br />
It&#8217;s feasible and can maybe be handy but I would advise you to test the limits of this way of doing so, especially if you plan to modify the ArrayCollection items. </p>
<p>Or then you can replace your source array property with a modified one in your AC. It&#8217;s for you to see.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
