Hi Josh
Thanks a lot, That works perfectly for my arrayCollection. Now I already
have a project in which the data provider for my List is Array and I need
the same filter functionality for the Array. can we do this filter for Array
too or do i have to change the code of my project and instead of array I
need to store complete data in ArrayCollection instead of Array and then
made that filter working. It's just lot of work to change the existing
workign code with my harsh deadline.
Please let me know which is the best way.
Again I highly appreciate your help
Anuj

On Wed, Dec 3, 2008 at 7:25 PM, Josh McDonald <[EMAIL PROTECTED]> wrote:

>           private function processFilter(item:Object):Boolean
>         {
>             return
> String(item).toUpperCase().indexOf(filterText.toUpperCase()) >= 0;
>         }
>
> -Josh
>
> --
> "Therefore, send not to know For whom the bell tolls. It tolls for thee."
>
> Like the cut of my jib? Check out my Flex blog!
>
> :: Josh 'G-Funk' McDonald
> :: 0437 221 380 :: [EMAIL PROTECTED]
> :: http://flex.joshmcdonald.info/
> :: http://twitter.com/sophistifunk
>  
>

Reply via email to