show exception messages out of MessageDlg

From: Didier Cabalé (didier.cabale_at_free.fr)
Date: 12/30/03


Date: Tue, 30 Dec 2003 16:48:41 +0100

Hi,

Is there a way to show exception messages out of the standard MessageDlg
dialog box? for example display the message in a TStatusBar.
Nb: of course i want the same exception behavior (raise
CustomException.create(...), re-raise in try /except block, ...)

Any link or help is welcome.
Didier