perldough has asked for the wisdom of the Perl Monks concerning the following question:
The title says it all: I want to process the text in an entry widget as it's being typed. I know this will involve some sort of bind + callback, but I cannot figure out how to do it...
For your information, here is an idea of the application. I have a listbox widget filled with a list of names. I want to narrow down the list according to what has been typed in the entry.
Thanks for your help,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk: Processing entry text as it's being typed
by zentara (Cardinal) on Sep 15, 2012 at 10:44 UTC | |
|
Re: Tk: Processing entry text as it's being typed
by stefbv (Priest) on Sep 15, 2012 at 08:35 UTC | |
|
Re: Tk: Processing entry text as it's being typed
by Anonymous Monk on Sep 14, 2012 at 23:39 UTC |