Hi I think you have to override the Key method and as soon as you get that DONE event you can use InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(myEditText.getWindowToken(), 0);
I am not sure whether it will match your exact requirement. -- Rahul Garg On Aug 17, 9:45 am, Randy McEoin <[email protected]> wrote: > I have this same problem and would also be interested in the solution. > > On Jun 24, 4:38 am, praveena ankitha <[email protected]> wrote: > > > hi all, > > > I have One AutocompleTextView and I want to make the virtual keyboard > > disappear when he hits "DONE" at the AutocompleTextView. So far, the buttons > > "NEXT"/"DONE" do nothing at all.... Unfortunately I found no resources > > addressing this problem. > > > Any suggestions? thanks in advance -- 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

