Hi! How does one determine the position of the cursor in android.widget.EditText?
I am dealing with a situation where the user should be able to touch the text view, positioning the cursor where their finger touched, and then be able to press a virtual "backspace" button (on the screen), expecting to erase the character before the cursor. It is my understanding that I need the cursor position in the substring to the task of deleting the preceding character. It seems as though getCursorPosition() is missing. Any information in this regard will be greatly appreciated. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

