editScript | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Associations | card | |||||||||
Summary | Sent to the current card when the object's script is opened with the edit command. | |||||||||
Introduced | 6.5 | |||||||||
OS | mac, windows, linux | |||||||||
Platforms | desktop, server | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: message box Property: script Command: edit Glossary: object, handler, current card, message, command, development environment | |||||||||
Description | Handle the editScript message if you want to intercept attempts to edit a script via the message box or a handler. The editScript message is sent when you use the edit command in a handler. However, it is not sent when the development environment is active. |