0 Replies Latest reply on Jul 25, 2011 8:46 PM by robwms63

    Incremental Search Implementation

    robwms63

      So we have implemented incremental search several times, just did it again.

       

      In the iOS world, they set a timer and then keep recreating it until the timer expires so that if you set it to 1s, for instance, you would only ever process the string the user is typing after (s)he paused for at least a second.

       

      Is there an easy way to do this with RF?