H HengeDK Member Licensed User Longtime User Aug 14, 2012 #1 Hi I have added to extra EditText fields in the designer When I use the keyboard and press Next the tab order is working on all fields except the 2 extra I added is there a option for tab order to set ??
Hi I have added to extra EditText fields in the designer When I use the keyboard and press Next the tab order is working on all fields except the 2 extra I added is there a option for tab order to set ??
H HengeDK Member Licensed User Longtime User Aug 15, 2012 #2 is there no way you can control the tab order of EditText ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 15, 2012 #3 There is no tab order. You will need to do it by code by handling the EnterPressed event. Upvote 0