Log in

View Full Version : Home screen


shonnyb
06-01-2005, 08:06 PM
Whenever I download a homescreen. everything works fine but The TIME is in Army time. How can I make the time standard AM/PM?? Please help

Mike Temporale
06-01-2005, 08:12 PM
To change the time format select Start / Settings / more / Regional Settings / Time Format

Mike Temporale
06-01-2005, 08:14 PM
and you can find links to homescreens in this post (http://www.Smartphonethoughts.com/forums/viewtopic.php?t=8326) 8)

shonnyb
06-01-2005, 09:16 PM
THANKS MIKE, BUT WHEN I DOWNLOAD A NEW HOMESCREEN MY TIME SWITCHES TO ARMY TIME I TRIED TO SWITCH IT THE WAY YOU INDICATED BUT IT REMAINS ARMY TIME. BEFORE I DOWNLOAD THE SKIN THE TIME READS FOR EXAMPLE 2:00 BUT AFTER IT READS 14:00 I TRIED TO CHANGE IT IN THE REGION SETTINGS BUT IT IS SET CORRECTLY, IT'S JUST THE HOME SCREEN I DOWNLOADED DOES NOT DISPLAY IT THAT WAY. I DON'T UNDERSTAND IT.

Mike Temporale
06-02-2005, 01:39 AM
Sounds like it might be set that way in the homescreen. You'll have to edit the XML file and see.

shonnyb
06-04-2005, 03:12 PM
Does anyone know the code to post the all day events, and task on the homescreen?

Jerry Raia
06-05-2005, 03:55 AM
Does anyone know the code to post the all day events, and task on the homescreen?

Here is all day events from my WM2003SE homepage:

<!-- Calendar All-Day Event -->
<plugin clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="alldayevent" height="18">
<background b-border-width="1">
</background>
<format state="noevent" visible="false"/>
<label x="0" h="16"><text>All Day: <subject/></text>
</label>
</plugin>

You might have to tweak some of that for your particular needs :)