Auto-Complete Cotrol?

Hi,

Is there a autocomplete control like goole search box in wxPython? If not, anybody knows how to implement it?

Any idea will be thankful.

artman

···


Mp3疯狂搜-新歌热歌高速下

hello artman,

Indeed there is. I just started using it myself last week.

TextCtrlAutoComplete


http://wiki.wxpython.org/TextCtrlAutoComplete

···

On 6/4/07, 光华 陶 artman328@yahoo.com.cn wrote:

Hi,

Is there a autocomplete control like goole search box in wxPython? If not, anybody knows how to implement it?

Any idea will be thankful.

artman



Mp3疯狂搜-新歌热歌高速下

take a look at the gmPhraseWheel.py in gnumed

Regards
Richard

···

On Tuesday 05 June 2007 14:07, Eric Ongerth wrote:

On 6/4/07, 光华 陶 <artman328@yahoo.com.cn> wrote:
> Hi,
> Is there a autocomplete control like goole search box in wxPython? If
> not, anybody knows how to implement it?
>
> Any idea will be thankful.
>
> artman
>
> ------------------------------
> Mp3疯狂搜-新歌热歌高速下 <http://music.yahoo.com.cn/?source=mail_mailbox_footer&gt;

hello artman,

Indeed there is. I just started using it myself last week.

TextCtrlAutoComplete <http://wiki.wxpython.org/TextCtrlAutoComplete&gt;

http://wiki.wxpython.org/TextCtrlAutoComplete

Here's a link:

  http://cvs.savannah.gnu.org/viewvc/*checkout*/gnumed/gnumed/client/wxpython/gmPhraseWheel.py?root=gnumed

Enjoy,
Karsten

···

On Tue, Jun 05, 2007 at 03:08:21PM +1000, Richard wrote:

take a look at the gmPhraseWheel.py in gnumed

--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

Hi,

wx 2.8 includes a SearchCtrl widget that can have a menu popping up below it.
You can have that menu holding your autocomplete options, search history, etc.