Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User stevensei's Avatar
    Join Date
    May 2009
    Posts
    23
    Hi all,

    I want to catch when the software input panel is hidden (or when user click the "Green check" button). Is there a way to do that?

    Thanks.

  2. #2
    Nokia Developer Moderator gnuton's Avatar
    Join Date
    Mar 2009
    Posts
    1,024
    I cannot see a way to achieve that with QML (http://doc.qt.nokia.com/latest/qml-textinput.html)
    nor with Qt using QWidget::inputMethodQuery on the QDeclarativeView.
    IIRC Qt doesn't keep the status of the IM. It just sends show/hide messages to the IM Window when needed.

    BTW I cannot see a valid usecase for this. Could you explain more on what you are going to achieve?

  3. #3
    Registered User stevensei's Avatar
    Join Date
    May 2009
    Posts
    23
    What I'm going to do is When user close the input panel, I will do something such as add the item to the listview, or search something.

  4. #4
    Nokia Developer Moderator gnuton's Avatar
    Join Date
    Mar 2009
    Posts
    1,024
    That's not a good usecase.
    If the user is typing and he presses accidentally the right button (placed next to Space bar on the N8), the widget loses the focus and the software keyboard is closed.
    Your application will so add wrong text to the list and user will get crazy.

    I think you can just add a OK/ADD button next to the input text widget that the user can press when he is ready.
    Does it sound a viable solution for u?

  5. #5
    Registered User stevensei's Avatar
    Join Date
    May 2009
    Posts
    23
    But if I want to search something, the solution you mentioned is not a good usecase too.

Similar Threads

  1. How can I input my handwriting recognition software to 7710
    By hydlx in forum Symbian Tools & SDKs
    Replies: 2
    Last Post: 2006-06-16, 14:11
  2. NMIT: problem with seeing phone sdk's in sdk control panel
    By ulucan_serkan in forum Mobile Java Tools & SDKs
    Replies: 0
    Last Post: 2004-06-18, 09:45

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved