Results 1 to 4 of 4

Thread: Qt4 and windows vista handwriting feature

  1. #1
    Join Date
    Jul 2008
    Posts
    24
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Qt4 and windows vista handwriting feature

    Hello everybody,

    Some of my users using Windows Vista on a tablet PC complained they could not input text using Vista's handwriting recognition feature. Apparently, they can do it with anything by my program. The popup icon that allows to enable handwriting just does not appear. I'm just using standard Qt widgets there - QLineEdit and so on.

    Edit: after some investigation, it appears that the input by itself works - what does not is that when using a pen, a popup icon is supposed to appear on top of input fields, to allow easy access to the input panel. This is the part that does not work as expected.

    I do not use Windows myself, so I cannot track this problem easily. But I'm wondering if anyone would know why this so - if there something to enable in order to use the handwriting feature in Qt apps?

    Thanks for any information,
    Alex.
    Last edited by Gnurou; 2nd April 2009 at 21:00.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt4 and windows vista handwriting feature

    An inputmethods plugin probably. I don't know if there is one for Vista's handwriting available so you might have to implement such a plugin yourself.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Jul 2008
    Posts
    24
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt4 and windows vista handwriting feature

    Thanks for your answer - after testing by myself (got hands on a vista, finally!) it appears that the only problem is that when using a pen, a little popup icon is supposed to appear next to input fields to get easy access to the input panel. This is what does not work with Qt apps. If the panel is raised by other means, input does actually work.

    Any idea or confirmation about this problem would be welcome - it is it confirmed as a Qt issue I could submit a bug report.

  4. #4
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt4 and windows vista handwriting feature

    could you please post smth like a snapshot of the issue..its really hard to get hold of your problem

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
  •  
Qt is a trademark of The Qt Company.