Page 1 of 1

customize madexcept window

Posted: Tue May 24, 2005 10:14 am
by rassie
Is it possible to change the layout, button styles etc. of the exception handling window?

Posted: Tue May 24, 2005 10:30 am
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.