dummzeuch
Embarcadero has released a second patch (called November Patch) for Delphi 11 which seems to fix several issues that blocked further progress on GExperts for Delphi 11. So here it is, fresh out of the… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
After wasting days and more days of my valuable spare time on trying to get the high DPI display problems sorted out for GExperts for Delphi 11, I give up now. I’ll wait for Delphi… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
After several weeks trying to get the GExperts UI to look acceptable under Delphi 11 on high DPI monitors, here it is: The first Alpha version of GExperts for Delphi 11. Please keep in mind:… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
I’m working on a GExperts release for Delphi 11. But due to the changes for High DPI support in the IDE this might still take a while. If you are adventurous, you can always get… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
The Uses Clause Manager in GExperts has an “Identifier” tab that can be used instead of the Find Unit refactoring of the Delphi IDE (which for me doesn’t work most of the time and if… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
The Rename Components expert in GExperts now has separate lists for the names and additional properties for VCL and FMX components. Previously it was a hassle to have additional properties shown in the rename dialog… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
A few weeks back something happened with my Delphi 6 installation which now results in an access violation every time I start the IDE. I tried for several hours to find and fix the problem… – Details…
2 years ago in Delphi, GExperts0
jpluimers
I wnder who maintains [WayBack] GExperts · GitHub: GExperts has 4 repositories available. Follow their code on GitHub. It has not been updated for about 5 years, but contains some important bits. –jeroen – Details…
2 years ago in Delphi, Development, GExperts, Software Development0
dummzeuch
GExperts is always compiled with the latest update of any of the supported Delphi versions. That unfortunately means that it may not work if the IDE hasn’t been updated to the latest version. E.g. The… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
I got a bug report for GExperts and Delphi 10.4 that’s really curious: When a secondary editor window is open in the IDE and the FMX form designer is active, trying to insert a component… – Details…
2 years ago in Delphi, GExperts0
jpluimers
Especially when including [WayBack] form files (dfm now, but in the past also nfm and xfm) in your search, you might want to exclude one or more of them, for instance when they do not… – Details…
2 years ago in Delphi, Development, GExperts, Software Development0
dummzeuch
COVID-19 got us all down a bit and even with the vaccines theoretically available now, the light at the end of the tunnel seems very far away. My own turn for a jab will probably… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
The following code looks innocuous but slows down a program significantly: Yes it’s Quicksort and it sorts strings in a TCheckListBox’s Items property, swapping not only the strings but also the objects and the Checked… – Details…
2 years ago in Delphi, GExperts0
dummzeuch
I never understood the benefit of writing the ExplicitLeft / Top / Width / Height properties for TControl and descendants, which were added in Delphi 2007, to the dfm files. They store the control’s position… – Details…
2 years ago in Delphi, GExperts0