TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: emfung on December 15, 2003, 04:21:19 AM

Title: n00bie need help with customising skin
Post by: emfung on December 15, 2003, 04:21:19 AM
Hi, I'm a new user, just installed the version 0.10.2.

I like the skin that comes with this version. Here I have 2 questions regarding customisation.

1) By default, the date, weather, 'battery+power', and launchers are shown. I would like to show only Launchers by default so that even after soft reset, only the launchers are shown. How can I do that??

2) How can I add Day next to the Date??

Thank you.
Title: n00bie need help with customising skin
Post by: hakeashar on December 15, 2003, 01:39:21 PM
1) look in the slider.txt file, in the skins folder. Near the top of this file is a list of variables called "initregion" like this:

initregion,0,0
initregion,1,0
initregion,4,999
initregion,10,999
initregion,8,0
initregion,11,999
initregion,19,999

Set it to this:

initregion,0,0
initregion,1,999
initregion,4,999
initregion,10,999
initregion,8,999
initregion,11,999
initregion,19,999

2)Back in the slider, do a find for the string:

time,30,0,0,5,ls,l,  

Change it to this:
time,30,0,-1,5,ls,"dddd MMMM d, yyyy"",  


It might work, try it. You might have to mix with the X, Y's a little to space it right. Good luck.