unlock error dialogs
Type
command
Summary
Sets the lockErrorDialogs property to false, allowing the error window to be displayed when an execution error occurs.
Syntax
unlock error dialogs
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.
Examples
unlock error dialogs
if the platform is not "Win32" then unlock error dialogs
Related
command: lock error dialogs, unlock messages, unlock screen
glossary: property, handler, command, execute, execution error
message: errorDialog
property: allowInterrupts, lockErrorDialogs
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
Platforms
desktop
server