LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse Down event does not work with Touchscreen

I am using an touchscreen for my LabVIEW application. I have several mouse down and mouse up events in an event structure. When I try it on the development machine (WinXP, mouse) everything works correctly with the VI and the executable. When I deploy the executable to the destination PC (Win7, touchscreen) the mouse down event does not seem to trigger until I lift my finger off the control and then the mouse up event occurs immediately after (nearly simultaneous). It does work when I use a mouse on the destination PC. My guess is that it is an issue with a touchscreen itself. Any ideas?

0 Kudos
Message 1 of 3
(3,336 Views)
I have seen similar issues with a touchscreen. Usually the device ships with some calibration software... In my case there were options available for how "mouse click" events should be interpreted.
0 Kudos
Message 2 of 3
(3,328 Views)

I guess Value change on the controls aren't enough? If so, it'd work good with touchscreen also. 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(3,306 Views)