customize madexcept window

delphi package - automated exception handling
Post Reply
rassie
Posts: 13
Joined: Tue May 24, 2005 10:13 am

customize madexcept window

Post by rassie »

Is it possible to change the layout, button styles etc. of the exception handling window?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

You can change the button captions and you can specify which buttons are shown and which not. Furthermore you can change the icons which are shown. Finally at runtime you can set "OwnerDrawButtons := false" to tell madExcept to use ugly standard buttons instead of the owner draw buttons.

If you need more changes than that you can create your own form. Ideally it should be thread safe, though. So it should not use the VCL.
Post Reply