Jump to content

Display of Missed Calls


Guest Robsie71

Recommended Posts

Guest Robsie71

Thanks to DrFonz for his help last week but does anyone have xml code that will allow the missed calls plugin to always be displayed on the screen i.e. even when the value is zero (Nocall)

Thanks

Link to comment
Share on other sites

Guest crafty

The following will only work on an E200 or C500 but will do what you want:

<plugin clsid="{A2536C55-6AC2-4c31-9542-B144B0E9D077}" height="20" width="100%" wrap="1" autohide="0" autoheight="1">

 <format padding-bottom="3" padding-top="2"/>

 <format state="selected" padding-bottom="3" padding-top="2"/>

 <background>

 <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>

 </background>

 <label><text>ADE: <event/></text></label>

</plugin>[/code]

Hope this helps.

Link to comment
Share on other sites

Guest Robsie71

Hi Crafty....The only difference I can see between this code and what I am using is the autohide="0" however when I use this with the missedcalls plugin it doesnt display on the screen.

Should say im using a C500.

Any more ideas for the missedcalls plugin?

Link to comment
Share on other sites

Guest crafty

Sorrry - my fault, i copied the wrong bit of code :oops: - thats for a static all day event! I've jst remembered that enceces Smartphone2004 homescreen has a static Missed Calls Plugin. I've not tried it myself but here's the code from that theme:

<!-- Missed Calls -->

<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="15">

<format state="nocall" visible="true" />

<label font-size="12" font-weight="normal" x="17" y="-1" fgcolor="#566BD1">

<format state="selected" font-weight="bold" bgcolor="transparent" fgcolor="#566BD1" />

<text lang="0x0409"><calls/> Missed Calls</text>

</label>

</plugin>[/code]

Hope this works for ya!

Link to comment
Share on other sites

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.