Along the lines of that, check out the "suggest" implementation on this search engine. When I saw this, the first thing that came to my mind was this would be cool to do in Flex.

http://www.snap.com/



Manish Jethani wrote:
On 5/11/05, seesaw25 <[EMAIL PROTECTED]> wrote:
  
Has anyone implemented a flex-based solution for auto-complete on a
TextInput (think Google Suggest)?
    

Wow, I'm glad you asked.  I was going to try implementing something
like this just for fun, using the Yahoo Search APIs (they have a
spelling suggestion web service).

The way I'd do this is, I'd create a popup just below the TextInput
object using createPopUp().  The popup would be an instance of the
List class, and it would be managed by the custom component.  This is
similar to what the ComboBox does (in fact, perhaps the editable
ComboBox is just what you're looking for).


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



  



Yahoo! Groups Links

Reply via email to