Delta Chat, a chat program that uses e-mail as the transport protocol and supports end to end encryption, is now available in the beta channel of Google Play. If you are already using an older version, you will have to backup your data, uninstall it, install the new version and import the data. This worked … Continue reading Delta Chat is now available in Google Play
Month: February 2019
When does a ShortCut fire?
Nice summary by NGLN on StackOverflow of the way a ShortCut travels through the Delphi VCL https://stackoverflow.com/a/27083262/49925
Finding GUIDs with GExperts Grep
I recently had a problem with access violations when calling methods of interfaces. The reason turned out to be duplicate GUIDs in the interface declarations. This caused AVs because the wrong methods were called and the parameters passed to them were not of the right type and numbers. Duplicate GUIDs are usually caused by copying … Continue reading Finding GUIDs with GExperts Grep
Delphi Blogs
The Delphi Wiki has a list of "Useful Sites" which has a sub section for Delphi Blogs. I have just further divided that section into: Active Blogs, which contains blogs that are activeIntensive Care Unit, which contains blogs that are still available but have been inactive for more than a yearCemetery, which contains blogs that … Continue reading Delphi Blogs
Two GExperts bugs fixed, 14 to go
I just fixed two (newly reported) bugs in GExperts: The Set Tab Order dialog no longer worked in Delphi 6, 7 and 2005. This was due to me adding AlignWithMargins (and the associated Margins property) to the dfm file. This property apparently was introduced in Delphi 2006. Again, this underlines what I mentioned several times: … Continue reading Two GExperts bugs fixed, 14 to go
Installing Webmin on Ubuntu 18.04 Server
I just tried to install Webmin on a fresh install of Ubuntu 18.04 Server in the same way as I did on 16.04. Unfortunately it failed on the command [bash] apt install webmin [/bash] because the package apt-show-versions was not found. I solved this by adding the universe repository to apt with [bash] sudo add-apt-repository … Continue reading Installing Webmin on Ubuntu 18.04 Server
Google✝ is dead
OK, most of you already knew that. I am writing this only because I will now stop posting there. Not just the automatic posts generated by this blog, but also my personal posts. G✝ (Picture taken from Jürgen Christoffel's G+ post.) I considered migrating my content from G ✝ to somewhere else (e.g. yet another … Continue reading Google✝ is dead