LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

WAVEFORM GRAPHS

Hi,

I am using a waveform graph in my application. I want to make it impossible for the user to show the pop-up screen when he is clicking with the right-mouse-button on the graph. Altough he should be able to change the values of the X- and Y-scales. So the only thing that should be allowed to the user is that he can change the values of the scales without changing the scale style or anything else (every other property of the graph). Is that possible?

Greetings

Davy
0 Kudos
Message 1 of 4
(2,964 Views)
See:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000C8A00000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_QUESTION_0=disable+right+click&USEARCHCONTEXT_QUESTION_S=0


2006 Ultimate LabVIEW G-eek.

Message 2 of 4
(2,964 Views)
Thanks Jonnie
0 Kudos
Message 3 of 4
(2,964 Views)
> I am using a waveform graph in my application. I want to make it
> impossible for the user to show the pop-up screen when he is clicking
> with the right-mouse-button on the graph. Altough he should be able to
> change the values of the X- and Y-scales. So the only thing that
> should be allowed to the user is that he can change the values of the
> scales without changing the scale style or anything else (every other
> property of the graph). Is that possible?
>

You can turn off popup menus for the entire panel, and either hide the
plot legend, scale legend, and cursor legend, or you can cover them with
transparent decorations.

To turn off the popup menus, go to the panel page in VI Settings or VI
Properties depending on the version.

Greg McKaskle
0 Kudos
Message 4 of 4
(2,964 Views)