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
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
hello artman,
Indeed there is. I just started using it myself last week.
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
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>hello artman,
Indeed there is. I just started using it myself last week.
TextCtrlAutoComplete <http://wiki.wxpython.org/TextCtrlAutoComplete>
Here's a link:
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.