10-08-2019 03:44 AM
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?
Solved! Go to Solution.
10-08-2019 07:29 AM - edited 10-08-2019 07:31 AM
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
10-08-2019 08:51 AM
Thank you, I have pro version, just didn´t realize the options were right there.