hi you can store your data in a array and add a text field to a canvas, when your texfield gains focus (or whatever) you can with absolute position show a list underneath the textfield with the items in the array that match your criteria.
I�m not sure if this can be achieved without the canvas because of the absolute posisioning, but if you dont want to do all this stuff you only add a editable combobox and add and remove the items that match te criteria and when the combobox gains focus you can show the list. On Thu, 3 Mar 2005 10:11:22 -0600, David Solis <[EMAIL PROTECTED]> wrote: > Hi list, > > For my current project I need an autocomplete text field similar to > google's suggestion. > If anybody has an idea about how to implement this please drop a line. > > TIA > > Regards > > D. > > > Yahoo! Groups Sponsor > > ADVERTISEMENT > > > ________________________________ > 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 the Yahoo! Terms of Service. -- Leonardo Moreno Guzm�n http://leo.logtar.com

