12-18-2009 02:49 AM
Hi,
I have made one dialog having the following strings-
Apple
Banana
Carrot
Eggs
Sunflower
I have put doModal method for select the choice.
In this case if I want to go to the Eggs, I have to scroll down as the current focus is on Apple.
Now I want the focus on the Eggs on pressing the E from the keyboard.
I have overrided the method keyChar for getting the string started with the pressed charecter.
How it can be done??
Please help me...
12-18-2009 09:37 AM
Can you post the code that creates the Dialog, and then we can suggest what to change in it. Cheers