<?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 Tip of the Day: filterFunction for real time filtering of data</title>
	<atom:link href="http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/</link>
	<description>en route to a richer Internet</description>
	<lastBuildDate>Wed, 03 Mar 2010 08:26:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan Canulla</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-35632</link>
		<dc:creator>Ryan Canulla</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-35632</guid>
		<description>Very nice! Thanks man.</description>
		<content:encoded><![CDATA[<p>Very nice! Thanks man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bheeman</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-35568</link>
		<dc:creator>Bheeman</dc:creator>
		<pubDate>Sat, 03 Oct 2009 09:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-35568</guid>
		<description>hi 
Mrinal Wadhwa

am trying to use more than one filter function and want to display the data in tilelist ... but am not able to .... for nw i hv used one filter function which sorts by name and its working fine...i want to use a combo box in which i ll have data like EMPID or EMAIL whenever i select any one of them then the filter should happen while displaying the data..</description>
		<content:encoded><![CDATA[<p>hi<br />
Mrinal Wadhwa</p>
<p>am trying to use more than one filter function and want to display the data in tilelist &#8230; but am not able to &#8230;. for nw i hv used one filter function which sorts by name and its working fine&#8230;i want to use a combo box in which i ll have data like EMPID or EMAIL whenever i select any one of them then the filter should happen while displaying the data..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arthipesa</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-35396</link>
		<dc:creator>arthipesa</dc:creator>
		<pubDate>Tue, 21 Jul 2009 04:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-35396</guid>
		<description>excuse me, can you tell me why am I experiencing this error? after modifying your source, hence, your code just fine..

ArgumentError: Error #2005: Parameter 0 is of the incorrect type. Should be type Filter.</description>
		<content:encoded><![CDATA[<p>excuse me, can you tell me why am I experiencing this error? after modifying your source, hence, your code just fine..</p>
<p>ArgumentError: Error #2005: Parameter 0 is of the incorrect type. Should be type Filter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-35230</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Thu, 30 Apr 2009 00:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-35230</guid>
		<description>Hi there how easy is it to use 2 sliders that filter the same content in real time no refresh buttons etc.

ie first slider is filtering one value second filtering values of different item</description>
		<content:encoded><![CDATA[<p>Hi there how easy is it to use 2 sliders that filter the same content in real time no refresh buttons etc.</p>
<p>ie first slider is filtering one value second filtering values of different item</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Van den Eynde</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-34689</link>
		<dc:creator>Tom Van den Eynde</dc:creator>
		<pubDate>Mon, 26 Jan 2009 11:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-34689</guid>
		<description>Mrinal I guess the reason why Vija says using ListCollectionView is the &quot;correct way&quot; is because only this way you&#039;re sure not to break any other part of the application. By setting a filter function directly on an arraycollection other parts of the application using this arraycollection are impacted as well.</description>
		<content:encoded><![CDATA[<p>Mrinal I guess the reason why Vija says using ListCollectionView is the &#8220;correct way&#8221; is because only this way you&#8217;re sure not to break any other part of the application. By setting a filter function directly on an arraycollection other parts of the application using this arraycollection are impacted as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Anand Mareddy</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-34679</link>
		<dc:creator>Vijay Anand Mareddy</dc:creator>
		<pubDate>Tue, 20 Jan 2009 22:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-34679</guid>
		<description>Mrinal, Your example above is excellent...i just wanted to point out to people one more point that its a good practice to assign the  filterFunction on the model referance(ICollectionView.filterFunc) rather than using a view reference(dataGrid.dataProvider.filterFunc).
It took me a while to figure out that i had to reset the dataGrid.dataProvider.filterFunc = null after assigning a new set of data from server.</description>
		<content:encoded><![CDATA[<p>Mrinal, Your example above is excellent&#8230;i just wanted to point out to people one more point that its a good practice to assign the  filterFunction on the model referance(ICollectionView.filterFunc) rather than using a view reference(dataGrid.dataProvider.filterFunc).<br />
It took me a while to figure out that i had to reset the dataGrid.dataProvider.filterFunc = null after assigning a new set of data from server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-31283</link>
		<dc:creator>Anish</dc:creator>
		<pubDate>Thu, 30 Oct 2008 17:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-31283</guid>
		<description>I have been using filterFunction to filter out the data that I render on a TileList. Is there a way to have add and remove item effect for filterfunction too? I had tried having showEffect and hideEffect (wipeout and wipein) to the itemRenderer of the TileList. Even though it works, its add an unpredictable behavior to the items rendered on the TileList. Some items doesnt get listed and if i refresh, they come back again. Seems not a feasible solution. Have you been able to get around this problem Mrinal?</description>
		<content:encoded><![CDATA[<p>I have been using filterFunction to filter out the data that I render on a TileList. Is there a way to have add and remove item effect for filterfunction too? I had tried having showEffect and hideEffect (wipeout and wipein) to the itemRenderer of the TileList. Even though it works, its add an unpredictable behavior to the items rendered on the TileList. Some items doesnt get listed and if i refresh, they come back again. Seems not a feasible solution. Have you been able to get around this problem Mrinal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-28211</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Tue, 05 Aug 2008 15:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-28211</guid>
		<description>Vijay,

ListCollectionView is another way to do this provided you need multiple views ... my example above doesn&#039;t

Why exactly is that &quot;the correct way&quot; ?

Mrinal</description>
		<content:encoded><![CDATA[<p>Vijay,</p>
<p>ListCollectionView is another way to do this provided you need multiple views &#8230; my example above doesn&#8217;t</p>
<p>Why exactly is that &#8220;the correct way&#8221; ?</p>
<p>Mrinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Mareddy</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-28205</link>
		<dc:creator>Vijay Mareddy</dc:creator>
		<pubDate>Tue, 05 Aug 2008 13:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-28205</guid>
		<description>Correct way to use filterFunction ( Dont apply the filterFunction on the main dataProvider instead use a ListCollectionView) .  

ListCollView filtered = new ListCollectionView(myArrycoll);

Right click for view source:
http://www.preterra.com/flexsamples/listcollectionview/main.html</description>
		<content:encoded><![CDATA[<p>Correct way to use filterFunction ( Dont apply the filterFunction on the main dataProvider instead use a ListCollectionView) .  </p>
<p>ListCollView filtered = new ListCollectionView(myArrycoll);</p>
<p>Right click for view source:<br />
<a href="http://www.preterra.com/flexsamples/listcollectionview/main.html" rel="nofollow">http://www.preterra.com/flexsamples/listcollectionview/main.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthurnasius Amanyire</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-27900</link>
		<dc:creator>Arthurnasius Amanyire</dc:creator>
		<pubDate>Mon, 28 Jul 2008 09:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-27900</guid>
		<description>hi could you please help me out hear. i have a datagrid that gets data from a cfc through remote objects and i would like to filter it using a combo box and a slider, do you mind sharing an example on how to do this? thanks in advance</description>
		<content:encoded><![CDATA[<p>hi could you please help me out hear. i have a datagrid that gets data from a cfc through remote objects and i would like to filter it using a combo box and a slider, do you mind sharing an example on how to do this? thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yanhua</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-13898</link>
		<dc:creator>Yanhua</dc:creator>
		<pubDate>Thu, 14 Feb 2008 03:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-13898</guid>
		<description>*my textinput filter is put in a comboBox.</description>
		<content:encoded><![CDATA[<p>*my textinput filter is put in a comboBox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yanhua</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-13897</link>
		<dc:creator>Yanhua</dc:creator>
		<pubDate>Thu, 14 Feb 2008 03:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-13897</guid>
		<description>I have an if else statement for my textinput filter. I tried to combine the above codes into the filter function(from example, filterForTestData). When i combined the two if else statements together, it can&#039;t work. 

It is either my textinput filter can work or the slider can work all depends which if else statement i put right after the .. boolean {.</description>
		<content:encoded><![CDATA[<p>I have an if else statement for my textinput filter. I tried to combine the above codes into the filter function(from example, filterForTestData). When i combined the two if else statements together, it can&#8217;t work. </p>
<p>It is either my textinput filter can work or the slider can work all depends which if else statement i put right after the .. boolean {.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-13820</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Wed, 13 Feb 2008 05:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-13820</guid>
		<description>Yanhua,

Yes it would work with a TileList as well, filterFunction acts on your data provider, when the data provider changes whatever control is dependent on that data updates</description>
		<content:encoded><![CDATA[<p>Yanhua,</p>
<p>Yes it would work with a TileList as well, filterFunction acts on your data provider, when the data provider changes whatever control is dependent on that data updates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yanhua</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-13815</link>
		<dc:creator>Yanhua</dc:creator>
		<pubDate>Wed, 13 Feb 2008 03:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-13815</guid>
		<description>Hi, may i know does this works for TileList?</description>
		<content:encoded><![CDATA[<p>Hi, may i know does this works for TileList?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AgustÃ­n Abreu</title>
		<link>http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/comment-page-1/#comment-11722</link>
		<dc:creator>AgustÃ­n Abreu</dc:creator>
		<pubDate>Mon, 07 Jan 2008 01:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/2007/07/07/flex-tip-of-the-day-filterfunction-for-real-time-filtering-of-data/#comment-11722</guid>
		<description>Yes you can create a ListCollectionView from the original ArrayCollection and filter the view.

Also the property list of ArrayCollecition gives you the raw data, unfiltered and unsorted.</description>
		<content:encoded><![CDATA[<p>Yes you can create a ListCollectionView from the original ArrayCollection and filter the view.</p>
<p>Also the property list of ArrayCollecition gives you the raw data, unfiltered and unsorted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
