Link to home
Start Free TrialLog in
Avatar of bohiggy
bohiggy

asked on

ComboBox AutoLookup behavior

Here's what we're experienceing in a part of our app written with Delphi 6:

In a TComboBox that has many items in its list, a user can jump directly to a selected item if they type in the text of the desired item **really fast**   This typicak "auotLookup" behavior really does work, but you've gotta type quickly.  As you might guess, we have annoyed users who complain that if they pause at all while keying in the desired "jump to" text, to combobox loses track of thier request:

Example:  user wants to do an "autoLookup" of list member RL357 in the comboBox

if user types in RL357 extremely fast without pausing...the combo finds RL357 just fine
BUT
if a user types in RL, then pauses for a split second, then types 357...the combo forgets about the RL and jumps to the items in the list the begin with 357 instead.

I'm hoping the TComboBox has some "window of typing time" setting that I can adjust, but I can't find anything like that.  Are we stuck with the 'fast-typing' workaround or can the combox be altered to accomodate slower typing during autoLookup?

Thanks for  your thoughts!
Avatar of Mike Littlewood
Mike Littlewood
Flag of United Kingdom of Great Britain and Northern Ireland image

I understand this is a pain bohiggy, but I personally havent found any some of time property for the autocomplete.
I hope someone has a work around for this issue as I would be interested too.
ASKER CERTIFIED SOLUTION
Avatar of pcsentinel
pcsentinel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TheRealLoki
I can't seem to recreate this. what settings are you using in the combobox? e.g style and sorted. is the drop down list displayed when you do this or not.
I'm just not getting it, it's working as expected