desktopChanged | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card |
Summary | Sent to the current card of the defaultStack whenever the screenRect function changes. |
Introduced | 2.7 |
OS | mac, windows |
Platforms | desktop |
Example |
|
Related | Property: screenMouseLoc, windowBoundingRect Message: resizeStack Function: screenRect Glossary: function |
Description | Handle the desktopChanged message to rearrange or reconfigure your layout when the user changes their screen size or layout. As the desktopChanged message can be sent by the OS at any time, it is recommended that you handle the message in the main-stack of your application.
|