libraryStack

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
libraryStack
Associationsstack
Summary

Sent to a stack when it is placed in the message path by the start using command.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
on libraryStack -- show visually in the stack that it's in use
  set the hilite of button "Using" of card 1 of this stack to true
end libraryStack
RelatedMessage: releaseStack
Command: start using
Object: stack
Glossary: message, command, execute, message path
Description

Handle the libraryStack message if you want to perform some task or set a configuration when a stack is placed in use.

The libraryStack message is sent to a stack even if it was already in use before the start using command was executed.

Tagsobjects