Jump to content

Custom Icon Editor

From LabVIEW Wiki
Revision as of 23:47, 10 March 2024 by Q (talk | contribs) (New Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Icon Editor like many other elements in the LabVIEW IDE are programmed in G. However, the Icon Editor is distributed as a PPL and is not editable. NI has distributed the source code for the Icon Editor through the forums to allow users to modify and build their own PPL replacement.

Getting the Source

You can get the source from the Enhanced Icon Editor forum. It will also be included here for accessibility:

To Install

To install the code, do the following:

  1. Rename [LabVIEW 20xx]\resource\plugins\lv_icon.lvlibp, the shipping icon editor, to lv_icon.lvlibp.ship to "hide" it.
  2. Archive [LabVIEW 20xx]\vi.lib\LabVIEW Icon API to preserve the shipping copy. Use your archive program of choice (e.g. 7-Zip).
  3. Open the attached ZIP file and copy the two directories into your [LabVIEW 20xx] directory. This installs the code into [LabVIEW 20xx]\resource\plugins\lv_icon.vi with associated support files.