resume

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
resume
Associationscard
Summary

Sent to the current card when the application is brought to the foreground.

Introduced2.0
OSmac, windows, linux
Platformsdesktop, server
Example
on resume
  show stack "Toolbar"
end resume
RelatedControl 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.