Jump to content

Recommended Posts

Guest tal65
Posted (edited)

Hi guys,

I'm trying to make a custom homescreen however my voicemail count when I get a voicemail is showing like (4215283) or something instead of just saying (1) on the msgcount plugin.

Any idea why this would be? The emails and sms counts are correct, but voicemail seems to be wrong. Here is the code I'm using :

<!-- Standard Microsoft Message Count PlugIn -->

<plugin clsid="{2F930BF0-6FE9-4A53-9E17-88E9247BAB48}" name="msgcount" fgcolor="#ffffff" bgcolor="transparent" height="14" >

<background>

 <format state="selected" fgcolor="#ffffff" bgcolor="COLOR_HOMEHIGHLIGHT"/>

</background>

<label font-size="13" fgcolor="#ffffff" font-weight="normal" halign="left">

 <text>Email (<unreadEmail/>)</text>

</label>

<label font-size="13" fgcolor="#cccccc" font-weight="normal" halign="center">

 <text>Vmail (<unreadVMail/>)</text>

</label>

<label font-size="13" fgcolor="#ffffff" font-weight="normal" halign="right">

 <text>(<unreadSMS/>) SMS</text>

</label>

</plugin>

Edited by tal65
Guest tal65
Posted

It sounds interesting, looks like its a fix for email, I wonder if it will work for my voicemail count? Anyone know? Thanks.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.