visible property is shown in the following illustration.

The example above shows the visible property animated using a value binding. The value binding is linked to a writable point that passes its true or false value to the visible property so that it is visible (true) or hidden (false).
Note the following visibility characteristics:
visible property functions in Hx exactly as it functions in Px.visible property updates every 5 seconds.The following illustration gives a comparison of how a simple use of the visible property displays in a browser using the WbApplet and using Hx (no applet).

Note the following about this example:
visible property that is bound to and animated by the value of the boolean point.true"false"true" boolean point value sets the ARMED label visible property to "true" and the SAFE label "visible" property to "false" as defined by their respective "visible" properties using the visible dialog box.false" boolean point value sets the ARMED label visible property to "false" and the SAFE label visible property to "true" as defined by their respective visible properties using the visible dialog box.visible property is the same in both Px (WbApplet) and Hx rendered views in the browser.
Copyright © 2000-2014 Tridium Inc. All rights reserved.