TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: rockrob on December 06, 2003, 03:03:21 AM

Title: some questions
Post by: rockrob on December 06, 2003, 03:03:21 AM
Hi all,
Last week I have download TD+ 0.10.2 and it work very well ;It's great program!
Now I'm tring to modify the Skin file.
I have modified the fonts , their size and other small things...

Now I have some questions:
-By default the RSS section is hidden,How can I show always this section??
-TD+ downoad only the rss title ,How can I download the body too??

And now the difficult question,I try to explain:
-In the weather section I have 4 image,one per day, that display the
weather,and that's ok.
But If I don't download every day the informations,
the first place (on the left on the screen) it's always of the day that
I have download the informations:
exemple:
On sunday I connect to internet and TD+ display
the weather from Sunday on Friday..on Monday I don't connect and the first
place it's always Sunday and not the current day;Is There a chance to
change that??
Thanx to all
RockRob

P.S:excuse me for my poor English
Title: Re: some questions
Post by: jhollin1138 on December 06, 2003, 09:08:40 AM
Quote from: rockrob-By default the RSS section is hidden,How can I show always this section??
I am not sure which skin you are running, for the standard slider skin this is what you need to do.

At the beginning of the skin there is a section that looks like this:initregion,0,0
initregion,1,0
initregion,4,999
initregion,10,999
initregion,8,0
initregion,11,999
initregion,16,0

This is the section that setting up which regions you are displaying.  Region 4 is for the RSS region.  Changing the 999 to 0, should do the trick.  It should like this.initregion,4,0
Quote from: rockrob-TD+ downoad only the rss title ,How can I download the body too??
Eentering the RSS information in the config file has the following format:

rss,<id>,<refresh interval>,<web address>,<name>,<pages>

Where <pages> is the number of pages to download and store on your PPC.  For example, if you would like to download the first 4 pages for Slashdot, it would look something like this:
rss,3,60,http://slashdot.org/slashdot.rss,Slashdot,4

BTW, Your english is fine.  :D
Title: some questions
Post by: rockrob on December 09, 2003, 12:09:08 PM
Quote
This is the section that setting up which regions you are displaying. Region 4 is for the RSS region. Changing the 999 to 0, should do the trick. It should like this.
Code:
initregion,4,0

Ok,great....

Quote
-TD+ downoad only the rss title ,How can I download the body too??

Eentering the RSS information in the config file has the following format:

rss,<id>,<refresh interval>,<web address>,<name>,<pages>

Where <pages> is the number of pages to download and store on your PPC. For example, if you would like to download the first 4 pages for Slashdot, it would look something like this:
Code:
rss,3,60,http://slashdot.org/slashdot.rss,Slashdot,4

My code is the same , but when I click on the body the ppc try to connect to internet....this evening I'll try to catch the error :))

many Thanx and bye
  Rockrob