B4J Question How to set an elements tab property/index

TorontoJim

Member
Licensed User
Longtime User
I have a form with multiple textfields. I would like the user to be able to use the TAB button to navigate through the boxes in a logical order.

The properties window does not have a TabIndex property or anything remotely close to that. I looked at the Core documentation for textfield and don't see anyway to set it there.

How does one specify the order to tab through elements? Other than telling where the cursor to go when the object loses focus, which is clunky.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can drag and drop the views in the views tree to change the tab order:

SS-2016-03-25_08.46.28.png
 
Upvote 0
Top