04-24-2017 01:42 PM
Hey All, I'm looking to make a dynamic element for my front panel that will contain a number of boolean controls that are named after file names in a folder. Best case I'd like something like this:
Right now, the best way I can think of to set this up is an array of clusters with disabled strings placed over the boolean buttons, however I'm thinking there must be a better way
Stretch goal: Is there also a way to display a Vi's icon in the front panel as an image? It would be nice to have something useful to break up the booleans that also indicates some level of information.
04-24-2017 02:55 PM - edited 04-24-2017 02:58 PM
Add a picture indicator to the cluster.
Use the VI.Icon Get as Image Data method to load the icon data for each of those VI's.
04-24-2017 03:17 PM