Same principle as a filter (loop through a collection and compare), except instead keep track of the postions that meet the criteria.
-TH --- In [email protected], Adrian Williams <adri...@...> wrote: > > Hi All, > > I have another wild one...has anyone seen or figured out how to > embed a search function within a flex app? I have seen the information > on creating filters but they all filter out (read: remove from > visibility) all the data that falls outside the filter. > > In other words, I need to figure out how enable a search that acts > the same as doing a 'find' in a webbrowser...a user enters a search > criteria and the focus goes to any instance of that search criteria. > > Thanks, > Adrian >

