Delphi Custom Container Pack updated for Delphi 10.3 Rio

I have just updated the Delphi Custom Container Pack sources to support Delphi 10.3 Rio. This time it required more than creating the packages for the new version and adding the latest version of the Delphiversions.inc file. When loading the designtime package an EAssertionFailed exception was raised. It turned out that the category sCategoryDelphiNewFiles no … Continue reading Delphi Custom Container Pack updated for Delphi 10.3 Rio

Remembering an Application’s Size and Position on Multiple Screens

David Hoyle just blogged about this topic (go ahead, read it first but remember to come back. 😉 ) https://www.davidghoyle.co.uk/WordPress/?p=2100 Welcome back. I think he is making two mistakes here (for suitable definitions of "mistake"): Don't store the form positions in an ini file, use the registry. These positions make sense only on the same … Continue reading Remembering an Application’s Size and Position on Multiple Screens