Same exception..! On Sat, Sep 5, 2009 at 2:32 PM, Agus <[email protected]> wrote:
> InputMethodService ims = (InputMethodService) > (mActivity.getSystemService(Activity.INPUT_METHOD_SERVICE)); > ims.isInputViewShown(); > > > On Thu, Sep 3, 2009 at 6:00 PM, Anonymous Anonymous < > [email protected]> wrote: > >> classcast exception !! >> >> will this work trying to convert to InputMethodService ! >> >> >> >> On Thu, Sep 3, 2009 at 7:51 AM, Agus <[email protected]> wrote: >> >>> Have you tried this? >>> >>> InputMethodService ims = ( InputMethodService) >>> mActivity.getSystemService(Activity.INPUT_METHOD_SERVICE); >>> ims.isInputViewShown(); >>> >>> Agus. >>> >>> >>> On Wed, Sep 2, 2009 at 6:48 PM, Anonymous Anonymous < >>> [email protected]> wrote: >>> >>>> I doubt this is possible. >>>> >>>> >>>> On Tue, Aug 25, 2009 at 6:24 PM, for android <[email protected]>wrote: >>>> >>>>> probably this(i have not tried it though) >>>>> >>>>> >>>>> android-sdk-windows-1.5_r1/docs/reference/android/view/inputmethod/InputMethodManager.html#isActive(android.view.View) >>>>> >>>>> >>>>> >>>>> >>>>> On Tue, Aug 25, 2009 at 1:33 PM, aby <[email protected]> wrote: >>>>> >>>>>> >>>>>> Hi, >>>>>> Does anyone knows how to know current software keyboard is on screen >>>>>> or not in program? >>>>>> Thanks >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

