Enhanced Icon Editor

cancel
Showing results for 
Search instead for 
Did you mean: 

Add more glyphs?

Is is possible to add more icons to the Editor?

In the old (customised) versionit would pick up all the PNG files in the associated directories.

Taking a quick peek at the code for the new editor it seems they are stored in Glyphs.bin (as well as in actual directories)?????

Is the Glyphs.bin file automatically updated if I copy new icons in and run the icon editor? I can't seem to find in the code where this is done though.

Neil

0 Kudos
Message 1 of 3
(5,492 Views)

OK, I was dumb in that I didn't even try it before posting!

If you copy new files then restart LV it will list them!

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

Hey Neil,


you don't even need to restart LabVIEW to make the new glyphs visible. Just restart the Icon Editor.

The reason why there is double buffering is the load time of the glyphs. If we wouldn't have an intermediate file (in our case a simple binary file), the population of all glyphs would take forever.

Therefore, when the IE is launched, we load the glyphs from the bin file and afterwards we update the bin file and the UI with the current stack of glyphs.

Thanks,

Tom

0 Kudos
Message 3 of 3
(3,741 Views)