On Oct 3, 2:55 pm, galyle <[email protected]> wrote: > Hello, I'm trying to build a menu which provides suggestions to a user > based on input to an entry. I have done something like this before > using Tcl/Tk, so I expected that it would work without much difficulty > with Tkinter. I was wrong.
Why not just use the Tix.ComboBox instead? I believe it's editable. -- http://mail.python.org/mailman/listinfo/python-list
