Hello, I have an EditText with an OnFocusChangeListener attached to that does various things.
Sometimes this EditText is not visible on the screen so I have a button as a convenience to the user to show the EditText on the screen. To streamline the experience even more I would like to automatically select the EditText and programmatically cause the EditText to receive a focus event so all the various actions will happen. I know you can requestFocus() for an EditText and I would like help on how to programmatically cause the EditText to receive a focus event. 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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en