Software Keyboard

  • Hy,

    I want to use the software keyboard of the Psion Handheld if the TextBox gets the focus.

    I use: PsionTeklogix.Keyboard.Keyboard.ShowIndicator();

    Unfortunately an NotSupportedException is thrown: Message:The request is not supported. (50) Source:PtxSdkCommon.dll

    Does anyone have an idea?

  • Halli Hallo Christian,

    Which device and OS are you using?

    MfG
    Jacques

  • Christian,

    In case it helps, let me bring to your attention the InputPanel class, which controls the soft input panel (SIP) for entering data on Pocket PCs and other Windows CE.NET devices.

    vvvv

    For your information, the Mobile Devices SDK ShowIndicator() or HideIndicator() APIs, when called, respectively brings up or hides the keyboard indicator.

    E.g.

    MfG
    Jacques

  • Thanks for the help, the InputPanel class works wonderfull. SmileYes