11-26-2013 09:17 AM
Hi,
Is there an option to remove or disable some of hte RTM of plot legend.
I want to remove/disbale X Scale, Y Scale and Export options from the RTM of plot legend. Is this possible?
Thanks,
Ritesh
11-27-2013 11:10 AM - edited 11-27-2013 11:11 AM
Disabling object menu items is not supported in LabVIEW and I can't think of any way to do that. You may try playing around with property nodes to see if you can find another way of limiting the user's access to the menu as a whole but selectively removing or disabling menu items is beyond the scope of LabVIEW programming.
12-02-2013 10:58 AM - edited 12-02-2013 11:01 AM
You can disable the user from interacting with the graph all together by disabling the control (Advanced >> Enabled State) of course then the user can't do things like move the graph around or zoom in on parts of the graph. You could then do things like enable the graph if the user didn't click on the plot using the event structure and the Mouse Down? event. Still that would disable the entire plot menu and not just the ones you are interested in.
EDIT: There is an Advanced >> Disable Plot Legend which is a simple way to disable all menu items on the plot, but still not the solution you want.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord