Makes an object visible.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
show object [with visual [effect] effectName [speed] [to finalImage]]
# Params
- object : Any open stack, or any control in an open stack. - effectName : The effectName, speed, and finalImage are described in the visual effect command. These three parameters operate the same way as they do with the visual effect command. - speed : - finalImage :
# Examples
show stack "project1"
show image "picture" with visual effect "barn door open"
# Description
Showing an object sets its visible property to true. You can also set the showInvisibles property to true to override the visible property and show all objects.
You can show a card without causing a script error, but doing so has no effect.
Showing a group shows all the controls in the group whose visible property is true.
# Tags
ui,
# See
- **keyword:** black - **property:** showPict, toolTip, imageSource, showInvisibles, visible - **command:** hide, answer effect, show groups, show cards, show taskbar, visual effect - **glossary:** object, command, property