Skip to main content

closeStack

Type

message

Summary

Sent to the current card when the stack closes.

Syntax

closeStack

Description

Handle the closeStack message if you want to perform cleanup or do other tasks when the user closes a window.

A stack is closed when the user or a handler closes the stack window.

The actual closing is not triggered by the closeStack message, so trapping the message and not allowing it to pass does not prevent the stack from closing. To prevent a stack from closing, trap the closeStackRequest message.

Examples

on closeStack -- automatically save changes
save this stack
pass closeStack
end closeStack

control structure: pass

glossary: trap, current card, message

message: closeStackRequest, unIconifyStack, closeBackground, preOpenStack, shutdown, suspendStack, saveStackRequest, closeCard

object: stack

property: closeBox

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?