Page 1 of 1

Problem with displaying description of error too large.

Posted: Fri Feb 09, 2018 7:25 pm
by luciano_f
I have some Exceptions that the description of the error is very Big this usually when they are SQL where I show all the content of the SQL that generated the Error, when this happens MadExcept can not show all the Error.
   The eurekaLog puts a scroll bar when the text is too large would be interesting something like that in MadExcept

See attached image.

Re: Problem with displaying description of error too large.

Posted: Mon Feb 12, 2018 7:03 pm
by madshi
Is this really something the average user should see? I think it would be wiser to add some processing in an RegisterExceptionHandler() callback to check the exception message. If it's as long and cryptic as this one, I'd replace it for the user with something which might actually help the user? You can access (read and write) the main text label of the exception box in your handler by accessing "exceptIntf.ExceptMsg".

Re: Problem with displaying description of error too large.

Posted: Sun Feb 18, 2018 11:30 am
by luciano_f
I understood that I was able to change this behavior.
Thankful.