<?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: Determining when an ArrayCollection changes in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wilson Silva</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-10335</link>
		<dc:creator>Wilson Silva</dc:creator>
		<pubDate>Wed, 25 Jan 2012 21:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-10335</guid>
		<description>@ana emi

The Array is used compositionally in the ArrayCollection and is a wrapper around the Array that implements the List and Collection functionality. The Array can be pulled from the collection via:

var array:&lt;b&gt;Array&lt;/b&gt; = [];
var arrayCollection:&lt;b&gt;ArrayCollection&lt;/b&gt; = &lt;i&gt;new&lt;/i&gt; &lt;b&gt;ArrayCollection&lt;/b&gt;();

array = arrayCollection.source;</description>
		<content:encoded><![CDATA[<p>@ana emi</p>
<p>The Array is used compositionally in the ArrayCollection and is a wrapper around the Array that implements the List and Collection functionality. The Array can be pulled from the collection via:</p>
<p>var array:<b>Array</b> = [];<br />
var arrayCollection:<b>ArrayCollection</b> = <i>new</i> <b>ArrayCollection</b>();</p>
<p>array = arrayCollection.source;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ana emi</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-8125</link>
		<dc:creator>ana emi</dc:creator>
		<pubDate>Mon, 19 Jul 2010 05:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-8125</guid>
		<description>that&#039;s perfect post. 
could you please tell me if it possible to put an arraycolection to an array.</description>
		<content:encoded><![CDATA[<p>that&#8217;s perfect post.<br />
could you please tell me if it possible to put an arraycolection to an array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alaeddin</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-8124</link>
		<dc:creator>alaeddin</dc:creator>
		<pubDate>Mon, 19 Jul 2010 05:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-8124</guid>
		<description>dear
could you please tell me how to show the value of field inside the each currentTarget items. In your sample the CurrentTarget is object . I want to know how can I access to each field of this object when the arraycollection is look like your array I mean the collection of data and object. thank you so much</description>
		<content:encoded><![CDATA[<p>dear<br />
could you please tell me how to show the value of field inside the each currentTarget items. In your sample the CurrentTarget is object . I want to know how can I access to each field of this object when the arraycollection is look like your array I mean the collection of data and object. thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-3262</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 29 May 2009 09:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-3262</guid>
		<description>HI Peter,

Do you know how to use the others ArrayCollection such as Update? My probleme is I would like to know when objects of my ArrayCollection are modified.

Cheers</description>
		<content:encoded><![CDATA[<p>HI Peter,</p>
<p>Do you know how to use the others ArrayCollection such as Update? My probleme is I would like to know when objects of my ArrayCollection are modified.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PSamanth</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-3258</link>
		<dc:creator>PSamanth</dc:creator>
		<pubDate>Mon, 30 Jun 2008 07:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-3258</guid>
		<description>Thanks a lot, it had Fixed in the latest, I had upgraded with the latest build and it work fine

Thanks,
PSamanth</description>
		<content:encoded><![CDATA[<p>Thanks a lot, it had Fixed in the latest, I had upgraded with the latest build and it work fine</p>
<p>Thanks,<br />
PSamanth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-3261</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 20 Jun 2008 14:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-3261</guid>
		<description>PSamanth,

Can you please file a bug at http://bugs.adobe.com/flex/ (log it against the Flex SDK project and mx:PopUpButton feature) and include a simple, reproducible test case?

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>PSamanth,</p>
<p>Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> (log it against the Flex SDK project and mx:PopUpButton feature) and include a simple, reproducible test case?</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PSamanth</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-3260</link>
		<dc:creator>PSamanth</dc:creator>
		<pubDate>Fri, 20 Jun 2008 07:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-3260</guid>
		<description>Hello

Hey Thanks for this PopUpButton Tutorial, I have a small Issues, the above code works fine when I am using in the main application, But When I am using in the Sub files (src/com/folder), not able to get the PopUpButton button control(the dropDown does not work at all)

Is there anything we need to import for the Subfiles


Please help me..

Thanks in Advance
PSamanth</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Hey Thanks for this PopUpButton Tutorial, I have a small Issues, the above code works fine when I am using in the main application, But When I am using in the Sub files (src/com/folder), not able to get the PopUpButton button control(the dropDown does not work at all)</p>
<p>Is there anything we need to import for the Subfiles</p>
<p>Please help me..</p>
<p>Thanks in Advance<br />
PSamanth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Lesieux</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-3259</link>
		<dc:creator>Vincent Lesieux</dc:creator>
		<pubDate>Thu, 15 May 2008 21:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-3259</guid>
		<description>Hi Peter, could you help me to solve this problem if possible :

I have got a dataGrid that is populated with a dataprovider generated by a httpservice whose id is send.

I have also a button that makes a refresh of the dataGrid because it applies the send() function when it is clicked.

Then the previous selectedItem of the dataGrid disappears.

I would like to keep in memory the selectedItem just before clicking the button so that the user doesn&#039;t need to select it once again because only one column of the dataGrid is changed.

I hope you have understood my problem.

Thank you.
Vincent</description>
		<content:encoded><![CDATA[<p>Hi Peter, could you help me to solve this problem if possible :</p>
<p>I have got a dataGrid that is populated with a dataprovider generated by a httpservice whose id is send.</p>
<p>I have also a button that makes a refresh of the dataGrid because it applies the send() function when it is clicked.</p>
<p>Then the previous selectedItem of the dataGrid disappears.</p>
<p>I would like to keep in memory the selectedItem just before clicking the button so that the user doesn&#8217;t need to select it once again because only one column of the dataGrid is changed.</p>
<p>I hope you have understood my problem.</p>
<p>Thank you.<br />
Vincent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-3256</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 15 May 2008 19:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-3256</guid>
		<description>Vital,

Yeah, this blog has a Creative Commons License, so you&#039;re free to use/modify/republish the examples as long as you link back to this site.

And yes, I will add a link to your site at http://blog.flexexamples.com/links/ (right under the Chinese FlexExamples link).

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>Vital,</p>
<p>Yeah, this blog has a Creative Commons License, so you&#8217;re free to use/modify/republish the examples as long as you link back to this site.</p>
<p>And yes, I will add a link to your site at <a href="http://blog.flexexamples.com/links/" rel="nofollow">http://blog.flexexamples.com/links/</a> (right under the Chinese FlexExamples link).</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vital</title>
		<link>http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/comment-page-1/#comment-3257</link>
		<dc:creator>Vital</dc:creator>
		<pubDate>Thu, 15 May 2008 18:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/14/determining-when-an-arraycollection-changes-in-flex/#comment-3257</guid>
		<description>Hi Peter, sorry i couldn&#039;t find how to contact you
so i&#039;m writing here

first of all thanks a lot for this website )

i started getting in flex a couple of weeks ago,but it turned out that there is practically no inforamtion about this technology in russian (not a single book even!)

lots i gained from your blog and adobe live docs

so i decided to start a blog http://flexcookbook.ru similar to yours (but in russian)
for people that would like to know more abt flex but can&#039;t read english

i have a couple of questions:
is that ok to publish your  articles (translated into russian) on my blog&#039;s pages (providing back link to original)?

can we exchange links?</description>
		<content:encoded><![CDATA[<p>Hi Peter, sorry i couldn&#8217;t find how to contact you<br />
so i&#8217;m writing here</p>
<p>first of all thanks a lot for this website )</p>
<p>i started getting in flex a couple of weeks ago,but it turned out that there is practically no inforamtion about this technology in russian (not a single book even!)</p>
<p>lots i gained from your blog and adobe live docs</p>
<p>so i decided to start a blog <a href="http://flexcookbook.ru" rel="nofollow">http://flexcookbook.ru</a> similar to yours (but in russian)<br />
for people that would like to know more abt flex but can&#8217;t read english</p>
<p>i have a couple of questions:<br />
is that ok to publish your  articles (translated into russian) on my blog&#8217;s pages (providing back link to original)?</p>
<p>can we exchange links?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

