Windows 8 Keyboard
-
Hey, guys!
Is there any way to make the windows 8 virtual keyboard pop up when a focus event is detected on a text field? The desktop app uses Qt 4.7, but if there is a solution using any other Qt version, I would be very interested as well.
Thanks.
-
Simply executing "C:\Program Files\Common Files\Microsoft Shared\ink\TabTip.exe" will popup virtual keyboard from windows 8. You will need then to refocus on your object....
-
Thanks, AcerExtensa, but, actually, I'm already aware of this possibility. I was looking for a more elegant solution.
3/3