LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Thoric

A tool for managing custom control symbols

Status: New

Does anyone else find having to create code to customise a listbox or table symbol a little frustrating? If I want to insert a number of custom symbols into a listbox I have to create code to load images and programmatically alter the embedded symbols, run the VI, then delete the code. But what if the listbox is already a part of a large VI? It's not always so easy to insert the necessary code for this one-time execution.

 

I would like to see a tool to enable customisation of the listbox and table symbols. A tool that can be launched easily, such as from the right-click menu, with some of the useful features of the new Icon Editor such as access to a list of Glyphs, and perhaps the ability to build a database of project-related symbols that can be pasted as a block into controls, perhaps by dragging and dropping from the LabVIEW project tree.

 

There currently exists a Right-Click-Framework tool that gives us something close to this, but it would be nice to have something built into the LabVIEW Developement Environment.

 

 


 

customise_symbols_programmatically.jpg

Existing Method: example code snippet for programmatically customising symbols (painful)

 

Right-Click-Framework: the Symbols Wizard, a plugin for the Right-Click-Framework, for managing custom symbols

Thoric (CLA, CLED, CTD and LabVIEW Champion)


1 Comment
Thoric
Trusted Enthusiast

For those interested, I migrated the symbols wizard to the Quick Drop plugin. It's easier to access from there: https://decibel.ni.com/content/docs/DOC-25938

Thoric (CLA, CLED, CTD and LabVIEW Champion)