AH's Weather Widget and Updated Weather Default Widget

Hey guys, I know you have been over this over and over and over.

Don't worry, I am not here to ask about how to set location.

I can do that just fine with my D-Weather Widget.

I seem to have a more fundamental issue, which is after installing AH's Weather, instead of the beautiful weather widget, I see a HUGE QUESTION MARK.

I updated my Avescripter to 1.0.6.1, I updated my MSXML, I tried everything.

Finally, I decided to update my Weather (Default), and suddenly, the previously working Weather (Default) became big question marks as well. At least the D-Weather is working just fine...

Please help me out, what am I missing???

Finally, thanks to all of you for your good work.

I've been patching a few desklets myself, helpfully i could learn enough to contribute my own desklets someday.

#412548

Can you right click and see the error log?

#412657

it said error with Line:39 Column:26 return(result+value+'?);

Could it be my java not working? i have sun micro's java, should i go find microsoft's java somewhere?

#412769

seems like if i replace the '? with ' ' or '', it functions somewhat.

#412770

seems like you got a bad version of the weather widget.

My line 39 reads like this.

function GetTodayHi()

{

result = '!TXT:H: ';

value = GetHighValue();

return(result+value+'°'); <<<<<<<< line 39

}

Download it again?!

#412808

yeah, so it is ° at the end. It probably has soething to do with me using a Eastern Lanuaged Windows. How that could corrupt a downloaded code I do not know =_=

I have fixed the code myself, but it seems like the degree sign gets desplayed without +'°' anyway. Thanks pcm

#412941