Enhanced Icon Editor

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use custom icon editor without breaking reference to the NI icon editor LV 2011?

Hello,

We use a custom icon editor for many years now and it help a lot to be more productive. Since the introduction of the New NI Icon Editor we continue to use our custom IE but we use the New IE either for API vi with graphics. To do so we need to rename the lv_icon.vi that ship by NI to lv_icon_NI.vi and we called it dynamicaly from our IE.  But now the New NI Icon editor is built in .lvlibp and we cannot rename it because it is built. We tried to build NI IE with the source code by renaming lv_icon.vi and conbine it with our IE but this way we can't call the NI IE from our IE. This technique have a side effect to break some tools (NI LVOOP wizard, JGCODE Tools) that call the NI IE with the API.

Some one know how to get a custom IE that can call the NI IE without breaking other tools?

LabVIEW ChampionArchitect
0 Kudos
Message 1 of 2
(7,908 Views)

You can try to rename the lv_icon.lvlibp to lv_icon_NI.lvlibp and call the contained VI lv_icon.vi dynamically.

(Or continue to call lv_icon_NI.vi dynamically, but create this VI yourself. It can call lv_icon.lvlibp/lv_icon.vi statically.)

But this could also break some tools...

Maybe just install the IE from source and do not build a lvlibp.

0 Kudos
Message 2 of 2
(4,222 Views)