I had to look them up myself, so it took a while but here they are, the changes, bugfixes and improvements between the GExperts 1.3.12 (released 2018-12-22) and 1.3.13 (released yesterday, 2019-03-30): Bugfix (#105): Set Tab Order expert no longer worked with Delphi 6, 7 and 2005 (Remember what I wrote about testing these versions?)Improvements … Continue reading Changes between GExperts 1.3.12 and 1.3.13
Month: March 2019
GExperts 1.3.13 experimental twm 2019-03-30 released
Just in time before April fools day 2019 there is the new GExperts release (it's still 2019-03-30 so you are safe đ ). Please be aware that I mostly work with Delphi 2007, so this version can be regarded as tested quite well, followed by Delphi XE2. The others are only known to compile and … Continue reading GExperts 1.3.13 experimental twm 2019-03-30 released
Turn off Notepad++ annoyance
I like the open source editor Notepad++, but it has one default setting that drives me crazy: When you close it, it remembers the current "session". This means that when it gets started the next time, it will re-open all the files you had open when you closed it the last time. The setting for … Continue reading Turn off Notepad++ annoyance
Don’t give the user any information!
... seems to be the motto of Microsoft. How else can you explain that a recent update of Windows 7 and Windows 10, that broke older versions of one of our programs (no idea yet what exactly is the problem, but the error code indicates an out of memory error) has different effects. Windows 7 … Continue reading Don’t give the user any information!
Seagate Barracuda drives again
Our tests are done and the result is: The new 2 TB drives are as fast as the old ones. So, no worry. The only drawback is that they are smaller. They donât fit as nicely into the drive enclosures as the old ones. On the other hand, that means they take up less space … Continue reading Seagate Barracuda drives again
dzEditorLinendsFix 1.0.4 released
This is nothing to write home about, really, just a small change: Previously when starting the tool, the main window was shown for a short time before it got hidden. Now that no longer happens. Don't now what this is about? You are probably lucky then and don't need this tool. But if you still … Continue reading dzEditorLinendsFix 1.0.4 released
Seagate Barracuda drives
In December 2017 I wrote about the new model of 2 TB Seagate Barracuda drives becoming unusable for us because writing performance dropped significantly after a few seconds of continuous writing to them. We do a lot of this because there are several cameras on our measurement vehicles that write one picture every metre while … Continue reading Seagate Barracuda drives
GnuGetText.pas using Utf8ToUnicodeString instead of Utf8ToWideString
A few weeks ago, Sue King contacted me because there was a problem with using dxGetText together with the Nexus DB components. For Unicode aware Delphi versions gnugettext.pas declares a function utf8decode which calls System.UTF8ToWideString. After replacing a call to utf8decode with UTF8ToUnicodeString the problem went away. Since I don't want to break backwards compatibility … Continue reading GnuGetText.pas using Utf8ToUnicodeString instead of Utf8ToWideString
GExperts Grep can use the MAP file
The GExperts Grep Search expert has various options to tell it which files to search: The current fileAll files in projectAll files in project groupA directory list (separated by semicolon) That sounds like an exhaustive list, but it isn't. Both, project and project group, were only searching files explicitly listed in the project(s). Files that … Continue reading GExperts Grep can use the MAP file
JvHidControllerClass unter Windows 10 1809
I just read about a possible problem with the JvHidControllerClass under Windows 10 1809. I haven't tested it but I post a link to a workaround here just in case I ever need it and might not find it again:https://www.delphipraxis.net/1426728-post4.html