08-03-2012 03:12 PM
I have this project that contain some class objects. When run in the developer environment, the icons appear fine.
However when I build as an executable and run it in the runtime engine, the icons are missing.
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?
08-03-2012 04:19 PM - edited 08-03-2012 04:24 PM
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: