5.6.6 bugs

Ah, I don’t think there are any in this release. They’ve all been fixed. :icon_smile:

The only one I know of is specific to the Splendid tooltips, I think. The sunset/sunrise times in the lower extended forecast bar for the first day on the left are different from the “tomorrow” section of the main forecast. (I think Mike had done something to fix that in 5.6.5 or 5.6.6, but maybe it didn’t get propagated to the IE7 version files most recently released.)

'Droid

quote:
[i]Originally posted by Landroid[/i]
The sunset/sunrise times in the lower extended forecast bar for the first day on the left are different from the "tomorrow" section of the main forecast.
I am using the IE7 version of the skin and it seems to be working okay for me. Weird?

Huh. Maybe with mixing & matching various elements of other people’s skins I somehow worked into an older version. Do you remember whether the fix was in a file I can modify locally?

'Droid

The fix was in the “Current.wtp” file.

Which is located here:

http://www.singerscreations.com/files/i … urrent.zip

Thanks, guys – I’ll see what happens. [:)]

'Droid


Update: no change with the above file in place and Forecast Skin set to Splendid. I've emailed Mike some relevant info; I'd try to do something myself, but I'm not up on the finer points of HTML coding...

When do you see this situation? During the day or late at night? Do you see it in my Stone Soup skin?

Never mind Landroid. Mike fixed it in 5.6.7. Mine’s fixed also.

The sunset/sunrise times were okay in the tooltips, but the sunrise time was incorrect under the “Tomorrow” heading in the “Current” forecast view.

I changed the following code in the Splendid “Current.wtp” file to resolve the problem:

[code]//*************************************************
//* Get Today/Tonight and Tonight/Tomorrow data *
//*************************************************
var day1 = new Array(13);
var day2 = new Array(13);
var todayExpired = false;

[DAILY LOOP COUNT=1]
[TEMPLATE]
day1[0] = ‘[DAILY ICON DAY]’;
day1[1] = ‘[DAILY ICON NIGHT]’;
day1[2] = ‘[DAILY CONDITION DAY]’;
day1[3] = ‘[DAILY CONDITION NIGHT]’;
day1[4] = ‘[DAILY HI]’;
day1[5] = ‘[DAILY LO]’;
day1[6] = ‘[DAILY HUMIDITY DAY]’;
day1[7] = ‘[DAILY HUMIDITY NIGHT]’;
day1#91;8] = ‘[DAILY WIND DAY]’;
day1[9] = ‘[DAILY WIND NIGHT]’;
day1[10] = ‘[DAILY PRECIPITATION DAY]’;
day1[11] = ‘[DAILY PRECIPITATION NIGHT]’;
day1[12] = ‘[DAILY</font id=“maroon”> SUNRISE AMPM]’;
day1[13] = ‘[DAILY</font id=“maroon”> SUNSET AMPM]’;
[/TEMPLATE]
[/DAILY LOOP]

[DAILY LOOP COUNT=1 START=2]
[TEMPLATE]
day2[0] = ‘[DAILY ICON DAY]’;
day2[1] = ‘[DAILY ICON NIGHT]’;
day2[2] = ‘[DAILY CONDITION DAY]’;
day2[3] = ‘[DAILY CONDITION NIGHT]’;
day2[4] = ‘[DAILY HI]’;
day2[5] = ‘[DAILY LO]’;
day2[6] = ‘[DAILY HUMIDITY DAY]’;
day2[7] = ‘[DAILY HUMIDITY NIGHT]’;
day2#91;8] = ‘[DAILY WIND DAY]’;
day2[9] = ‘[DAILY WIND NIGHT]’;
day2[10] = ‘[DAILY PRECIPITATION DAY]’;
day2[11] = ‘[DAILY PRECIPITATION NIGHT]’;
day2[12] = ‘[DAILY</font id=“maroon”> SUNRISE AMPM]’;
day2[13] = ‘[DAILY</font id=“maroon”> SUNSET AMPM]’;
[/TEMPLATE]
[/DAILY LOOP][/code]

Thanks much for your diligence, Mike. I can imagine you thinking for awhile last night “yipes, will this display code ever cooperate?” [:D]

'Droid

quote:
[i]Originally posted by Landroid[/i]
Thanks much for your diligence, Mike. I can imagine you thinking for awhile last night "yipes, will this display code [b]ever[/b] cooperate?" [:D]
I think those were my G-rated thoughts [:D]