08-07-2012 04:46 AM
Is there a way to click a button to create or delete a front panel object (e.g. a string indicator, a chart) when the program is running?
Can Python (by editing event) solve this problem?
08-08-2012 08:46 AM
Hey Lawrence,
I don't believe there is a way to delete a front panel object but you can certainly hide an object. You can do this in python but you should be able to do this with the event and a property. Try using the opacity value 0 being unseeable and 1 being visible.
Hope this helps.