LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

text to icon converter for LabVIEW icons

I'd like to be able to type a text phrase and have it end up on the icon of a VI. Is there a tool to do this? I find text more useful than pictures on the icon of a VI.

Here are some features I'd implement if I were to build this from scratch:
* On the icon, use "Small Fonts" font, size 8, all caps as this is the most efficient use of space that I know of.
* If a phrase is too large to fit on the icon, suggest ways of abbreviating or hyphenating some words. Have the application learn what I want to do over time, or at least how I like to abbreviate various words.
* Pick the text from the name of the VI, whether it uses "CamelNamingLikeThis", "unix_style_naming", or simply spaces between names.

Bruce
0 Kudos
Message 1 of 4
(3,768 Views)
You can import an image of the icon. 32 x 32 pixels. You could make something with the picture control and draw text on the picture.
0 Kudos
Message 2 of 4
(3,761 Views)
Or you can get some inspiration here

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 3 of 4
(3,747 Views)
Thanks Ton, that LAVA post is a perfect starting point. It contains the core of what I want to do.

Bruce
0 Kudos
Message 4 of 4
(3,732 Views)