Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Engineering

Making Gadgets Visible and Invisible in Frames

  • Last UpdatedOct 26, 2022
  • 1 minute read

To make invisible the gadgets owned by a frame, you can set the visible status of the frame to false. Conversely, to make them visible again you can set the visible status to true.

The frame’s visible property will automatically apply to all of its children, but will not overwrite their corresponding property values.

So, for example, if frame .f1 contains button .b1 and f1 and b1 both have Visible = true.

The command:

!!form.f1.visible = false

This will cause the frame and all its gadgets to be hidden, but the query:

!value = !!form.b1.visible

This will still return true.

TitleResults for “How to create a CRG?”Also Available in