how to let madExcept bug window supporting HDPI

delphi package - automated exception handling
Post Reply
chuchiring
Posts: 21
Joined: Wed May 07, 2014 3:24 am

how to let madExcept bug window supporting HDPI

Post by chuchiring »

for example

my app running 4k monitor with 200% DPI scaled.

when mad captured the bug, the bug report window too small
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: how to let madExcept bug window supporting HDPI

Post by madshi »

Right now, I'm using "SetThreadDpiAwarenessContext(DPI_AWARENESS_CONTEXT_UNAWARE)", which according to the MS documentation should do this:

> This window does not scale for DPI changes and is always
> assumed to have a scale factor of 100% (96 DPI). It will be
> automatically scaled by the system on any other DPI setting.

Does that not seem to work for you? You're on the latest madExcept build?

It's on my to do list to add proper support for high DPI settings to madExcept, but I'm really busy with other stuff at the moment, so it will take some time. Maybe some weeks, maybe even some months.
Post Reply