How to increase the size of Screens ?

delphi package - automated exception handling
Post Reply
luciano_f
Posts: 47
Joined: Thu Feb 01, 2018 5:11 pm

How to increase the size of Screens ?

Post by luciano_f »

In another post Colleague kindly helped me with the requirement to increase the font size

now I would like to know if there is a way to save in ini file or windows registry or detect automatically by the size of the fonts because it is always cutting the columns.

Note I'm always having to go with the mouse and resize the screen to show all columns



Screen with error because it is always cutting.
Image


Correct screen showing all columns
Image
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: How to increase the size of Screens ?

Post by madshi »

You can set "ExceptionBoxWidth" which is an integer variable exported by madExcept.pas.
luciano_f
Posts: 47
Joined: Thu Feb 01, 2018 5:11 pm

Re: How to increase the size of Screens ?

Post by luciano_f »

It looks great.

Grateful.
Post Reply