v2.1
12/10/04
Changes on this release
-Greek Catalog by Anthony 'Phantom' Iliakis (thanks you Anthony and, of course, Thomas for the greek catalog flag)
-Fix the scrolling problem by decreasing the priority of SysMon (priority 50 to 2) below input.device's priority (priority 20)
Now, I know that to set priority > 10 is forbidden ;)
-Add ToolType PRIORITY to set the priority of SysMon at startup (default to 2).
Notice that if priority > 20 ( 20 = priority of input.device) the NList scrolling doesn't work well with the scrollbar
and if priority < 2 the NList is blinking when auto-refresh is activated (visible on the Tasks list)
-Add External IP address in Network group of the System tab
Determinated thanks to
http://checkip.dyndns.org and wget (wget need to be in path, SYS:C for example)
wget is available at
http://www.os4depot.net/index.php?funct ... et-bin.lha -Add ToolType WANIP = ON/OFF (default OFF) to control the resolution of External IP address.
If WANIP=OFF (or if WANIP is commented) no call to
http://checkip.dyndns.org is made
-Add ToolType WANIP_WGET_PATH to specify the path of wget (if not in system PATH)
If commented, wget will be called from the system PATH
ToolType useful only if WANIP=ON and if wget is not in the PATH (for example, not in System:C/)
-Add ToolType DEBUGSLEEP to allow to differ the start of functions of x seconds at SysMon startup
ToolType added to resolve a problem on one SAM440 when started at boot from AmiDock (no problem from the Network-Startup)
Not possible to reproduce this issue on my system (or on another SAM440 system)
-Add a new label beside the Task's priority slider to be more explicit.
-Add 6 ToolTypes to control the startup of each tabs when SysMon starts (default = ON)
It can be useful if a function causes trouble on specific configuration.
STARTWINDOW, STARTTASK, STARTNETSTAT, STARTVOLUME, STARTASSIGN, STARTSYSTEM
-To note that I have had some stability problems with the last release of the NList class (20.132 12/08/06).
No problem with the previous NList class (20.131 12/05/12)