merlin2049er Well-Known Member Licensed User Longtime User Apr 22, 2015 #1 I need to set focus on the top most edittextbox on the 2nd tab in my app. I switch between tabs within my app, but I guess users can also switch tabs if they'd like. So, would trapping on of these events work for both situations?
I need to set focus on the top most edittextbox on the 2nd tab in my app. I switch between tabs within my app, but I guess users can also switch tabs if they'd like. So, would trapping on of these events work for both situations?
Erel B4X founder Staff member Licensed User Longtime User Apr 23, 2015 #2 Set the focus in TabChanged event. Upvote 0