unlock error dialogs | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sets the lockErrorDialogs property to false, allowing the error window to be displayed when an execution error occurs. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Property: allowInterrupts, lockErrorDialogs Message: errorDialog Command: lock error dialogs, unlock messages, unlock screen Glossary: property, handler, command, execute, execution error |
Description | Use the unlock error dialogs command to allow LiveCode to display the standard error window when an execution error occurs. The unlock error dialogs command sets the lockErrorDialogs property to false. When all pending handlers are finished executing, the lockErrorDialogs property is set to false automatically. |