<?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: Flex, Array, ArrayCollection</title>
	<atom:link href="http://blog.stevex.net/2006/10/flex-array-arraycollection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stevex.net/2006/10/flex-array-arraycollection/</link>
	<description>Software development and other notes.</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:03:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Goran</title>
		<link>http://blog.stevex.net/2006/10/flex-array-arraycollection/comment-page-1/#comment-583834</link>
		<dc:creator>Goran</dc:creator>
		<pubDate>Tue, 27 Oct 2009 12:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevex.net/index.php/2006/10/17/flex-array-arraycollection/#comment-583834</guid>
		<description>I have problem wich is probbably related to this &quot;array thing&quot;. I am newbee, and this is what I want to do. 
1. I created RemoteObject, and get array of object from database.
2. I have resultHandler function that take information from this array of object, by extracting just certain attributes, and putting this in array wich is populated OK, i get trace result of this array. Problem is :

3. Now I am trying to Bind this array in getResultHandler function with dataProvider of repeater components. How can I bind this two components, or I need to use some kind of setter function ... and if I do, any idea.

tx</description>
		<content:encoded><![CDATA[<p>I have problem wich is probbably related to this &#8220;array thing&#8221;. I am newbee, and this is what I want to do.<br />
1. I created RemoteObject, and get array of object from database.<br />
2. I have resultHandler function that take information from this array of object, by extracting just certain attributes, and putting this in array wich is populated OK, i get trace result of this array. Problem is :</p>
<p>3. Now I am trying to Bind this array in getResultHandler function with dataProvider of repeater components. How can I bind this two components, or I need to use some kind of setter function &#8230; and if I do, any idea.</p>
<p>tx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srikanth</title>
		<link>http://blog.stevex.net/2006/10/flex-array-arraycollection/comment-page-1/#comment-580988</link>
		<dc:creator>srikanth</dc:creator>
		<pubDate>Fri, 02 Oct 2009 18:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevex.net/index.php/2006/10/17/flex-array-arraycollection/#comment-580988</guid>
		<description>Hello friend,

Label text value gets updated if an array collection gets updated. see below example.

	
		
	
	
	
	</description>
		<content:encoded><![CDATA[<p>Hello friend,</p>
<p>Label text value gets updated if an array collection gets updated. see below example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naholyr</title>
		<link>http://blog.stevex.net/2006/10/flex-array-arraycollection/comment-page-1/#comment-551997</link>
		<dc:creator>naholyr</dc:creator>
		<pubDate>Wed, 03 Jun 2009 19:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevex.net/index.php/2006/10/17/flex-array-arraycollection/#comment-551997</guid>
		<description>Sorry for exhuming an old post, and maybe it&#039;s a bug in the new Flex version, but I&#039;m a newbie and cannot understand why ArrayCollection properties don&#039;t seem to be bound anymore :
In the following example, Label is never updated :(



	
		import mx.collections.ArrayCollection;
		[Bindable] public var array:ArrayCollection = new ArrayCollection([0,0]);
	
	
	
	
	
	
	
</description>
		<content:encoded><![CDATA[<p>Sorry for exhuming an old post, and maybe it&#8217;s a bug in the new Flex version, but I&#8217;m a newbie and cannot understand why ArrayCollection properties don&#8217;t seem to be bound anymore :<br />
In the following example, Label is never updated :(</p>
<p>		import mx.collections.ArrayCollection;<br />
		[Bindable] public var array:ArrayCollection = new ArrayCollection([0,0]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.stevex.net/2006/10/flex-array-arraycollection/comment-page-1/#comment-239488</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 01 Dec 2007 15:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevex.net/index.php/2006/10/17/flex-array-arraycollection/#comment-239488</guid>
		<description>Yes it&#039;s true ! And all Flex newbies have had this problem one time -;) If you want use Array, override push and pop functions in order to refresh the UI part but with ArrayCollection all is &quot;automatic&quot; !</description>
		<content:encoded><![CDATA[<p>Yes it&#8217;s true ! And all Flex newbies have had this problem one time -;) If you want use Array, override push and pop functions in order to refresh the UI part but with ArrayCollection all is &#8220;automatic&#8221; !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

