I'll look at that, although I later found out I should be able to create a
procedure and set the Application.OnException event to it, to simply display
the message.

Thanks.

-----Original Message-----
From: delphi-boun...@elists.org [mailto:delphi-boun...@elists.org] On Behalf
Of Chris Stebbing
Sent: Wednesday, 25 April 2012 11:40 a.m.
To: Moderated List for the Discussion of Delphi Programming excluding
Database-related topics
Subject: Re: exception handling

Hi Ross,

if this is your own application you're talking about then look into
Exception Magic.  I use this and find it invaluable for assisting with user
problems.

Cheers,
Chris.

On 24/04/2012 1:59 PM, Ross Levis wrote:
> This is likely a simple question but I've never dealt with it before.
>
>
>
> Way back in Windows 98 days if an exception was raised, the 
> description of the exception was displayed in a message box.  These 
> days in XP, Vista, 7, you get options to send reports to Microsoft or 
> other obscure dialogs which don't even mention anywhere what exception 
> occurred, even if you click  the "More information" link.
>
>
>
> Is there a simple way to get all exceptions to display a message box 
> again before terminating?  It would make life so much simpler when 
> debugging with users.
>
>
>
> Cheers,
> Ross.
>
>
>
> _______________________________________________
> Delphi mailing list
> Delphi@elists.org
> http://lists.elists.org/cgi-bin/mailman/listinfo/delphi
>
_______________________________________________
Delphi mailing list
Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi


_______________________________________________
Delphi mailing list
Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to