Hide window pushbutton
- Last UpdatedJul 26, 2024
- 1 minute read
If a named window does not exist at the time the link is generated, a warning is logged. The link is generated without any action for the window. At least one of the named windows must exist, or the HideWindow animation link is not imported.
The following elements can be specified for a hide window pushbutton animation link.
|
Element |
Description |
|---|---|
|
Title |
Object name. Optional. |
|
WindowName |
Name of window to hide. There must be at least one window name specified or this animation link is not added to the object. |
Example:
<ButtonHideWindow>
<Title>ButtonHideWindow1</Title>
<WindowName>
<![CDATA[Window001]]>
</WindowName>
<WindowName>Window002</WindowName>
<WindowName> <![CDATA[SliderWindow]]> </WindowName>
</ButtonHideWindow>