For the life of me, I cannot figure out how to implement InputMethodManager. Every time I include it anywhere in my code, the SDK (Eclipse plug-in) complains it doesn't exist and whether I would not want to implement a new class, interface, enum, etc. instead.
All I want to do is show the soft keyboard for a dialog window which requires text input via an EditView. How exactly do I need to go about this? Thanks! On Jul 27, 3:50 am, Rain <[email protected]> wrote: > Thanks for your response. > I've tried to use the IInputMethod.showsoftinput/hidesoftinput in > Ubuntu for compiling,but it can't go through and feeds back that the > class "IInputMethod" can not be found. Else i search the class in > source code and find it.So could you tell me why? > > On 7月27日, 下午2时07分, Zsolt Váradi <[email protected]> wrote: > > > > > On Mon, Jul 27, 2009 at 4:59 AM, Rain<[email protected]> wrote: > > > > Thanks Evan > > > > I'm sorry to forgot to say that may SDK is 0.9 Beta,so the inputmethod > > > class is not inclued,besides that,i want toopenorclosethe key > > > board not using in an activity.Could you tell me some way else to > > > solve my problem? > > > Thanks for your response. > > > You have to update your SDK to 1.5. There was nosoftkeyboardbefore that :P > > > Zsolt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

