LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

API custom right-click menu in VIPM distribution

Solved!
Go to solution

Hi all,

I am developing API, which is part of VIPM distribution. I would like for VIs of this API to have the same options as, for example, boolean palette - when you place a boolean function on block diagram, there are right click options "boolean palette" - which directly shows you that palette and also "replace - boolean palette" which allows you to replace given function with other boolean function without being forced to go through entire functions hierarchy. This is possible for many other functions, I also noticed that for example OpenG and MGI toolkits have this implemented. Can anybody advice me on how to add this functionality to my toolkit?

0 Kudos
Message 1 of 3
(2,418 Views)
Solution
Accepted by topic author Rashek

This help documentation may help you: Add Palette to Library or Class

Unfortunately, the setting (in VI Package Builder) requires a Pro edition.

 

You can also do it by manipulating mnu files. This forum post describes a possible way to do this: Add Palette to Library or Class Bug


GCentral
Message 2 of 3
(2,374 Views)

Thank you, I have pro version, just didn´t realize the options were right there.

0 Kudos
Message 3 of 3
(2,358 Views)