"Gabor Szabo" <[EMAIL PROTECTED]> writes: > I'd like to create a list of items and let the user select one of them. > I'd like to let the user use the first character of each value to jump > to that value. > I tried to use Wx::SingleChoiceDialog but I could not figure out how > to tell it to let the user use the first letters. > > Is there a way to do that or shall I just use another solution > using Wx::Treebook ?
Maybe this module is informative. It displays a list of items like this: 1234 Blah 1356 Blih ... You can select an item by incrementally searching on its number by typing digits, or search on the text by typing letters. Of course, scrolling, mousing, arrowing and clicking is also possible. It contains all of the magic to intercept keys and act accordingly, -- Johan
ListDialog.pm
Description: Binary data
