openStack | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card |
Summary | |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: card Message: openBackground, resume Object: stack Glossary: object, trap, handler, message Control Structure: pass |
Description | Handle the openStack message to change a stack's objects, or perform other updates, when the stack is opened. The openStack message is sent after the stack is visible. To make changes that take effect before the stack becomes visible on the screen, use a preOpenStack handler instead of openStack. The actual opening is not triggered by the openStack message, so trapping the message and not allowing it to pass does not prevent the stack from opening. |
Tags | navigation |