Hi lads, I'm running into trouble trying to make the software keyboard pop. I've already read all the posts related to that but unfortunately none helped me.
I tried toggleSoftInputFromWindow, showSoftInput, getWindow().setSoftInputMode() with all possible combinations and all possible flags. I don't have an EditText, so I even tried to create a fake one. I made the call from different listeners to make sure it was not a thread related issue. I tried to delay the thread a bit. Still, those methods always return false and therefore the keyboard doesn't show... BUT! Everything works as expected as soon as I minimize the application (by pressing Home) and restore the application. From then, the keyboard shows up without any problems. Any clues? Phil. PS : My phone has a hardware keyboard. -- 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

