03-17-2008, 02:10 PM
|
|
|
Join Date: 11-28-2007
|
|
PDAPhone: SMT5800
|
|
Carrier: VZW
|
| Posts:
24 |
 |
Quote:
Originally Posted by Scott8210
hey i downloaded and am trying out this homescreen, so far it is cool. The one problem I had was that it does not display all day events from my calendar. It shows my appointments, but not the all day events, which I would want to see (like a birthday). Is there a way to change the settings?
|
It looks like the "allday" event is a Windows mobile included plugin. All you need to do is add the plugin to whatever home screen you are using. If you add the following to the xml of the homescreen (matching the sizes and colors to what you want), it should include your allday event.
awl
<!-- All Day Calls Plugin -->
<plugin clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="alldayevent" height="?">
<background>
<format state="selected" bgcolor="transparent"/>
</background>
<format state="noevent" visible="?"/>
<label h="19">
<format state="selected" x="?" y="?" font-weight="?" fgcolor="#??????" font-size="?"/>
<format state="unselected" x="?" y="?" font-weight="?" fgcolor="#??????" font-size="?"/>
<text>Allday:<subject/></text>
</label>
</plugin>
|
|
|
|
|