TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: vasymolo on November 02, 2003, 05:48:51 AM

Title: Changing the weather's text color
Post by: vasymolo on November 02, 2003, 05:48:51 AM
I've just discovered this great soft but :
I've changed the color of the text in the tasks in White easily.
When I ask for Weather's display, all turn's gray, even the tasks !
I've tried to change text color values in analog-weather, but I'm thinking that I didn't found the right item... :cry:
Is somebody handling this problem ?
Thanks again for this soft.
Title: Changing the weather's text color
Post by: vasymolo on November 02, 2003, 08:43:35 AM
Maybe I've a clue :
I've got to set the "today screen text color" to white (255_255_255), so every text goes white (-1_4_-1)
But, where could I find this "today screen text color" setup ?
I've found a line (#18 ) in slider that gaves me "color,font,-1_4_-1", I'm not sure to be right with this one !
Help !   :cry:
Title: weather text
Post by: Lordtwisted on November 02, 2003, 09:08:44 AM
vasymolo,

find this under weather section:

region,1,0,-1
defregion,1,0,0,240,56,6
offset,offset_-1,offset_-1
updateregions,2,3
image,0,0,dotted_line.png,tr

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

offsetadd,0,2


Where it says color,font,-1_4_-1 at the end if you use 0_0_0 will be black or 255_255_255 will be white, you can change it to any color you want.

Lordtwisted :twisted:
Title: Changing the weather's text color
Post by: vasymolo on November 02, 2003, 10:59:17 AM
Thanks a lot for your help, and I've found a solution : it was just my Today skin wich was wrong !
Title: Changing the weather's text color
Post by: joelw135 on November 21, 2003, 11:50:13 PM
Thanks.