09-06-2016 08:18 AM
Hello
I have CVI 2013 and for some project I use touch screen on windows 8 or 10.
When I press a button on the touch screen I get several events , and when I release the button I don’t get an even (EVENT_LEFT_CLICK_UP) .
With mouse it work prefect.
Do I need to use other events?
Please am advice
Thank you
09-07-2016 12:34 AM
Any help?
09-08-2016 10:19 AM
I found this other forum thread which seems to contain some relevant information.
http://forums.ni.com/t5/LabWindows-CVI/CVI-touchscreen-compatibility/td-p/239464
I suggest trying to use EVENT_COMMIT in place of EVENT_LEFT_CLICK_UP.
09-22-2016 01:51 AM - edited 09-22-2016 01:52 AM
EnableExtendedMouseEvents ();
its req toolbox.fp
you will get more event in that
11-03-2016 08:16 AM
I have tried the attached on the tablet under Win10. The touchscreen distingueshed EVENT_COMMIT (any touch of control) , EVENT_RIGHT_CLICK (long hold over control), and EVENT_LEFT_CLICK_UP (touch somewhere on the panel and release on the control). (Repeat from above reference)