LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
michael.wagner

Disable Run-Time Shortcut Menu

Status: New

There is no way how to programatically disable the Run-Time Shortcut Menu with a property node.

The only way is to work with event structures what is quite unhandy:

https://forums.ni.com/t5/Example-Program-Drafts/Disable-Right-Click-menu/ta-p/3500824

2 Comments
daniel_rudaz
Member

You can put a Property Node

Select class VI (VI server->VI->VI)

Select Front Panel Window -> Allow Runtime PopUp

 

It acts like the menu VI property, Window Apparence, Customize, Allow default run-time shortcut menus.

Enrico_Segre
Active Participant

You can put a Property Node

Select class VI (VI server->VI->VI)

Select Front Panel Window -> Allow Runtime PopUp


but this affects the whole FP and not atomically to the control.