Page 1 of 1

iOS error handling

Posted: Mon Mar 16, 2020 2:36 pm
by trevix
Hi All.
Staying home everyday is at least increasing my debugging productivity :-(
Form the dictionary I read:
OSmac, windows, linux, ios, android
If an execution error occurs while the lockErrorDialogs property is set to true, an errorDialog message is sent to the object whose handler set the lockErrorDialogs to true
but then, about the "errorDialog" message:
OSmac, windows, linux
Is it a dictionary error (about the "errorDialog" message not available on iOS and Android) or there is a different way to handle errors for mobile?
Thanks