resume | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card |
Summary | Sent to the current card when the application is brought to the foreground. |
Introduced | 2.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Control Structure: pass Message: focusIn, suspend, startup, openStack, resumeStack Glossary: application, current card, message, trap |
Description | Handle the resume message if you want to perform some action when the application is made active. The resume message is sent whenever the user switches back to the application from another program. The actual switch is not triggered by the resume message, so trapping the message and not allowing it to pass does not prevent the user from switching into the application. |