04-21-2011 12:09 PM
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?
04-21-2011 12:57 PM
The Visibility property is an enum type (Visible, Collapsed) and currently we do not support enum types on the diagram.
04-21-2011 01:08 PM
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.