I read few threads, I'm sorry but none of them works/answers the
simple scenario of:

1. I popup a dialog.
2. The dialog have EditText on it.
3. I want the keyboard to show up (without the need of clicking inside
the edit text).

I tried:

InputMethodManager imm =
(InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);

then I tried both:
imm.showSoftInput(et, InputMethodManager.SHOW_FORCED);

and:
imm.showSoftInputFromInputMethod(et.getWindowToken(),
InputMethodManager.SHOW_FORCED);

please help?

thanks,
Ori

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

Reply via email to