I guess Window.setSoftInputMode() with http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_ALWAYS_HIDDENshould do the trick. Haven't tested it though.
On Mon, Sep 7, 2009 at 2:19 PM, kalyan simhan <[email protected]>wrote: > Hi all.. > Is there any way to prevent the soft keyboard from appearing through out my > application?? > I have implemented my custom keyboard and do not want the soft keyboard > from appearing > on focus of the EditText. is there any way or is setting the input type > for each EditText as > TYPE_NULL the only way.Kindly help! > 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 -~----------~----~----~----~------~----~------~--~---

