Does the search functionality have to be customized for the different elements and states currently on the screen, or is there a way to generalize it for any/all visible text? For example if you have an About Us page with one big text block, it takes different code to search that over the Search Results page which has an itemrenderer composed of multiple labels.
Cheers. On Tue, May 25, 2010 at 6:01 AM, valdhor <[email protected]>wrote: > > > Yes, openSearchWindow() is my own custom "find" functionality coded in flex > and manually searches contents on the page. > > The browsers search box is part of the browser that has no knowledge of the > contents of the Flash plug-in. > > I also had a different project that has a menu bar system at the top and a > text field for searching. I set up the CTRL+F listener to set focus to that > text field. It made it look kinda like the browsers search box (Enough so > that the users didn't complain). > > > --- In [email protected] <flexcoders%40yahoogroups.com>, Baz > <li...@...> wrote: > > > > I love it. So openSearchWindow() is your own custom "find" functionality > > coded in flex and manually searches contents on the page, right? You > haven't > > found a way to integrate directly with a browser's search box? > > > > Baz > > > > > > On Mon, May 24, 2010 at 10:48 AM, valdhor <valdhorli...@...>wrote: > > > > > openSearchWindow(); > > > > >

