cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Index for UI elements

Former Member
0 Kudos

Hiii Everyone,

I have a view which is like an entry form and i want to set the focus for the elements in the series in which they are displayed on the view.

e.g Firstly I have sat the focus on Name then when i press tab from the keyboard it should set the focus to the Address input field.

Can anyone tell me how this can be done???

Thanks

Ishita

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ishita,

On tab press the traversal happen as the order that you placed the controls in your view. And if you are using multiple Transparent Containers or any other containers in the view; that would give the same problem that you described before.

Try with only one container and most likely use Matrix layout for good arrangement of UI elements. This time it will work.

Regards

- Vinod

*

Former Member
0 Kudos

Hi,

Place the components in the respective order at design time, as you are using tab based navigation framework will take care of the positioning of cursor to the respective fields.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

I have already placed the UI elements. Is there another way out??? bcoz i cannot remove them all it would be more time consuming and tedious.

Regards

Ishita