TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: joelw135 on December 18, 2003, 08:21:34 PM

Title: Last Update Time: In Ver11
Post by: joelw135 on December 18, 2003, 08:21:34 PM
In my skin I have the following code to write the update time to the screen: //Puts month calendar and update time on screen.

text,95,45, Last Update:,l
text,121,56,[updatetime],c,l

What do I have to do to get it to work on the new ver11? Thanks.
Title: Last Update Time: In Ver11
Post by: zlhyh on December 19, 2003, 08:41:07 AM
I also want to know ! Who can tell us? ths!
Title: Last Update Time: In Ver11
Post by: zlhyh on December 19, 2003, 08:45:00 AM
The follow is my Skin!
Title: Hmm, it works in my skin ....
Post by: Broesel on December 19, 2003, 09:03:37 AM
the line in the skin i use is:

text,23,40,[updatetime],c,HH:mm    (Time-Format 24h else use hh:mm)

Greetings Broesel
Title: Last Update Time: In Ver11
Post by: zlhyh on December 19, 2003, 09:21:32 AM
I just use TodayPlus 0.11.0!

text,23,40,[updatetime],c,HH:mm Cannot use!
Title: Last Update Time: In Ver11
Post by: Yogiman on December 19, 2003, 09:30:13 AM
Try this: text,23,40,[updatetime],c,HH:mmt
Title: Last Update Time: In Ver11
Post by: joelw135 on December 19, 2003, 09:37:14 AM
No Yougiman!  That doesn't work either.
Title: Last Update Time: In Ver11
Post by: fishboy on December 19, 2003, 10:27:30 AM
I believe the command  

text,23,40,[updatetime],c,HH:mmt

needs to follow a load command (i.e. load,city,1 or load,rss,1) in order for it to work.
Title: Last Update Time: In Ver11
Post by: joelw135 on December 19, 2003, 10:57:25 AM
Thanks Fishboy I did put this in front and it corrected it'

load,city,%var0%
Title: Last Update Time: In Ver11
Post by: zlhyh on December 20, 2003, 12:48:54 AM
Quote from: joelw135Thanks Fishboy I did put this in front and it corrected it'

load,city,%var0%

How to corrected it? My PPC don't work this correct!
Title: Last Update Time: In Ver11
Post by: joelw135 on December 20, 2003, 11:22:15 AM
This how I have it. Just change the (X) (Y)

load,city,%var0%
text,95,45,Last Update: ,l
text,121,56,[updatetime],c,HH:mmt
Title: Last Update Time: In Ver11
Post by: zlhyh on December 21, 2003, 12:51:41 AM
It also not work ,Why?
Title: Last Update Time: In Ver11
Post by: Blazingwolf on December 21, 2003, 03:28:05 PM
Quote from: zlhyhIt also not work ,Why?

Are you reloading the skin after you make the change?
Title: Last Update Time: In Ver11
Post by: zlhyh on December 23, 2003, 08:57:48 AM
Yes,But not work?
Title: Last Update Time: In Ver11
Post by: MadTxn on December 23, 2003, 09:26:23 AM
The only difference I can see is that those who have it working are using


load,city,%var0%


(note the use of the variable var0)

And zlhyh, you are using


load,city,1


try replacing the "1" with a variable name.