resumeStack | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card |
Summary | Sent to the current card when a stack window is brought to the front. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Control 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. |
Tags | windowing |