unlock error dialogs

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

# Metadata

Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security:

# Syntax

unlock error dialogs

# Examples

unlock error dialogs

if the platform is not "Win32" then 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 execute, the lockErrorDialogs property is set to false automatically.

# Tags

# See