LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
EricC.

Popup on right AND left clic

In LabVIEW we have the popup menu on right click. But from time to time, would be nice to have the same functionality on the left click. This would create more interactive interfaces.

Example: When using 'ring', it helps to have menus and submenus.

Example: For tables, it helps to have a list by clicking in a cell.

 

19753i203530166FEB9D81

 

Ingénieur d'Application / Développeur LabVIEW Certifié (CLD)
Application Engineer / LabVIEW Certified Developer (CLD)
2 Comments
tst
Knight of NI Knight of NI
Knight of NI

The code needed to do this today is extremely simple (note the question mark in the event):

 

19789i1AC2D19FF0938892

 

 

I don't think there's any need to add anything to LV to do this.


___________________
Try to take over the world!
Darren
Proven Zealot
Status changed to: Already Implemented

Already possible with event handling as described by tst here: http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Popup-on-right-AND-left-clic/idc-p/1193963#M6632