TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => New Skins / Graphics => Topic started by: tonyaross on January 21, 2004, 09:56:41 PM

Title: dates on agenda not shown
Post by: tonyaross on January 21, 2004, 09:56:41 PM
Hi, Lord, thanks for the skin, really nice.

One question: Since I use white background, the dates on both agendas (the clickable one in the upper right corner and the one in the lower half of the screen) are not visible. Is it possible to the change the default color to black or other dark colors?

Thanks!
Title: dates on agenda not shown
Post by: Lordtwisted on January 21, 2004, 10:11:46 PM
thanks.

It has to do with the today background .tsk. but find this in the beginning of the skin:

changefont,tahoma,12,b
               color,font,0_0_192
       text,228,7,S,l
               color,font,192_0_0
       text,156,7,S,l

[b]color,font,-1_4_-1[/b]
changefont,tahoma,12,b
text,195,-2,[caldate],0,c,"MMMM yyyy"
changefont,tahoma,12,
button,153,17,86,55,-1,5,0-highlight,11
                       //button,0,24,98,78,13,4,5
button,153,17,86,55,-1,13,var27_1,0
button,153,17,86,55,-1,23,0
button,153,17,86,55,-1,23,1
button,153,17,86,55,-1,23,2
button,153,17,86,55,-1,23,3



                   


//changefont,tahoma,12,b
//calendarheader,146,9,13



change this:

color,font,-1_4_-1

to this:

color,font,0_0_0

and do that for everything thats showing white.

the -1_4_-1 is so the skin will use the color the .tsk is setup to use.

Lordtwisted