sahwar / 7plus

Automatically exported from code.google.com/p/7plus
1 stars 0 forks source link

Program dialog windows unreadable with higher DPI #413

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it reproducible?
yes

If yes, what steps will reproduce the problem?
1. Change windows DPI to 125%
2. Run 7plus
3. Show 7plus settings

What is the expected output? What do you see instead?

What version of the product are you using (Binary/Source/32/64bit)? On what
operating system (XP,Vista,7,32/64bit)?

Win7

What is the language of your operating system/keyboard language?
Czech

Please provide any additional information below.

Original issue reported on code.google.com by petr.bra...@gmail.com on 24 Jul 2014 at 10:54

GoogleCodeExporter commented 8 years ago
This is a known problem, and to some extend a limitation of AutoHotkey and/or 
the Win32 API.

In short, I believe that making an AHK application DPI-aware requires manual 
calculation of positions and sizes of all elements which is not very feasible.

I'm not actively working on 7plus right now, mostly because I have enough 
programming-related tasks at my job, so I won't be working on this. If someone 
knows an easy fix it might help.

Original comment by fragman@gmail.com on 25 Jul 2014 at 6:25