Sent to the current card when a stack window is brought to the front.
# Metadata
Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security:
# Syntax
resumeStack
# Examples
on resumeStack -- show a palette that only applies to this window show stack "Accessories" end resumeStack
# Description
Handle the resumeStack message if you want to perform some action when a stack window is made active.
The resumeStack message is sent whenever a stack window becomes the active window.
The actual window activation process is not triggered by the resumeStack message, so trap the message and not allowing it to pass does not prevent the stack window from becoming the active window.
# Tags
# See
- **control structure:** pass - **message:** resume, unIconifyStack, suspendStack - **function:** flushEvents - **object:** stack - **glossary:** trap, current card, message, active window, stack window