[flexcoders] Google combo like Flex interface

2010-02-03 Thread Christophe
Hello, 

I have a client table in a mySql database, and I want to propose in a Flex RIA 
a search interface for the client list name. 

How to make a search interface like in the Google Combo. 

When you type the word 'a', it propose all the words beginning by 'a' ?  

Thank you,
Christophe, 




RE: [flexcoders] Google combo like Flex interface

2010-02-03 Thread Gregor Kiddie
Search for autocomplete comboboxes. There are several solutions, open
source and paid for.

 

Best of the paid for appears to be Flextras one (
http://www.flextras.com/?event=ProductHomeproductID=10 ) (Jeff Houser,
you owe me commission for pushing your wares like a filthy pimp)

Best of the open source ones is probably the adobe one
(http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetaile
xtid=1047291 )

 

Gk.

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Christophe
Sent: 03 February 2010 14:57
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Google combo like Flex interface

 

  

Hello, 

I have a client table in a mySql database, and I want to propose in a
Flex RIA a search interface for the client list name. 

How to make a search interface like in the Google Combo. 

When you type the word 'a', it propose all the words beginning by 'a' ? 

Thank you,
Christophe, 





Re: [flexcoders] Google combo like Flex interface

2010-02-03 Thread Peeyush Tuli
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailextid=1047291



On Wed, Feb 3, 2010 at 8:27 PM, Christophe christophe_jacque...@yahoo.frwrote:



 Hello,

 I have a client table in a mySql database, and I want to propose in a Flex
 RIA a search interface for the client list name.

 How to make a search interface like in the Google Combo.

 When you type the word 'a', it propose all the words beginning by 'a' ?

 Thank you,
 Christophe,