<?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: ObjectCollector: Accessing Flex’s objects by id (even dynamic generated) from anywhere</title>
	<atom:link href="http://www.daveoncode.com/2009/05/20/objectcollector-accessing-dynamic-generated-flex-objects-by-id/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com/2009/05/20/objectcollector-accessing-dynamic-generated-flex-objects-by-id/</link>
	<description>Objective C, iOS and more programming stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: AB</title>
		<link>http://www.daveoncode.com/2009/05/20/objectcollector-accessing-dynamic-generated-flex-objects-by-id/comment-page-1/#comment-44032</link>
		<dc:creator>AB</dc:creator>
		<pubDate>Thu, 08 Dec 2011 06:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=413#comment-44032</guid>
		<description>Greaaat.... thanku :)</description>
		<content:encoded><![CDATA[<p>Greaaat&#8230;. thanku :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eklypz</title>
		<link>http://www.daveoncode.com/2009/05/20/objectcollector-accessing-dynamic-generated-flex-objects-by-id/comment-page-1/#comment-37112</link>
		<dc:creator>eklypz</dc:creator>
		<pubDate>Mon, 31 Oct 2011 10:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=413#comment-37112</guid>
		<description>Or use the &quot;name&quot; property instead, access the object anywhere within your comp with getChildByName.</description>
		<content:encoded><![CDATA[<p>Or use the &#8220;name&#8221; property instead, access the object anywhere within your comp with getChildByName.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Chevitarese</title>
		<link>http://www.daveoncode.com/2009/05/20/objectcollector-accessing-dynamic-generated-flex-objects-by-id/comment-page-1/#comment-35613</link>
		<dc:creator>Fred Chevitarese</dc:creator>
		<pubDate>Wed, 19 Oct 2011 10:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=413#comment-35613</guid>
		<description>Thanks man... It worked ;)</description>
		<content:encoded><![CDATA[<p>Thanks man&#8230; It worked ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aldhen</title>
		<link>http://www.daveoncode.com/2009/05/20/objectcollector-accessing-dynamic-generated-flex-objects-by-id/comment-page-1/#comment-24921</link>
		<dc:creator>aldhen</dc:creator>
		<pubDate>Wed, 13 Jul 2011 08:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=413#comment-24921</guid>
		<description>Help! i have problem. cus i have to make many textInput like this one:

for(int i=0; 1&lt;10; i++)
{
  var input:TextInput = new TextInput();
   input.id = &quot;input&quot; + i;
   this.addChild(input);

}
// how to set value with each id. here i have 9 id&#039;s?</description>
		<content:encoded><![CDATA[<p>Help! i have problem. cus i have to make many textInput like this one:</p>
<p>for(int i=0; 1&lt;10; i++)<br />
{<br />
  var input:TextInput = new TextInput();<br />
   input.id = &quot;input&quot; + i;<br />
   this.addChild(input);</p>
<p>}<br />
// how to set value with each id. here i have 9 id&#039;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deyan Todorov</title>
		<link>http://www.daveoncode.com/2009/05/20/objectcollector-accessing-dynamic-generated-flex-objects-by-id/comment-page-1/#comment-21928</link>
		<dc:creator>Deyan Todorov</dc:creator>
		<pubDate>Tue, 07 Jun 2011 19:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=413#comment-21928</guid>
		<description>Simple and effective, admirations ... !!!</description>
		<content:encoded><![CDATA[<p>Simple and effective, admirations &#8230; !!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

