Using a combobox with wxCB_SORT | wxCB_READONLY, there's a rather
useful incremental search feature when you type. However, the search
times out after about a second without any keystrokes, and assumes
you're starting a new search from the beginning. Is there a way to
change the length of the timeout or (preferably) remove it completely?

An auto-completing text control was posted to the Python list several
years ago; I haven't tested it, but it sounds like it would also work.

http://wiki.wxpython.org/index.cgi/TextCtrlAutoComplete

Does something like this already exist for Perl, or would I need to port it?

-Brian

Reply via email to