|
DXMLweatherUpdated Dec 15, 2003 by Bryan Cooke |
Comment #23 Wednesday, October 15, 2003 9:44 AM
Comment #24 Wednesday, October 15, 2003 9:44 PM
Comment #25 Thursday, October 16, 2003 4:13 PM
If not that's cool.
Comment #27 Thursday, October 16, 2003 4:46 PM
FYI I wrote a "sanity check" fix for the "sun displayed at night" problem if anyone's interested.
Comment #28 Friday, October 17, 2003 12:40 AM
"There's been a script error in object 'XMLweatherbg'" and then says:
(null)
Line: 224
Code:
(not available)
Comment #29 Friday, October 17, 2003 5:05 AM
Comment #30 Friday, October 17, 2003 12:44 PM
Comment #31 Monday, October 20, 2003 4:15 PM
58, 63, 75, 87
What you need to do is enclose the Object.PersistStorage() with the conversion function. For example, line 58 will look like this after conversion:
DesktopX.Object("tmp").Text = Int((Object.PersistStorage("tmp")-32)/0.18)/10 & "�C"
Bold section is the part that is different.
I hope that was easy to do...
Comment #32 Monday, October 20, 2003 7:30 PM
For example, line 96 looks like this:
DesktopX.Object("hi_low_" & i).Text = int((Object.PersistStorage("hi_" & i)-32)/0.18)/10 & "" & "/" & int((Object.PersistStorage("low_" & i)-32)/0.18)/10 & ""
Comment #33 Monday, October 20, 2003 9:47 PM
Comment #34 Tuesday, October 21, 2003 2:32 PM
I went to weather.com to check what my zipcode was (Montreal, Canada) but just can't find a way.. sigh
Where do I go on the site to get that info?
Thx
Comment #35 Tuesday, October 21, 2003 2:57 PM
Jachera use this zip code for montreal. CAXX0301
Comment #36 Tuesday, October 21, 2003 5:27 PM
Comment #37 Wednesday, October 22, 2003 4:00 AM
look @ http://www.deviantart.com/view/3457229/ for another layout
Comment #39 Friday, October 24, 2003 1:21 AM
Comment #40 Friday, October 24, 2003 10:28 AM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #21 Tuesday, October 14, 2003 8:02 PM