12-21-2010 06:01 AM
Hi guys,i created my llb source library and i want to distribute them,putting in userlib folder with the associate mnu file.When i save the palette changes labview modified the dir.mnu(that link to my own mnu file) contains in userlib folder.ok,now i suppose that the user have already his personal palette file mnu under userlib(dir.mnu),how can he do to install my library avoiding to modified her palette ???
12-21-2010 11:10 AM
Instead of modifying the dir.mnu file create your own independent menu file so that when you install your library you put your own menu file in the user.lib folder.
12-22-2010 06:49 AM
This are the general rules for user.lib auto palette creation:
So what I normally do:
So my general setup looks like this:
-built
--mytool.mnu
---_mytool
---foo.vi
---bar.vi
Then in an installer I copy everything in built to user.lib
Ton