08-18-2008 10:58 AM
I have a need to differentiate between a mouse click event and a touch screen event on a numeric control. The system in development will have a touch screen for most users but will also have a keyboard and mouse. When selecting the numeric control via touch screen, a keypad pops up on screen. However, when a user clicks in the numeric control, I do not want the keypad to pop up and only let the user enter a new value with the keyboard. The LabVIEW (currently using LV 8.5.1) event structure treats both these events as the same. Does anyone know of a way to achieve this? Maybe even combining the LabVIEW event structure along with Windows API calls.
Thanks
08-18-2008 12:10 PM