S Smee Well-Known Member Licensed User Longtime User Nov 3, 2011 #1 I have an edittext box which displays some text. How do i position the cursor at the end of the text ready for more input? Thanks Joe
I have an edittext box which displays some text. How do i position the cursor at the end of the text ready for more input? Thanks Joe
mrossen Active Member Licensed User Longtime User Nov 3, 2011 #2 Have you tried edittext.selectionStart ? Upvote 0
S Smee Well-Known Member Licensed User Longtime User Nov 3, 2011 #3 mrossen said: Have you tried edittext.selectionStart ? Click to expand... thank you That did the trick Upvote 0
mrossen said: Have you tried edittext.selectionStart ? Click to expand... thank you That did the trick