I have created a static version of my blog that loads a lot quicker than this version based on WordPress. The search function there doesn't work and possibly some other special functions, but fast loading is definitely nice. Currently it is up to date but it takes about 30 Minutes to update, and that process … Continue reading Static version of my blog
Month: June 2025
New contributor to GExperts
GExperts has been mostly a one man show for many years. A few people have contributed small improvements once in a while but mostly I was on my own. That shows in many places, but one area in particular has been neglected: The online help and documentation. I tried to make up for that with … Continue reading New contributor to GExperts
Login to the Steema support forums
Note to self: To login to the Steema (TeeChart) support forums, you need the license number (as the username) and password you got in the email with the License Information you got from Steema sales. After registering in the forum, you will then have to set up an alias to be displayed in the forum. … Continue reading Login to the Steema support forums
Real-time charting in TeeChart VCL
Note to self, so I will find it again if I need it: There is an article on Real-time charting in TeeChart VCL on Steema's homepage that goes into some details on how to speed up chart output. This might also come handy when displaying a huge amount of data which does not fit into … Continue reading Real-time charting in TeeChart VCL
How to make a CheckListBox with a dynamic number of columns?
A CheckListBox has got a property Columns which by default has the value 0, meaning you get a vertical scroll bar if there are more entries than fit into the control. You can set it a positive value to get multiple columns and a horizontal scrollbar instead of a vertical one. But what happens, if … Continue reading How to make a CheckListBox with a dynamic number of columns?
PortableApps platform source code
The source code for the PortableApps platform (launcher etc.) is available from SourceForge, but kind of difficult to find there (at least it took me half an hour - again). So, in case I want to look at it again this post will hopefully let me find it faster next time: https://sourceforge.net/projects/portableapps/files/Source/PortableApps.com%20Platform/ (You know that … Continue reading PortableApps platform source code