LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Popup menu in controls

How can I make popup menu of controls disabled for the user (especially for
waveform Graph or XY Graph).
In case it would be impossible how can I control Cursor and Scale legend
programmatically (visibility).

Gregor
0 Kudos
Message 1 of 4
(3,208 Views)
To disable all, go to VI Properties>Window Appearance>Customize and uncheck Allow Run-Time shortcut Menu.
0 Kudos
Message 2 of 4
(3,208 Views)
> How can I make popup menu of controls disabled for the user (especially for
> waveform Graph or XY Graph).
> In case it would be impossible how can I control Cursor and Scale legend
> programmatically (visibility).
>

To programmatically control the visibility of the cursor legend and
scale legend, show the item, then popup on the edge of the legend and
Create a Property node. The node will now work the same as on any other
control.

Greg McKaskle
0 Kudos
Message 3 of 4
(3,208 Views)
That's it what I need

Thanks a lot
Gregor

Uzytkownik "Greg McKaskle" napisal w wiadomosci
news:3D93BB6C.3090205@austin.rr.com...
> > How can I make popup menu of controls disabled for the user (especially
for
> > waveform Graph or XY Graph).
> > In case it would be impossible how can I control Cursor and Scale legend
> > programmatically (visibility).
> >
>
> To programmatically control the visibility of the cursor legend and
> scale legend, show the item, then popup on the edge of the legend and
> Create a Property node. The node will now work the same as on any other
> control.
>
> Greg McKaskle
>
0 Kudos
Message 4 of 4
(3,208 Views)