LabVIEW Web UI Builder and Data Dashboard

cancel
Showing results for 
Search instead for 
Did you mean: 

Why „visibility“ property (LabVIEW WEB UI Builder) for various controls and indicators cannot be changed programmatically?

Why „visibility“ property (in LabVIEW WEB UI Builder) for various controls and indicators cannot be changed programmatically? When I click on the small dot at the right of “Visibility” property, the pop-up menu (with “Access from Diagram” option) does not show. How can I make control or indicator invisible programmatically?

0 Kudos
Message 1 of 3
(6,033 Views)

The Visibility property is an enum type (Visible, Collapsed) and currently we do not support enum types on the diagram.

0 Kudos
Message 2 of 3
(6,029 Views)

Another way to make a control visible or invisible: you can also set the "Opacity" (to 0 or 1), and this is available on the diagram now.

0 Kudos
Message 3 of 3
(6,027 Views)