08-15-2016 08:23 AM
Dear all,
I have a number of issues with an application (build with Labview 2015SP1) running on a Windows 10 Surface tablet. Hopefully you can help me out with this. These are the issues:
Any help is appreciated.
Best regards,
Jeroen
08-15-2016 12:01 PM - edited 08-15-2016 12:02 PM
2) I guess you need to scroll your VI (property, linked to Pane -> Origin) or move window (property VI -> FP window -> Window bounds) to ensure text field is visible
08-15-2016 05:40 PM
LabVIEW text fields are not standard Windows text controls but entirely rendered and handled by LabVIEW itself. Therefore as far as Windows is concerned there is no text, numeric or any other control on the window.
If you want to have a keyboard to show up, you have to implement that in a LabVIEW event structure yourself. You could intercept the mouse down event and then open the "osk.exe" file by using the System Exec function in LabVIEW.
In this post is a VI which makes sure to disable the virtualization in order to make this also work in 32 bit LabVIEW on a 64 bit Windows system.