LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Front panel class objects are missing their icons in the runtime engine

I have this project that contain some class objects. When run in the developer environment, the icons appear fine.

 

Dev.png

 

However when I build as an executable and run it in the runtime engine, the icons are missing.

 

Built.png

 

These missing icons are purely cosmetic and the underlying logic works without a problem. Is there anyway to get these icons to display when built as an executable?

0 Kudos
Message 1 of 2
(2,078 Views)

Known issue, see http://lavag.org/topic/12980-class-control-icon-not-shown-in-run-time/

 

EDIT: have you considered just making that control invisible?  Takes a bit of manipulation of property nodes and references but you can do it as shown:

hide cluster element in array.PNG

0 Kudos
Message 2 of 2
(2,073 Views)