LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programmatically generate a right click event?

Solved!
Go to solution

I am using a table with a dynamic shortcut menu. I would like to show the shortcut menu with a left click rather than a right click. Is it possible to generate a shortcut menu activation event?

=====================
LabVIEW 2012


0 Kudos
Message 1 of 2
(3,135 Views)
Solution
Accepted by topic author SteveChandler

Use the Mouse Down? event (notice the question mark) and use the right terminals to change the button to 2 (or whatever the RMB value should be). This will turn a left click into a right one.


___________________
Try to take over the world!
Message 2 of 2
(3,125 Views)