It is currently Wed May 22, 2013 6:00 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 112 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8  Next
Author Message
 Post subject: Re: VISTA skin
PostPosted: Mon Jan 05, 2009 10:28 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2223
Location: Western NY, USA
Skins can be installed in one of 3 locations. The Windows Profile folder, the WW install folder under either the Users\Default folder or the Users\windowsuserid folder.

Click on the WW Option's Skins tab then the Open Skin Location button. Determine which folder is opened. Then either try reinstalling the Vista skin or UNzip the skin's wws file and manually copy them to the active Skin's folder.

The Skins folder location is determined by either a Miscellaneous setting on the Option's General tab or exec parms when starting WW.


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Tue Jan 06, 2009 12:55 am 
User avatar

Joined: Sun Jan 04, 2009 7:20 pm
Posts: 27
Gave it one more try and uninstall/reinstall. This time, installed skin BEFORE executing WW and it worked! Not gonna touch it now. :-)


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Sun Jan 11, 2009 10:28 am 
User avatar

Joined: Sun Jan 04, 2009 7:20 pm
Posts: 27
Well, it started doing the same thing yesterday. Will not auto update. Where can I download an older version? Will try that tactic. Already chose another standard skin and it still won't update. Please post site to dl old version. :mad:

EDIT: Downloaded and installed version 5.6.16, got it from here: http://www.afterdawn.com/software/deskt ... fm/v5_6_16

Two shutdowns and two startups provided auto update w/no problems. This w/the Vista skin installed and active. We'll see how it goes...


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Sun Jan 11, 2009 6:04 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2223
Location: Western NY, USA
Obviously your problem is not related to the skin you're using. That being the case you should start a new thread in the WW Support forum.

For older WW versions see this forum: viewforum.php?f=40


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Mon Jan 12, 2009 10:31 am 
User avatar

Joined: Sun Jan 04, 2009 7:20 pm
Posts: 27
Thank you. Will post problem and solution in the ww forum. This is a new day and new boot, all is well and auto updating as expected. :-)


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Thu Feb 12, 2009 4:57 am 

Joined: Wed Jun 04, 2008 12:42 pm
Posts: 7
Problem:
For some stations, the current conditions window looks like this:
Image

The tooltip works ok for the Barometer section.

Hmm... I just checked with the Classic skin.
Image

The problem seems general, probably some data is missing.
Nevertheless, can anybody check if something can be done in the skin itself not to look like this?


Last edited by cristianhaulica on Tue Mar 10, 2009 6:49 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Thu Feb 12, 2009 3:51 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2223
Location: Western NY, USA
That may be the Classic Interface Skin but it has no bearing on the Forecast Skin which is still set to the Vista one. Change the Forecast Skin to Splendid, do an update and post what you see.

BTW I see the same as you with your location and the Vista Forecast skin but the Splendid Forecast skin is ok.


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Thu Feb 12, 2009 4:45 pm 
User avatar

Joined: Tue Dec 04, 2007 5:48 pm
Posts: 80
Location: El Dorado Hills, CA
cristianhaulica,
Thanks for the input. I was able to reproduce this problem and am working on it. I'll post here when I'm done.


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Sun Feb 22, 2009 3:59 pm 

Joined: Wed Jun 04, 2008 12:42 pm
Posts: 7
EdP wrote:
That may be the Classic Interface Skin but it has no bearing on the Forecast Skin which is still set to the Vista one. Change the Forecast Skin to Splendid, do an update and post what you see.

BTW I see the same as you with your location and the Vista Forecast skin but the Splendid Forecast skin is ok.


My mistake :oops:
Classic Interface Skin and Splendid Forecast Skin looks ok to me too.
Image


Last edited by cristianhaulica on Tue Mar 10, 2009 6:51 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Thu Mar 05, 2009 11:16 pm 

Joined: Sat Jun 28, 2008 3:12 pm
Posts: 6
redhotpaprika, love this skin. im a long time user but just recently decided to mess around with skins.

im trying to use icon sets other than the ones you provide with your Vista skin and i have learned that your skin works best with png files. i would like to use other sets made in gif and animated gif icon sets but i get an image display error on the "Daily" tab on the 1st image when temperature and condition is N/A.

