Results 1 to 2 of 2

Thread: Numeric keys/keypad problem

  1. #1

    Default Numeric keys/keypad problem

    Android application does not register numeric keys. Example:

    Qt Code:
    1. Rectangle {
    2. id: box
    3. width: 320; height: 480
    4.  
    5. focus: true
    6. Keys.onPressed:
    7. {
    8. console.log("Key: " + event.key);
    9. }
    10. }
    To copy to clipboard, switch view to plain text mode 

    Num Lock OFF: Key: 536870961
    Num Lock ON: Key: 536870961

    I've also tried Calqlatr example http://doc.qt.io/qt-4.8/http://doc.qt.io/qt-5/qtquick-demos-calqlatr-calqlatr-qml.html.
    Same problem.

  2. #2

    Default Re: Numeric keys/keypad problem

    Update: key is registered, but the digit doesn't show in textbox (for example).

Similar Threads

  1. keys on keypad of ARM based iMX25(freescale) board is not responding.
    By sanjeet in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 29th August 2013, 14:34
  2. Implementing Keys : 1, a, b, c in QWSServer::Keypad
    By ramsarvan in forum Qt Programming
    Replies: 1
    Last Post: 18th May 2011, 11:59
  3. Create a numeric keypad Dialog
    By gt.beta2 in forum Newbie
    Replies: 11
    Last Post: 27th January 2009, 17:40
  4. numeric value problem...
    By ocascante in forum Qt Tools
    Replies: 3
    Last Post: 2nd July 2007, 18:25
  5. Detecting KeyPad Events from my Keypad
    By Svaths in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 18th August 2006, 08:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.