[android-developers] InputMethodManager and it's active View

2011-02-01 Thread Jeremiah Sellars
I would like to know if there is any way to determine and set what view is active to the InputMethodManger. I have a scenario where attempting to show the soft keyboard is always returning false. Asking for imm.isActive() returns true so some view is active... but I have not been able to determine

Re: [android-developers] InputMethodManager and it's active View

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 3:43 PM, Jeremiah Sellars wrote: > The scenario I have is an AlertDialog containing a single EditText view. In > my main activity, I click a button that launches the Dialog. > I have something similar. The soft keyboard does not come up immediately, but does come up once yo