<?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: Displaying specific items from an ArrayCollection in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Antonio Ortiz</title>
		<link>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/comment-page-1/#comment-6749</link>
		<dc:creator>Antonio Ortiz</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/#comment-6749</guid>
		<description>How you can modify on your example a specific item, for example for student F change the value of the score 64 by 30 on action scriptt?... In advance thanks and grettings from mexico :D</description>
		<content:encoded><![CDATA[<p>How you can modify on your example a specific item, for example for student F change the value of the score 64 by 30 on action scriptt?&#8230; In advance thanks and grettings from mexico :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/comment-page-1/#comment-3210</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Sun, 26 Apr 2009 03:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/#comment-3210</guid>
		<description>hi!

How about to random the value of array collection by clicking a button.

thank you!</description>
		<content:encoded><![CDATA[<p>hi!</p>
<p>How about to random the value of array collection by clicking a button.</p>
<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/comment-page-1/#comment-3212</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Thu, 12 Feb 2009 23:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/#comment-3212</guid>
		<description>Ok. I am trying to send a string to a wsdl from an arrayCollection with all values.  any thoughts?</description>
		<content:encoded><![CDATA[<p>Ok. I am trying to send a string to a wsdl from an arrayCollection with all values.  any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/comment-page-1/#comment-3209</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Wed, 03 Sep 2008 14:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/#comment-3209</guid>
		<description>Jon Henley,

You can try using the Array access syntax to specify the field name. Something like the following:
&lt;pre class=&quot;code&quot;&gt;
&lt;mx:String id=&quot;str&quot;&gt;score&lt;/mx:String&gt;
&lt;mx:Label text=&quot;{arrColl.getItemAt(slider.value)[str]}&quot; /&gt;
&lt;/pre&gt;

Flex Builder may give you a warning saying &lt;em&gt;&quot;Data binding will not be able to detect changes when using square bracket operator.  For Array, please use ArrayCollection.getItemAt() instead.&quot;&lt;/em&gt;, but you can probably ignore that.

Peter</description>
		<content:encoded><![CDATA[<p>Jon Henley,</p>
<p>You can try using the Array access syntax to specify the field name. Something like the following:</p>
<pre class="code">
&lt;mx:String id="str"&gt;score&lt;/mx:String&gt;
&lt;mx:Label text="{arrColl.getItemAt(slider.value)[str]}" /&gt;
</pre>
<p>Flex Builder may give you a warning saying <em>&#8220;Data binding will not be able to detect changes when using square bracket operator.  For Array, please use ArrayCollection.getItemAt() instead.&#8221;</em>, but you can probably ignore that.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Henley</title>
		<link>http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/comment-page-1/#comment-3211</link>
		<dc:creator>Jon Henley</dc:creator>
		<pubDate>Tue, 02 Sep 2008 16:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/10/displaying-specific-items-from-an-arraycollection-in-flex/#comment-3211</guid>
		<description>Hey

How would I use a string variable instead of the &#039;label&#039; ... if that is dynamic?

is it possible with getItemAt?</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>How would I use a string variable instead of the &#8216;label&#8217; &#8230; if that is dynamic?</p>
<p>is it possible with getItemAt?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
