saunwin Active Member Licensed User Longtime User May 19, 2017 #1 Good Morning all, I have an editext view in a panel. I would like the editext box to show the cursor and keyboard when the panel becomes visible. I know it's there some where !!! As always thanks in advance.
Good Morning all, I have an editext view in a panel. I would like the editext box to show the cursor and keyboard when the panel becomes visible. I know it's there some where !!! As always thanks in advance.
LucaMs Expert Licensed User Longtime User May 19, 2017 #2 If I understand well you need only to set the focus on the EditText. EditText1.RequestFocus. Upvote 0
saunwin Active Member Licensed User Longtime User May 19, 2017 #3 Thanks LucaMs - requestfocus puts the cursor in the box but the keyboard doesn't pop up until you press it. Upvote 0
Thanks LucaMs - requestfocus puts the cursor in the box but the keyboard doesn't pop up until you press it.
saunwin Active Member Licensed User Longtime User May 19, 2017 #5 Excellent - that works, Thanks LucasMs Upvote 0