ImageLists and High DPI

I think we have to face it: More and more systems are equipped with monitors capable of displaying in higher density and people expect that our apps support theseĀ  higher resolutions. While not that often, but still significant, we can see multiple monitor systems with mixed density getting their share.

With the release of Delphi 11.2 I thought that it might be time to bite the bullet and empower one of my bigger apps for High DPI support. Some edge cases with not commonly used components and other unavoidable quirks were expected. Luckily I was able to fix all of them or at least found acceptable workarounds.

The big task I have already been aware of for quite some time were the image lists. Continue reading “ImageLists and High DPI”

New SVG Icon Set from GlyphLab

Those looking for high quality SVG icons now have a new place to look. GlyphLab offers a new Windows 11 style icon set. All icons are delivered in SVG format, so can be converted to whatever resolution, color depths and format is needed.

GlyphLab Windows 11 Icon Set

I’m using GlyphLab stock icons since 2006 and have seen how they evolved over time. The new Set-Eleven definitely marks a new milestone here.

In case the stock icons don’t fully cover your needs, you can still opt for a custom icon design. Dave Wilkinson, founder and owner of GlyphLab, also happens to be the creator of the current MMX icons introduced in V15. We have been working together at a couple of projects in the past. His ability to catch the customers ideas and come up with on-the-point suggestions is remarkable. I can highly recommend Dave in case you ever have a need for custom icons.

Back to browsing the Set-Eleven icons now…

Async Tasks in VCL Projects

Sometimes actions inside an application need their time. From retrieving data from REST service or a database to scanning your hard disk for all files containing images, there are a plethora of things that can be time consuming. In case these tasks are executed in the main thread the application will probably become unresponsive and feels like frozen – to the user as well as to the operating system.

There is a good chance that one can solve this by moving the time consuming task into a thread. That is usually where the problems start creeping in. Continue reading “Async Tasks in VCL Projects”

Delphi VCL Applications with mixed DPI

High DPI display and 4K Monitors are getting more common these days. Supporting higher settings than 96 dpi is already possible with some of the newer Delphi versions.

Nevertheless this is still a time and resource consuming task. Not only do you need additional sizes for the icons used in your application, you also have to check each form and frame for looking good in higher scaled environments.

Continue reading “Delphi VCL Applications with mixed DPI”

The Art of Delphi Programming
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.