Re: Scaling problem on different monitor
Reply #8 –
The core problem with multi-monitor DPI awareness is that for extensible programs like foobar2000, all the components that do UI need to understanding the concept.
As the majority of the body of components are legacy, promising this in the core application would result in an UI mostly made for ants at best. It needs some sort of agreement with components to handle it, and as you indicate this in your executable manifest, you cannot do any form of decision at runtime as that's too late.
I wouldn't have any hopes on ever having better than system-aware foobar2000 unless there's a major break in component compatibility.