• Welcome to TodayPlus Boards v2.
 

Last Update Time: In Ver11

Started by joelw135, December 18, 2003, 08:21:34 PM

Previous topic - Next topic

joelw135

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.
Dell Axim X3i, Windows Mobile 2003
512mb Kingston SD card
256mb Lexar SD card
Today Plus
WisBar Advanced
PIEPlus
DotPocket

zlhyh

I also want to know ! Who can tell us? ths!

zlhyh


Broesel

the line in the skin i use is:

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

Greetings Broesel

zlhyh

I just use TodayPlus 0.11.0!

text,23,40,[updatetime],c,HH:mm Cannot use!

Yogiman

Try this: text,23,40,[updatetime],c,HH:mmt
Eat well, Stay fit, Die anyway...

joelw135

No Yougiman!  That doesn't work either.
Dell Axim X3i, Windows Mobile 2003
512mb Kingston SD card
256mb Lexar SD card
Today Plus
WisBar Advanced
PIEPlus
DotPocket

fishboy

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.
Axim X5 Advanced, Windows Mobile 2003

joelw135

Thanks Fishboy I did put this in front and it corrected it'

load,city,%var0%
Dell Axim X3i, Windows Mobile 2003
512mb Kingston SD card
256mb Lexar SD card
Today Plus
WisBar Advanced
PIEPlus
DotPocket

zlhyh

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!

joelw135

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
Dell Axim X3i, Windows Mobile 2003
512mb Kingston SD card
256mb Lexar SD card
Today Plus
WisBar Advanced
PIEPlus
DotPocket

zlhyh


Blazingwolf

Quote from: zlhyhIt also not work ,Why?

Are you reloading the skin after you make the change?
Toshiba E800 WM2003 SE
Ipaq 3955 WM2003, SD and CF,Pocket Informant
Dell Axim X5 PPC2002 SD and CF (Wife's)

zlhyh


MadTxn

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.