moveStack | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Associations | card | |||||||||
Summary | Sent to the current card when the user moves the stack window. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Property: properties, rectangle, location Message: moveControl, resizeControl, resizeStack Command: grab Glossary: handler, current card, message, stack window, rectangle | |||||||||
Description | Handle the moveStack message if you want to respond to movement of the stack window. The moveStack message is sent only if the user moved the stack window. This message is not sent when a handler moves the window by changing its location, rectangle, or other properties. *Known issue:* Currently errors in moveStack and resizeStack are ignored, as this was causing a hang in the IDE. | |||||||||
Tags | windowing |