uh oh... maybe I shouldn't have fixed it...
WP-Activate reads the plugin layout file and finds all of the "clickable" stuff on it. Then it sends a mouse click to the WP plugin on the the top-left-most item that it finds. On your theme, that item is opening the WP details, which shows those dumb buttons. And obviously, there's something weird about that icon being there.
I don't suppose you'd want to try PhatPhinger IV - I took care to make sure it's nearly impossible to open the WP details. Probably not, as I figure you're running your own customized version.
What I did was lay a window over the the big icons and text that opens the current conditions window, like this:
Code:
;WINDOW-0
0,0,W-45,H-55
#VOID#
popup-forecast.wpx
0,26,240,294
POPUP
In this case, the window is covering the entire area from the left side of the screen up to the start button, and from the top of the layout down to the top of the forecast section.
Yes, that would be very easy. On thing though, I'm not sure I can do the black box behind the text.