How can I disable the user interaction with the screen when I show an exception dialog?
I do not see any options to configure it, and, if I use a message dialog, which is modal, I lost the stack trace information
context.getDialogs().createExceptionDialog()
.withCaption(message)
.withThrowable(throwable)
.show();
There is a way to block the user interaction with the screen until they closes the dialog? I’m using Jmix 1.5.5