LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

vi scripting

Solved!
Go to solution

I have added two items to tools menu in LabVIEW by placing the VIs in "..\LabVIEW 2014\project" folder. Now how can I disable/fadeout one of the item? Is there any way to do it programmatically?

0 Kudos
Message 1 of 3
(3,344 Views)
Solution
Accepted by topic author SivaShankar

There is currently no way to manipulate the appearance of items in the Tools menu that are based on VIs in the project folder.

Message 2 of 3
(3,303 Views)
Solution
Accepted by topic author SivaShankar

If you have some tool and you want it to be somewhat context aware, you might want to look into QuickDrop shortcuts, or the right click framework built into LabVIEW 2015.

 

Or you can have the option enabled in the tools menu, but then when you run it it might detect that it should be greyed out and tell you, or not allow you to do anything.

Message 3 of 3
(3,255 Views)