TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => New Skins / Graphics => Topic started by: homerjpbody on January 22, 2004, 08:56:45 AM

Title: Calendar plus with backs
Post by: homerjpbody on January 22, 2004, 08:56:45 AM
Hi, I have calendar plus skin installed, and am now interested in applying the calendar backs to it, not exactly sure where this fits into code..where to paste it and where to put the backs skins at, ie which directory/folder. any help appreciated
Title: Calendar plus with backs
Post by: Lordtwisted on January 22, 2004, 08:59:36 AM
What backs are you talking about?


Lordtwisted :D
Title: Calendar plus with backs
Post by: Lordtwisted on January 22, 2004, 09:05:34 AM
Are you talking about the little squares for the dates on the calendar, if so you need to add this:

calendar,1,1,0,24,14,13,box.png,tr

find the code that lokes like this and add the box.png.


Or are you talking about the backs that i created here:
http://614288.servernode.net/~darkmoj/todayplus/viewtopic.php?t=140

If so let me know.

Lordtwisted :D
Title: Calendar plus with backs
Post by: homerjpbody on January 22, 2004, 09:21:16 AM
yes, sorry forgot to paste that link, I know where to place the gifs, not sure where to add the code in, what region because the specified region in the instructions is not in the calendar plus 10.2 that I am using
Title: Calendar plus with backs
Post by: homerjpbody on January 22, 2004, 09:36:18 AM
since you mentioned it thought I'd try the little white boxes, put code here but gave me odd shpaed boxes, ie the bottom row boxes are bigger

//Puts month calendar and update time on today screen
text,109,45,Updated: ,l
text,128,56,[updatetime],c,l
//image,155,20,redbar.png,t
//image,227,20,redbar.png,t
color,font,255_1_55
changefont,tahoma,16,b
text,162,6,s,r
color,font,51_255_51
text,227,6,s,l
color,font,255_255_0
      changefont,tahoma,12,
               imagebutton,109,0,reset.png,t,-1,10,0,0
      imagebutton,133,0,right_arrow.png,t,-1,8,1,0
      button,142,0,11,11,-1,8,0
      imagebutton,121,0,left_arrow.png,t,-1,9,0,0
      button,128,0,11,11,-1,9,1
      changefont,tahoma,12,b
      calendarheader,153,9,12
      changefont,tahoma,10,
      color,font,255_255_255
      calendar,0,0,153,20,12,8,l   <added white box code here      
color,font,-1_4_-1
      changefont,tahoma,12,b
      text,157,0,[caldate],0,l,"MMMM, yyyy"

but I'd prefer to add those graphic back boxes, where to add them?
Title: Calendar plus with backs
Post by: Lordtwisted on January 22, 2004, 09:45:22 AM
Quotesince you mentioned it thought I'd try the little white boxes, put code here but gave me odd shpaed boxes, ie the bottom row boxes are bigger

//Puts month calendar and update time on today screen
text,109,45,Updated: ,l
text,128,56,[updatetime],c,l
//image,155,20,redbar.png,t
//image,227,20,redbar.png,t
color,font,255_1_55
changefont,tahoma,16,b
text,162,6,s,r
color,font,51_255_51
text,227,6,s,l
color,font,255_255_0
changefont,tahoma,12,
imagebutton,109,0,reset.png,t,-1,10,0,0
imagebutton,133,0,right_arrow.png,t,-1,8,1,0
button,142,0,11,11,-1,8,0
imagebutton,121,0,left_arrow.png,t,-1,9,0,0
button,128,0,11,11,-1,9,1
changefont,tahoma,12,b
calendarheader,153,9,12
changefont,tahoma,10,
color,font,255_255_255
calendar,0,0,153,20,12,8,l <added white box code here
color,font,-1_4_-1
changefont,tahoma,12,b
text,157,0,[caldate],0,l,"MMMM, yyyy"

but I'd prefer to add those graphic back boxes, where to add them?


for the little boxes you have to but it in before the l(justifcation like so:
calendar,0,0,153,20,12,8,box.png,l

And change this for the color:
color,font,255_255_255

to this:

color,font,0_0_0

that will make the text black.


Lordtwisted :D
Title: Calendar plus with backs
Post by: Lordtwisted on January 22, 2004, 09:50:11 AM
And for the actual claendar backs here is my code:

changefont,tahoma,12,b
               color,font,0_0_192
       text,88,12,S,l
               color,font,192_0_0
       text,4,12,S,l

color,font,-1_4_-1
changefont,tahoma,12,b
text,49,0,[caldate],0,c,"MMMM yyyy"
changefont,tahoma,12,
button,0,24,98,78,-1,5,0-highlight,11
button,0,24,98,78,12,3,
button,0,24,98,78,-1,23,0
button,0,24,98,78,-1,23,1
button,0,24,98,78,-1,23,2
button,0,24,98,78,-1,23,3
offsetadd,110,0
image,0,0,calendar back.png,t
changefont,tahoma,12,b
calendarheader,0,12,14
changefont,tahoma,11,


The image,0,0,calendar back.png,t is the calendar back

Lordtwisted :D