LabVIEW Web UI Builder and Data Dashboard

cancel
Showing results for 
Search instead for 
Did you mean: 

Create Object in LabVIEW Web UI Builder

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? 

0 Kudos
Message 1 of 2
(5,997 Views)

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.

Kyle Hartley
Senior Embedded Software Engineer

0 Kudos
Message 2 of 2
(5,984 Views)