resumeStack

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
resumeStack
Associationscard
Summary

Sent to the current card when a stack window is brought to the front.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
on resumeStack -- show a palette that only applies to this window
  show stack "Accessories"
end resumeStack
RelatedControl Structure: pass
Message: resume, unIconifyStack, suspendStack
Function: flushEvents
Object: stack
Glossary: trap, current card, message, active window, stack window
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 trapping the message and not allowing it to pass does not prevent the stack window from becoming the active window.

Tagswindowing