07-24-2012 05:27 PM
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?
07-24-2012 08:01 PM
07-25-2012 03:37 AM
I guess Value change on the controls aren't enough? If so, it'd work good with touchscreen also.