I am using Qt with a Windows Mobile 5.0 device that has a QWERTY keypad,
and I have developed an application that responds to key press events.
For the most part, things work as expected:  I press a key on the keypad
and I receive the corresponding event in my class.  However, some of the
keys double as numerical keys (i.e. the U key becomes the number 1 when
the FN button is pressed).  If I press any of the keys that double as
numerical keys, then I don't receive the key press event until I tap the
widget using the stylus on the display.  Once I tap the display, then
the event is immediately received.

 

Has anyone else experienced similar issues?

 

- George

_______________________________________________
Qtce-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback

Reply via email to