11-19-2015 11:28 PM
Guys i am new to Labview.I want to Develop a programme where i want to achieve 2 things
1.take snap shot of one object and display it on front panel by webcam.
2.if a sigle click of mouse pointer anywhere on Block Diagram then it must display "ONE". for double clicks it must display "TWO" such that it must work for 4 clicks
i got to know image capture and display part but i am not getting how to do other part.Pls find attached vi and help me out in achieving other part:manhappy:
11-20-2015 01:52 AM
Hi sharks,
please use more dexcriptive thread titles. "Basic question" will yield in answers like "read the help and go through tutorials" 😄
On point 2:
Why do you want to detect mouse clicks "on block diagram"? The user never sees the block diagram, all he gets is the front panel!
To detect mouseclicks in the front panel you should use the event structure with a mouse click event. It will tell you the position of the mouse, the mouse button used to click and even if it was a double click…