• Welcome to TodayPlus Boards v2.
 

As per Request: MySkin. **Added new variations** 20-1-04

Started by Yogiman, December 28, 2003, 03:58:39 AM

Previous topic - Next topic

Yogiman

Eat well, Stay fit, Die anyway...

Yogiman

It just occures to me that the weather portions of the skins are Dutch.
If you cut and paste (overwrite) this section of the skin, the problem should be solved.



//=================================================
   // REGION 3 - PAGE 100
   //      Current Weather Details
   //=================================================
      region,3,100,-1
      load,city,%var0%
      button,0,0,240,54,3,3,,1
      changefont,Frutiger Linotype,11,b
      text,23,0,[name],c
      todayicon,6,9,,t
      offsetadd,0,1
      today,sky,145,0,,,c
      today,realtemp,140,24,,°F,r
      changefont,Frutiger Linotype,11,
      text,51,12,Temperature:,l
      today,temp,140,12,,°F,r
      text,51,24,Feels Like:,l
      text,51,36,Barometer:,l
      today,barometer,140,36,, in,r
      changefont,Frutiger Linotype,11,b
      today,humidity,235,12,,%,r
      changefont,Frutiger Linotype,11,
      text,150,12,Humidity:,l
      text,150,24,UV:,l
      today,uv,235,24,,,r
      today,date,235,36,,,r
      offsetadd,0,53
      endregion,3,100
   //=================================================
   // REGION 3 - PAGE 200
   //   Vars used: 1
   //=================================================
      region,3,200,-1
      load,city,%var0%
      button,0,0,240,54,3,3,,1
      changefont,Frutiger Linotype,11,b
      forecast,date_ddd,%var1%,24,0,,,c
      changefont,Frutiger Linotype,11,
      forecasticon,%var1%,6,9,,t
      nightforecasticon,%var1%,200,9,,t      
      changefont,Frutiger Linotype,11,b
      text,217,0,Night,c
      changefont,Frutiger Linotype,11
      forecast,text,%var1%,120,2,Day: ,,c
      forecast,nighttext,%var1%,120,14,Night: ,,c
      offsetadd,-15,14   
      changefont,Frutiger Linotype,11,b
      forecast,high,%var1%,125,12,,°F,r
      forecast,low,%var1%,195,12,,°F,r
      forecast,precipitation,%var1%,205,24,,%,r
      changefont,Frutiger Linotype,11,
      text,75,12,High:,l
      text,145,12,Low:,l
      text,60,24,Chance of Precipitation:,l
      offsetadd,15,40
      endregion,3,200
Eat well, Stay fit, Die anyway...

Broesel

Hi Yogiman,
nice work, .... :D

like the first one with the aternating Moon/Suntime
maybe i will make a german translation of it ...

Greetings Broesel

Yogiman

Quote from: BroeselHi Yogiman,
nice work, .... :D

like the first one with the aternating Moon/Suntime
maybe i will make a german translation of it ...

Greetings Broesel

Tnx,

All of the skins above have the alternating moon/sun. I just didn't use moving gifs to display them .
Eat well, Stay fit, Die anyway...

LawofA

Hi Yogiman:
I downloaded your current update of skins and copied and pasted sections for the 'English' section. The problem is that when one clicks the weather for a certain date, no detail information shows up. I tried with other skins and it shows.

I have checked the info line by line and I can't seem to find the error of what is causing this to happen.

Just have a look.

LawofA

Yogiman

Quote from: LawofAHi Yogiman:
I downloaded your current update of skins and copied and pasted sections for the 'English' section. The problem is that when one clicks the weather for a certain date, no detail information shows up. I tried with other skins and it shows.

I have checked the info line by line and I can't seem to find the error of what is causing this to happen.

Just have a look.

LawofA

Wich one did you try ? If you tell me, i'll see if i can make a english version for you.
Eat well, Stay fit, Die anyway...

LawofA

Quote from: Yogiman
Quote from: LawofAHi Yogiman:

Wich one did you try ? If you tell me, i'll see if i can make a english version for you.

Hi Yogiman:

The 2004.zip

Thanks.

LawofA

Yogiman

Quote from: LawofA
Quote from: Yogiman
Quote from: LawofAHi Yogiman:

Wich one did you try ? If you tell me, i'll see if i can make a english version for you.

Hi Yogiman:

The 2004.zip

Thanks.

LawofA


I've updated the 2004.zip file. It should work now.
Eat well, Stay fit, Die anyway...

LawofA


Dal Cin

MySkin is definitely my skin. :D

LawofA

Quote from: LawofAThanks Yogiman.
I am going to try it now.

LawofA

Hi Yogiman:
Thanks for the skin. I want to let you know that I have discovered that moving the city for the weather, the current info in region '0' is not alternating properly. City 1 is not showing nighticons and after city 2, weather icons in the current weather displays day icon for night and so on.

Could you take a look?
Thanks.

LawofA

Yogiman

Lawofa, i'm not sure what you mean.  But maybe it has somthing to do with the following; Find this section in reigon 0 and change load,city,1 to load,city,%var0%

if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif


load,city,1

//image,59,39,clock-today.png,t
text,75,27,Last Update,l`


Let me know if this is what you mean.
Eat well, Stay fit, Die anyway...

LawofA

Quote from: YogimanLawofa, i'm not sure what you mean.  But maybe it has somthing to do with the following; Find this section in reigon 0 and change load,city,1 to load,city,%var0%

load,city,1

//image,59,39,clock-today.png,t
text,75,27,Last Update,l`


Let me know if this is what you mean.

Hi Yogiman:
I changed the syntax as directed. It does not solve the problem. I don't think I mentioned it before, but the nighttime icon does not show up also as it alternates between daytime and nighttime icons.

Thanks.

LawofA

Yogiman

Quote from: LawofA
Quote from: YogimanLawofa, i'm not sure what you mean.  But maybe it has somthing to do with the following; Find this section in reigon 0 and change load,city,1 to load,city,%var0%

load,city,1

//image,59,39,clock-today.png,t
text,75,27,Last Update,l`


Let me know if this is what you mean.

Hi Yogiman:
I changed the syntax as directed. It does not solve the problem. I don't think I mentioned it before, but the nighttime icon does n
ot show up also as it alternates between daytime and nighttime icons.

Thanks.

LawofA


That's strange, did you change anything on the skin ? It works pefect for me.
Eat well, Stay fit, Die anyway...

bbiederm

Hi yogiman!

I wanted to try your skin but I am having major problems!
After a while more and more of your skin disapears !!!
In the begining everything is fine, but then, when the upper left area should start (I guess so) to cycle, it is not displayed anymore.
Then the more I tab the more disapears.

Do I have to set filters for poom?

Please help, because your skin looks really nice !!!