I sometimes have problems with autoit scripts on 64 bit systems.
These scripts run great on WinXP and Vista 32 bit version.
Possible reasons for not seeing the tooltip messages could be that autoit needs to be launched as "run as administrator" on Vista.
Free AVG as well as some other security software treat parts of autoit as a virus and block some functions as well.
If you are using Win7 I suggest XP compatible mode to test.
All the script can do is issue the command to tell autoit to show the message on your screen. If your system cripples autoit then the script doesn't stand a chance.
Another solution:
Compiling the script with the beta version and (non-64 bit flavour) would result in a stand alone program that you can just right click and "run as Admin" without all the hassle. This should allow those tooltip messages to show.
Nice script Roar
