dummzeuch
dzMdbViewer is a small tool I wrote, when I was stuck without a MS Access installation but needed to have a look into a .MDB file (and later .ACCDB file, if the Access Database Engine… … Read more
2 years ago in Delphi, dzMdbViewer0
dummzeuch
The new GExperts version still supports all Delphi versions back to Delphi 6 (with the notable exception of Delphi 8) and even the Delphi 11 version is no longer in Beta state. There are even… … Read more
2 years ago in Delphi, GExperts0
dummzeuch
I added the ActivityPub plugin to my WordPress installation a while ago and was wondering why it didn’t seem to work. Today I discovered an ActivtyPub warning on the Site Health Status page saying …… … Read more
2 years ago in Blog0
dummzeuch
Note to self: Setting a form’s bounds can move the form to a different monitor. If that monitor has a different DPI than the one the form was originally on, this will cause a WM_DPICHANGED… … Read more
2 years ago in Delphi, GExperts0
dummzeuch
I have just updated my last blog post regarding another effect of the Screen object caching the monitor configuration: Displaying a hint (via standard Delphi VCL functionality) causes an access violation. The solution is again… … Read more
2 years ago in Delphi0
dummzeuch
I’m posting this here So I can look it up later in case I forget it again: Some Delphi versions (I know about Delphi 2007 and earlier, not sure when it was fixed) have got… … Read more
2 years ago in Delphi0
dummzeuch
4 years ago I wrote a helper class TdzSpeedBitBtn which turns a TBitBtn into a TSpeedButton that can have the focus. That helper class has also been used in GExperts (in the Uses Clause Manager… … Read more
2 years ago in Delphi, dzLib, GExperts0
dummzeuch
So I can look it up later: When a drive that is part of a zfs pool fails and has already been physicall replaced in the server. zpool status looks like this: Logically replacing that… … Read more
2 years ago in linux, zfs0
dummzeuch
I always thought that it is not possible to rename an executable that is currently running. Turns out I was wrong (happened before). It works fine for many executables, but not for all of them…. … Read more
2 years ago in Delphi, dxgettext0
dummzeuch
I had to update the PHP version of my website and this broke the Suffusion theme I was using for the WordPress installation. Unfortunately Suffusion hasn’t been supported by its author for a few years… … Read more
2 years ago in Blog0
dummzeuch
Still playing around with ChatGPT, I asked it “What does the following Delphi function do?” The Delphi function you posted converts a file size in bytes into a human-readable string format, using binary prefixes (KiB,… … Read more
2 years ago in Delphi0
dummzeuch
Slashdot just posted “What Happens When ChatGPT Can Find Bugs in Computer Code?” which links a PC Mag article with the title “Watch Out, Software Engineers: ChatGPT Is Now Finding, Fixing Bugs in Code” So… … Read more
2 years ago in Delphi0
dummzeuch
It has been in the source code for quite a while and some few people and I have tested it, but I didn’t tell anybody else about it: There is a new expert in GExperts… … Read more
2 years ago in Delphi, GExperts0
dummzeuch
I have just applied patches that are supposed to fix some Unicode issues with Russian characters. These apply to the following editor experts: Expand Macro Template Locate / Move to matching delimiter Previous / Next… … Read more
2 years ago in Delphi, GExperts0
dummzeuch
I just added some minor enhancements to my Delphi Ide Explorer expert: For TShortCut properties it now also displays the text representation for the shortcut. For TShortCutList properties (TAction.SecondaryHotkeys) it now displays “<no shortcut>” if… … Read more
2 years ago in Delphi, DelphiIdeExplorer0