Desktop Info v1.18 Released

Change 1: Fixed crash in collector logging during config refresh.
Change 2: Refactor of form creation code fixes a number of issues with form display in the three modes: desktop/window/screen saver.
Change 3: Fixed obscured column 1 text on button control.
Change 4: Removed deprecated BATTERY item. See Useful WMI Queries for a replacement.
Change 5: Removed deprecated CPUTEMP item. See Useful WMI Queries for a replacement.
Change 6: Removed deprecated NETWORKADAPTER item. Use NETWORKINTERFACES instead.
Change 7: The SET item is now global. That is to say it will be evaluated every cycle regardless of the active and interval options and what page is being displayed. You can view the result of the SET evaluation by setting hidden:0 and active to the page upon which you want to display it.
Change 8: The SET item is now evaluated during configuration load so that user variables may be used to store color values.
Change 9: Added total up time in seconds to UPTIME.
Change 10: Moved alarm checking into the collector. It also works out which display line contains the alarming metric.
Change 11: The threshold color change is now restricted to the display line on which the metric is appears and only column 2 text, not column 1 title text.
Change 12: Added new item LOGICALDRIVES which will replace FIXEDDISK and DISKIO.
Change 13: Added option to display the navigation buttons at the top of the display, below the logo if visible.
Change 14: Restricting config reload to DBT_DEVICEARRIVAL and DBT_DEVICEREMOVECOMPLETE for DBT_DEVTYPE_VOLUME and only when FIXEDDISK is active. This completely eliminates the redraws when a drive is plugged in or removed when using the new LOGICALDRIVES. Otherwise only a DBT_CONFIGCHANGED will trigger a config reload.
Change 15: Added Mod function to expressions. Modulus returns the remainder after dividing the first argument by the second argument.
Change 16: Added unix time to DATETIME and BOOTTIME.
Change 17: Added expression parser to user variables so you can do some math when setting a variable value.
Change 18: Added expression parser to IF item so you can do some math when comparing values.
Change 19: Removed the single instance restriction and the Show Desktop option on the context menu.

Glenn's Page