• Welcome to TodayPlus Boards v2.
 

can I make it JUST display the weather?

Started by pinemayo, December 05, 2003, 11:04:41 PM

Previous topic - Next topic

joelw135

For the color change for temp, did you change it were it says High then Low variable with %?
Dell Axim X3i, Windows Mobile 2003
512mb Kingston SD card
256mb Lexar SD card
Today Plus
WisBar Advanced
PIEPlus
DotPocket

TransFXB


jhollin1138

Quote from: joelw135For the color change for temp, did you change it were it says High then Low variable with %?
Not entirely answering your question but this is something I do when making changes.  Whether I am changing fonts, colors, size or anything; I like to localize any changes that I am making to the item with the change.

For example, if I was adding wind-speed and wind-direction to the forecast section and I wanted to change to a bold font.  I would make the change to the bold font, output the data and change back to the standard font right after.  It would look something like this:
changefont,tahoma,11,b
text,150,36,Wind:,l
today,windspeed,235,36,, mph,r
today,winddir,200,36,,,r
changefont,tahoma,11,
Jim H

Cendaryn

is this skin working with 0.11? guess not....

can someone fix that? i'm not able to :/

wd4sgu

sublime wrote:
TransFXB, is there any simple way of changing the language back to English? I found your program to be perfect, only I don't speak French.

jhollin38 wrote:
No, somebody will have to do it manually.  

----------------------------------------------------
Sorry, I don't know how to quote properly yet.   :(

However, I do know how to change works from French to English, and have done so in the weather skin posted as "French only." I can repost it if anyone would like, but would first like to update it to the color (blue and red) lettering TransFXB wrote of. Would you like to share a sample line of code so I can do so?

Thanks.
Mike

sublime

Ok, I wound up retrying to enter the French skin, but noticed that no icons show up.  Anyone else have that problem?

edit: I found the problem two seconds after this post.  The skin asked for weather icons from "Weather.com" when I had the "Washington Post" icons.  Oops

Malebolgia

Quote from: wd4sgusublime wrote:
TransFXB, is there any simple way of changing the language back to English? I found your program to be perfect, only I don't speak French.

jhollin38 wrote:
No, somebody will have to do it manually.  

----------------------------------------------------
Sorry, I don't know how to quote properly yet.   :(

However, I do know how to change works from French to English, and have done so in the weather skin posted as "French only." I can repost it if anyone would like, but would first like to update it to the color (blue and red) lettering TransFXB wrote of. Would you like to share a sample line of code so I can do so?

Thanks.
Mike
Any luck?
Axim X5 /  400 MHz PXA255 / WM2003 / 128mb SD / Ambicom WIFI

wd4sgu

QuoteAny luck?

Yup. Nothing fancy, just changed it to English. Here you go.

Malebolgia

Axim X5 /  400 MHz PXA255 / WM2003 / 128mb SD / Ambicom WIFI

TransFXB

Well, here is an improved 'Weather only' English version for 0.11.0
I call it 'Weather Only - version 1.3.1 for 0.11.0'
It now displays the time (minutes, hours or days) since last update.
Includes also some minor cosmetics.

I will maintain both English and French versions in the future.

Please check if some translations are missing.

TransFXB

sublime

TransFXB, wonderful job on the skin.  I found no translation errors, but I found two really teeny tiny bugs:

1) the amount of minutes since last update is put in the word "minutes," so that the word is on top of the amount.
2) press any day, press right twice, and I'll get a screen with blank info.  It's really not that big of a deal, but you seem to be a perfectionist, so I thought I'd let you know.

I also encountered a "Unknown Code: 181" and have no clue how to fix it myself.

TransFXB

Thanks sublime,

1) need some adjustments. I'll do it.
2) this bug is part of the original code. I have experienced it but not started to try to fix it.
3) unknown code 181 : please go to msnbc.com - weather forecast section, enter your city and see what forecast is corresponding to this missing code.
I am interested in your findings. Please communicate it here.

TransFXB

sublime

Unfortunately I connected to Active Sync and got a new weather update, and lost the 181 code.  Sorry bro.  I went to MSNBC just to look for it, but lost it upon syncing.

I noticed another small thing, though I'm not sure whether it's just my PPC, where the top of the words are cut off.  For example, what should be "Tue" is really "lue" and such.

TransFXB

QuoteI noticed another small thing, though I'm not sure whether it's just my PPC, where the top of the words are cut off. For example, what should be "Tue" is really "lue" and such.

Right Sublime. Height of this region is not properly set. In French, we don't use capitals for the first letter of the days of the week. That's why I didn't notice that.

TransFXB

TransFXB

sublime, here is a fix :

replace 'offsetadd,0,54' by 'offsetadd,0,56' just before the command
'endregion,3,0'.

Let me know if it does it.

TransFXB