I guess you can easily reset some sort of counter before refreshing
collection and then increment it from inside of filter function without
getting into internals.

Roman

http://kotopakhi.com

On Fri, Mar 26, 2010 at 5:18 AM, Baz <li...@thinkloop.com> wrote:

>
>
> Hello,
>
> I have a very large arraycollection that users can filter by typing
> characters into a search box. I use ArrayCollection's filterFunction to
> perform the filtering, but as the recordset grows, it (obviously) takes
> longer to filter and makes the interface less responsive.
>
> Is there a way to access/adjust the internals of filterFunction without
> having to roll my own or implement greenthreading? Similarly, is there a way
> to know how far into the filtering it is, for example to update a "Number of
> Matched Records" box that gets updated DURING the filtering process rather
> than jst at the end when it is done?
>
> Cheers,
> Baz
>  
>

Reply via email to