TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: skanji on February 23, 2004, 11:47:59 AM

Title: Adjusting what TP+ looks like - please help!
Post by: skanji on February 23, 2004, 11:47:59 AM
Hey guys,

I downloaded Today Plus - all is good.  Now the only annoying part of the application is the fact that everytime I do a soft reset on my Axim, I lose the exact set up I want...

I would like to have:
date
weather
headlines
applications
memory status
(remove poom stuff)

Any ideas how to permantly do this?
Title: Adjusting what TP+ looks like - please help!
Post by: jhollin1138 on February 23, 2004, 12:21:37 PM
Depending on the skin you are using, it will probably be as easy as changing the series of "initregion" at the beginning of the skin.
Title: Adjusting what TP+ looks like - please help!
Post by: joelw135 on February 23, 2004, 02:35:46 PM
In the beginning of the skin text file you have lines like this:

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

These lines refer to a region or part ie Weather, poom, rss etc. If you want a section to remain open change the last three digits to 0 from 999. Example region 4 above shows 999 at the end, so to have region 4 open,it would look like this. initregion,4,0  
If you scroll Through the skin text file you will see what region corresponds with the statement I provided above.
Title: Adjusting what TP+ looks like - please help!
Post by: skanji on February 23, 2004, 02:38:57 PM
perfect guys, thanks!!!  Let the games begin!!!