here is the exact code i use:
Quote:
<!-- Profile Plugin (on 1 row with "Missed call") -->
<plugin height="20" width="100%" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">
<background b-border-color="#c9c9c9" b-border-width="1">
<format state="selected" font-weight="bold" bgcolor="COLOR_HOMEHIGHLIGHT" bgtext="transparent" />
</background>
<format state="unselected" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" />
<shortcut width="150">
<plugin file="sysplug.dll" clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="18">
<label padding-left="20">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" />
<format state="unselected" valign="top" />
<text> Profile: <profile />
</text>
</label>
</plugin>
</shortcut>
<shortcut width="150">
<!-- Missed call Plugin -->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="18">
<format state="nocall" visible="false" />
<label>
<text>Missed calls: <calls />
</text>
</label>
</plugin>
</shortcut>
</plugin>
|
my advise is to copy this in your .xml and "play" with it, i got this working as you can see on some screenshots but unfortunately i have never been able to find documentation for the orange.dll...