<?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: ArrayCollection Filter Example</title>
	<atom:link href="http://www.flex-blog.com/arraycollection-filter-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flex-blog.com/arraycollection-filter-example/</link>
	<description>Examples, News and Other Stuff</description>
	<lastBuildDate>Thu, 19 Jan 2012 14:01:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Roelof</title>
		<link>http://www.flex-blog.com/arraycollection-filter-example/comment-page-1/#comment-1860</link>
		<dc:creator>Roelof</dc:creator>
		<pubDate>Mon, 09 May 2011 08:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=428#comment-1860</guid>
		<description>Hi Jim,

I have no flash builder here, but you should extend the filterfunction. Just make sure the method returns a boolean value.

If you don&#039;t get it working, you can try our forum!

Roelof</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>I have no flash builder here, but you should extend the filterfunction. Just make sure the method returns a boolean value.</p>
<p>If you don&#8217;t get it working, you can try our forum!</p>
<p>Roelof</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.flex-blog.com/arraycollection-filter-example/comment-page-1/#comment-1859</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 07 May 2011 18:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=428#comment-1859</guid>
		<description>I was wondering, how can I search not only on product item but also on stock item?</description>
		<content:encoded><![CDATA[<p>I was wondering, how can I search not only on product item but also on stock item?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krish</title>
		<link>http://www.flex-blog.com/arraycollection-filter-example/comment-page-1/#comment-1850</link>
		<dc:creator>Krish</dc:creator>
		<pubDate>Thu, 28 Apr 2011 08:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=428#comment-1850</guid>
		<description>Hi
Thank you so much for this example. I wonder how to hookup to an products xml file? Can you help me please?
Thank You
Krish</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thank you so much for this example. I wonder how to hookup to an products xml file? Can you help me please?<br />
Thank You<br />
Krish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roelof</title>
		<link>http://www.flex-blog.com/arraycollection-filter-example/comment-page-1/#comment-1701</link>
		<dc:creator>Roelof</dc:creator>
		<pubDate>Tue, 14 Dec 2010 09:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=428#comment-1701</guid>
		<description>@Devtron: nice addition!</description>
		<content:encoded><![CDATA[<p>@Devtron: nice addition!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devtron</title>
		<link>http://www.flex-blog.com/arraycollection-filter-example/comment-page-1/#comment-1603</link>
		<dc:creator>Devtron</dc:creator>
		<pubDate>Thu, 09 Sep 2010 20:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=428#comment-1603</guid>
		<description>I found my solution.

In my data-access method, I must translate any NULL values to empty strings. This forces the regular expression search to work for me.

Also, I wanted to know how to reset the filter textbox&#039;s default text. Here is how I approached it:

private function resetMyTextInput():void {
	if (myTextInput.text.length==0)
		myTextInput.text = &quot;Filter/Search..&quot;;
}


in MXML, add this to your TextInput. and it re-display the user message for filtering.
focusOut=&quot;resetMyTextInput()&quot;</description>
		<content:encoded><![CDATA[<p>I found my solution.</p>
<p>In my data-access method, I must translate any NULL values to empty strings. This forces the regular expression search to work for me.</p>
<p>Also, I wanted to know how to reset the filter textbox&#8217;s default text. Here is how I approached it:</p>
<p>private function resetMyTextInput():void {<br />
	if (myTextInput.text.length==0)<br />
		myTextInput.text = &#8220;Filter/Search..&#8221;;<br />
}</p>
<p>in MXML, add this to your TextInput. and it re-display the user message for filtering.<br />
focusOut=&#8221;resetMyTextInput()&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devtron</title>
		<link>http://www.flex-blog.com/arraycollection-filter-example/comment-page-1/#comment-1602</link>
		<dc:creator>Devtron</dc:creator>
		<pubDate>Thu, 09 Sep 2010 16:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=428#comment-1602</guid>
		<description>Hello,

What happens if you have a NULL value in product?

I am experiencing this and am wondering how to workaround it?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>What happens if you have a NULL value in product?</p>
<p>I am experiencing this and am wondering how to workaround it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roelof</title>
		<link>http://www.flex-blog.com/arraycollection-filter-example/comment-page-1/#comment-1554</link>
		<dc:creator>Roelof</dc:creator>
		<pubDate>Mon, 05 Jul 2010 02:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=428#comment-1554</guid>
		<description>hi, this is very helpfull. thanks for the wonderful post.</description>
		<content:encoded><![CDATA[<p>hi, this is very helpfull. thanks for the wonderful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajai robin</title>
		<link>http://www.flex-blog.com/arraycollection-filter-example/comment-page-1/#comment-1538</link>
		<dc:creator>ajai robin</dc:creator>
		<pubDate>Fri, 11 Jun 2010 07:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=428#comment-1538</guid>
		<description>Thanks Roelof.... the post was really helpfull....</description>
		<content:encoded><![CDATA[<p>Thanks Roelof&#8230;. the post was really helpfull&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

