On 22 October 2010 16:57, [email protected] <[email protected]> wrote:
> I currently pop up a custom dialog with an EditText in it. Currently
> the keyboard will only pop up when the user clicks "into" the
> EditText.
>
> Is it possible to get the keyboard to pop up for the EditText as soon
> as the Dialog loads?
>

http://developer.android.com/reference/android/view/inputmethod/InputMethod.html
showSoftInput()?

-- 
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

Reply via email to