I'd like to lock the error dialogs in a stack so the user will not see any
error messages. I put some the following into a button to try it out.
on mouseUp
kjfghmlr
end mouseUp
When I click the button I get an execution error as expected. Then I typed
into the Message Box:
set the lockErrorDialogs to true
and also
set the lockErrorDialogs to false
In both cases I still get an Execution Error box when I click the button.
Doesn't lockErrorDialogs suppress the Execution Error box or is that done
some other way?
Philip Chumbley