Cannot use "Tab" button in textbox to foucs on other control

B

Benjamin65535

Hi! All.
I got some problem in developing .net CF program.
My situation is that. I have two Textboxes in a form, my boss need me
to well define the tab index although it is a smart device program.
However, in some cases, after I inputted some characters in the a
textbox and then I press "Tab" button either my keyboard or emulator
input keyboard, the program is still focused on the original textbox
but not focused on the next textbox or control.
I found that if I input one alphabet or some 2 and 3 alphabet
combination, the problem occurred. If I input more than 3 alphabets,
the "Tab" button work normally.
Is this the bug of .net CF? Can it be solved?
Thanks for help.
 
J

Jin Chang

Hi! All.
I got some problem in developing .net CF program.
My situation is that. I have two Textboxes in a form, my boss need me
to well define the tab index although it is a smart device program.
However, in some cases, after I inputted some characters in the a
textbox and then I press "Tab" button either my keyboard or emulator
input keyboard, the program is still focused on the original textbox
but not focused on the next textbox or control.
I found that if I input one alphabet or some 2 and 3 alphabet
combination, the problem occurred. If I input more than 3 alphabets,
the "Tab" button work normally.
Is this the bug of .net CF? Can it be solved?
Thanks for help.

I think the Emulator has a bug when it comes to the tab-key not
working properly at times. Sometimes, the tab-order gets reversed
too. Try it on the real device and it should work.

- Jin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top