epopov
02-23-2004, 07:51 AM
Hi,
I have next problem: my app has set of inputtext controls and I want to switch between by TAB key. I also want to set one of it selected by default.
There is a simple example in attachment.
I wrote problem step-by-step:
1. Open this test and type some test to all of inputs
2. Then switch to 3rd input by tab
3. Click on red rectangle.
4. Selection will be on the first input.
5. Press TAB => focus will be set to 4th input.
Expected: focus should be set to 2nd tab.
Can you explain me how to solve this problem?
Thank you.
I have next problem: my app has set of inputtext controls and I want to switch between by TAB key. I also want to set one of it selected by default.
There is a simple example in attachment.
I wrote problem step-by-step:
1. Open this test and type some test to all of inputs
2. Then switch to 3rd input by tab
3. Click on red rectangle.
4. Selection will be on the first input.
5. Press TAB => focus will be set to 4th input.
Expected: focus should be set to 2nd tab.
Can you explain me how to solve this problem?
Thank you.