quote:
Originally posted by warmth
so is the %status% tag the problem... nice Keikonium that we found the bug!
well i get the status from the original tooltip string so you should not have any other script / plugin modifying the tooltip string...
The issue was caused when searching for " - " in that string to separate "Windows Live Messenger" from the status string...
if no " - " was found there was an access violation due to an invalid pointer. So now in cases where the " - " is not found ... thus in cases where the string is "Connection Error" (i could not find any other string) %status% will be the same as %original%
The reason i am using the original string is because i intercept whenever the string is being changed by messenger as i cannot reliably deduce the actuall current status on status changing... (with current code)
i have also worked on the fullscreen issue but i am not sure how it works on multiple screens (monitors) because i replaced my old gfx card that i could hook my 14'' tv on
ah, fixed the close button issue as well
I uploaded v3.0.19.23 so check for updates ...