requestFocus() moves cursor to edit box, but does not highlight it. I want to highlight it like as if it was touched.
feedback
|
|
Try this:
The first parameter startIndex is the point in the string where you want to begin highlighting and the endIndex parameter is the point where you want to stop highlighting. If you want to select all of the text use this instead:
| |||||
feedback
|
|
I found a bug. My code was some thing like this:
It moved cursor to new 'edit', but did not highlight it. This fixed it:
| |||
|
feedback
|