[android-developers] Re: Hiding Soft input like using BACK buton

2009-07-26 Thread skyman
*bump* On 20 Lip, 09:30, skyman wrote: > *bump* > > On 13 Lip, 16:48, skyman wrote: > > > *bump* > > > On 11 Lip, 16:13, skyman wrote: > > > > Hello, > > > > In my app I have AutoCompleteTextView and "search" button. > > > When user clicks "enter" or "search" an Intent is fired and new > > > A

[android-developers] Re: Hiding Soft input like using BACK buton

2009-07-20 Thread skyman
*bump* On 13 Lip, 16:48, skyman wrote: > *bump* > > On 11 Lip, 16:13, skyman wrote: > > > Hello, > > > In my app I have AutoCompleteTextView and "search" button. > > When user clicks "enter" or "search" an Intent is fired and new > > Activity is started. > > But in that "new" Activity SoftInput

[android-developers] Re: Hiding Soft input like using BACK buton

2009-07-13 Thread skyman
*bump* On 11 Lip, 16:13, skyman wrote: > Hello, > > In my app I have AutoCompleteTextView and "search" button. > When user clicks "enter" or "search" an Intent is fired and new > Activity is started. > But in that "new" Activity SoftInput should be invisible, so I make > ((InputMethodManager)get