Technokrat
Programmer
I need to trap characters in Objective Grid Combobox, when the dropdown is active.
The way the control currently works it that it is only catching and jumpting to the list based on one character.
For example, lets say the user wants to select MUSTARD from the list and this is the 17th item in the M's section. They would have to hit the M key 17 times to reach the MUSTARD option. What they want to do is to start to type the word one char at a time until they hit it (eg- they might have to type M, U, and S to reach MUSTARD, but 3 keystrokes is still better than 17).
How can I trap the keystrokes when the dropdown for the combobox is active. Currently, the keypressed function only fires when the dropdown is NOT active.
The way the control currently works it that it is only catching and jumpting to the list based on one character.
For example, lets say the user wants to select MUSTARD from the list and this is the 17th item in the M's section. They would have to hit the M key 17 times to reach the MUSTARD option. What they want to do is to start to type the word one char at a time until they hit it (eg- they might have to type M, U, and S to reach MUSTARD, but 3 keystrokes is still better than 17).
How can I trap the keystrokes when the dropdown for the combobox is active. Currently, the keypressed function only fires when the dropdown is NOT active.