unlock error dialogs

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
unlock error dialogs
Summary

Sets the lockErrorDialogs property to false, allowing the error window to be displayed when an execution error occurs.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
unlock error dialogs
if the platform is not "Win32" then unlock error dialogs
RelatedProperty: 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.