this is what it looks like
Image
this is your Vista skin with the MetroConsult icons posted by contraptionmaker in this thread HERE
downloaded from http://www.contraptionmaker.info/MetroConsult.zip but i get this error with the default Bay Area icon set or any set using gif.

how can i fix this, is there an html file i can edit, so that the gif display properly like the rest? why does just that one not work. Can you help me please?


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Fri Mar 06, 2009 3:09 am 

Joined: Sat Jun 28, 2008 3:12 pm
Posts: 6
okay i figured it out and because i dont know a thing about html code it took me considerable time to find which file i had to edit. in case anyone was going to try and help. i managed to edit daily.wts in forecast\vista folder and changed this line
Code:
if('[DAILY CONDITION DAY]' == "N/A") {tempPath = tempPath.substring(0, tempPath.lastIndexOf("/") + 1) + "na.png";}


im wondering why its necessary to declare what image to load for N/A variable. i got it working for me so im happy.


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Fri Mar 06, 2009 10:24 am 

Joined: Wed Jun 04, 2008 12:42 pm
Posts: 7
igindua wrote:
okay i figured it out and because i dont know a thing about html code it took me considerable time to find which file i had to edit. in case anyone was going to try and help. i managed to edit daily.wts in forecast\vista folder and changed this line
Code:
if('[DAILY CONDITION DAY]' == "N/A") {tempPath = tempPath.substring(0, tempPath.lastIndexOf("/") + 1) + "na.png";}


im wondering why its necessary to declare what image to load for N/A variable. i got it working for me so im happy.


I saw that "N/A" images are usually named "-.ext". Maybe Vista skin should keep this convention.
The following line fixes the problem, (works with any "-.ext" for "N/A" data, where ext=same image ext as used in other images, in this case gif)

Code:
if('[DAILY CONDITION DAY]' == "N/A") {tempPath = tempPath.substring(0, tempPath.lastIndexOf("/") + 1) + "-" + tempPath.substring(tempPath.lastIndexOf("."), tempPath.length);}


PS. Basically what I did was to extract the file extension from tempPath. Maybe there is a simpler way to obtain it...


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Fri Mar 06, 2009 11:02 am 

Joined: Wed Jun 04, 2008 12:42 pm
Posts: 7
cristianhaulica wrote:
Problem:
For some stations, the current conditions window looks like this:
Image

The tooltip works ok for the Barometer section.


I took a look in Current.wtp, and I saw that the problem is the lowest value on the barometer gouge is 27.5 inches, while at those locations it is lower than that (they are at 2000+ meters alt).
One solution would be to display the gouge on the lowest value (zero) even if the algorithm says it should be lower than zero.

The code change in this cases is quite simple:
Code:
      //*******************************************************
      //*  Figure out how many ticks to fill in on barometer  *
      //*******************************************************
      switch(barometer) {
        case 'N/A':
          barometerTickCount = 0;
          break;
        default:
          barometerTickCount  = Math.round(((barometer - 27.5) / 4) * 22);
           if (barometerTickCount < 0)
            barometerTickCount = 0;
          break;
      }


Note that I just added the part that checks for negative values in barometerTickCount.

Another alternative is to display new, special image.

For ex I created "-1.gif", derived from your "0.gif" that looks quite nice.
Image

In this case the code would be:
Code:
      //*******************************************************
      //*  Figure out how many ticks to fill in on barometer  *
      //*******************************************************
      switch(barometer) {
        case 'N/A':
          barometerTickCount = 0;
          break;
        default:
          barometerTickCount  = Math.round(((barometer - 27.5) / 4) * 22);
           if (barometerTickCount < 0)
            barometerTickCount = -1;
          break;
      }


Feel free to use any content from my posts to improve the skin, and keep the good work. :thumbright:

PS: Also consider the case when barometerTickCount is > than 22 :icon_smile:


Last edited by cristianhaulica on Tue Mar 10, 2009 6:56 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Sat Mar 07, 2009 2:53 pm 

Joined: Sat Jun 28, 2008 3:12 pm
Posts: 6
thank you :thumbright:


Top
 Profile  
 
 Post subject: Re: VISTA skin
PostPosted: Mon Mar 09, 2009 12:51 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2223
Location: Western NY, USA
cristianhaulica wrote:
For ex I created "-1.gif", derived from your "0.gif" that looks quite nice.
Image

:???: Can anyone see the image? I can't. :-s


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 112 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group