Re: PYGTK, Google Suggest-like GUI

2005-03-03 Thread Ali
Oh well, the cool guys of GTK have just the thing i wanted called EntryCompletion. Here's the link in case someone else stumbles over here: http://www.pygtk.org/pygtk2tutorial/sec-EntryCompletion.html -- http://mail.python.org/mailman/listinfo/python-list

Re: PYGTK, Google Suggest-like GUI

2005-03-03 Thread Ali
I guess what i am looking for is auto-completion but with a drop-down list... -- http://mail.python.org/mailman/listinfo/python-list

PYGTK, Google Suggest-like GUI

2005-03-02 Thread Ali
Hi there, I am using pygtk, and i am implementing a "find as you type" in a text entry. I intend for it to behave like the 'google suggest' box. So, that as you type, a list of values appear below the text box as in a list and you can use arrow keys to select a value. I can't think of a straight-