LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to include picture rings in a shortcut menu, just like the Point Style and Line Style rings in the Plot Properties or Curosr Attributes menu for an XY Graph?

>Is there a way to include picture rings in a shortcut menu, just like the
Point Style and Line Style rings in the Plot Properties or Curosr Attributes
menu for an XY Graph?



Not really. You can make your own popup VI that pops up on a right click
event. You'll have to program the VI so it pops up at the correct location.



Regards,



Wiebe.


0 Kudos
Message 2 of 5
(2,635 Views)
Thanks for the reply Wiebe!
There is a problem with the approach you suggested. Though the event structure recognizes menu activation and selection, it does not recognize mouse moving from one menu item to the next so that one pop up VI can be closed and the next one opened.
0 Kudos
Message 3 of 5
(2,628 Views)
Hi Ravi,

you can detect the mouse-right-click and simulate the menu by a popup-vi! No need todetect any mouse moves as there is no real menu shown...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,624 Views)
Thanks Wiebe and GerdW! It was a lot of work upfront but it worked out great.
0 Kudos
Message 5 of 5
(2,600 Views)