If you have an EditText field, pretty easy: use setSelection to set the selection and the cursor position - just set it to the length of the text in the box, i.e. textBox.setSelection(textBox.getText ().toString().length()).
- michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

