Do you have an app written in Delphi VCL for Windows? Do you want to take that app and port it to MacOS or Linux? Then CrossVCL may be your answer. CrossVCL allows you to compile your VCL apps for MacOS and Linux. While there are not yet a lot of 3rd party controls that… Continue reading CrossVCL for Delphi
Category: Desktop
Proper HiDPI Scaling with Delphi
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
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
Manually authorize PAServer debugging permissions on MacOS.
On occasion you may get the following error when trying to run PAServer on MacOS. Acquiring permission to support debugging…failed You will be prompted for Developer Tools Access the next time you start a debug session If this happens, and you do not get prompted to enter admin credentials, you will need to manually authorize… Continue reading Manually authorize PAServer debugging permissions on MacOS.
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