02-12-2007, 04:45 PM
|
#1 (permalink)
|
| Super Moderator
Join Date: Jan 2007 Location: Skaville, Skamerica
Posts: 27,522
Thanks: 275
Thanked 1,992 Times in 1,626 Posts
| email notification i have various counters on my home screen, incl. a email counter. (currently using the 'Gex Full Screen' home screen and it's not showing the number of emails i have on Gmail, this is the message notification part of the XML: Quote:
<plugin clsid="{62E5C279-1E55-4bbb-95DA-D576093C23BE}" name="MessageCount" height="20">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" />
</background>
<label>
<text lang="0x0409">
Email
<unreadMsgs name="ActiveSync" />
</text>
<text lang="0x0C0A">
Email
<unreadMsgs name="ActiveSync" />
</text>
</label>
<label>
<text lang="0x0409">
SMS
<unreadMsgs name="SMS" />
</text>
<text lang="0x0C0A">
Mensajes Del Texto
<unreadMsgs name="SMS" />
</text>
</label>
<label>
<text lang="0x0409">
MMS
<unreadMsgs name="MMS" />
</text>
<text lang="0x0C0A">
MMS
<unreadMsgs name="MMS" />
</text>
</label>
<label>
<text lang="0x0409">
Voicemail
<unreadVMail />
</text>
<text lang="0x0407">
bbb
<unreadVMail />
</text>
</label>
</plugin>
|
i'm guessing i have to adjust/change the email code, Gmail is the only email besides from occasional Hotmail i use. thanks.
(ps. and yes i am also in the process of changing/personalizing the home screen.. i keep changing :}
__________________ later..
rb.
Last edited by rudeboy; 02-21-2007 at 04:01 PM.
Reason: issue resolved by using different XML file
|
| |