Back in the “Good Old Days” all computer monitors used basically the same DPI. In Windows this was 96ppi. This was fine and scaling wasn’t as big of an issue since most people did not scale their displays. Now, however, many people use HiDPI displays. This makes manually positioning/sizing of windows and controls more problematic.… Continue reading Proper HiDPI Scaling with Delphi
Category: Windows
AT Library Released
We are happy to announce that we are releasing our massive internal library of Delphi routines and components for your use. This library has been developed over many, many years for use in our various projects. Some of the code goes back to Delphi 7 and earlier. You can feel free to use this library… Continue reading AT Library Released
Using TcxScrollBar with WPTools
Overview One of the best third-party component sets for writing Windows applications with Delphi is the Developer Express VCL Suite. It includes hundreds of controls, from simple edits and buttons, to more complex controls such as ribbons, spreadsheets and even a basic word processor. The word processor that is included is good for a… Continue reading Using TcxScrollBar with WPTools
New Website CMS
Hello All, So I have decided to attempt to build a new CMS (codename P@ige) from the ground up using Delphi for as much of the system as possible. The new CMS will eventually replace my WordPress website. Initial tests are promising. Here is the goal: Create separate tiers: Database Tier (using MySQL). API Tier:… Continue reading New Website CMS