Desktop Info v2.10.1 Released
January 2021 Not much to report this month. Don’t forget to report issues at the web site. Change 1: When using the context options to open the ini file and language file, make sure the file parameter is quoted. +3
“Eclecticism, (from Greek eklektikos, “selective”), in philosophy and theology, the practice of selecting doctrines from different systems of thought without adopting the whole parent system for each doctrine.” – Encyclopaedia Britannica.
January 2021 Not much to report this month. Don’t forget to report issues at the web site. Change 1: When using the context options to open the ini file and language file, make sure the file parameter is quoted. +3
November 2020 Change 1: Added check for byte order marker when reading the ini file. Change 2: Fixed WMI Uint32 bug. Change 3: Updated reference for ENVVAR item. Change 4: Changed the default text value for ENVVAR to “%1”. Change 5: If row-text is not defined then text is used. If text is not defined …
Version v2.9.0 October 2020 The main focus of this version is the new improved charts. The old charts are still supported for the time being but will eventually go away so you should change over to the new charts as soon as you can. The [pages] section and the active item option will eventually be …
I’ve started refactoring the charts to make them more flexible. I’m not there yet but this version does surface some benefits of the changes. Because there’s changes to underlying chart code, you should check your existing charts to make sure they’re all still as they should be and let me know if you find anything …
Change 1: Added an Export tool to the context menu. This exports all active, non-hidden items to a file using the selected template file. The menu is populated with files found in the templates directory. You can hide it by setting menu-export in the [text] section to blank. The resulting file is automatically opened in …
This release specifically addresses issues with the IF and CONTROL/CONTROL2 items and how they behave and interact. Change 1: The IF item will now evaluate every cycle. Therefore the interval option is redundant. Change 2: The relationship between CONTROL and CONTROL2 is more complete and robust. I discovered a fatal flaw in the config loading …
Change 1: Fixed introduced bug where the display would fail to update if nothing was displayed on the initial refresh. Change 2: Added remote monitoring option. This provides a mechanism for Desktop Info to retrieve raw data collected by another instance of Desktop Info. See the Options section to switch on the server and the …
What started out as a couple of quick fixes to deal with display issues has turned into a major refactor of the display routines. Fixes that work on one machine don’t work on another so it’s taken a bit of time to figure out what works in all cases. Change 1: Button and hyperlink controls …
Change 1: Fixed bug where alarms were not changing color. Change 2: Fixed bug where threshold would fail if property was the last one in the list. +2
There was a fatal flaw in the new CONTROL code which threw an exception and sent the application into a tail spin. This has been resolved along with a couple of other minor code cleanups. +3