Quote:
Originally Posted by n99hockey alright cool keep us posted! |
Well I went and figured out that the color settings I was trying to use was what was messing it up.
So if I put in just the blue tooth code with no extra commands it works.
Not ideal though as I wanted it to be blue like the rest of my tex and not white.
Here is the code.
<?xml version="1.0"?>
<home>
<author>Talon</author>
<contacturl>http://www.newbieslinux.com</contacturl>
<title>Drake</title>
<version>1.0</version>
<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" font-weight="normal" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="#161AFF" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="0">
<format state="selected" font-weight="bold" fgcolor="#161AFF"/>
</default>
<background bgimage="Drake.jpg" valign="top"/>
<scheme>
<color name="COLOR_GRADLEFT" value="#FFFFFF"/>
<color name="COLOR_GRADRIGHT" value="#FFFFFF"/>
<color name="COLOR_INTGRADLEFT" value="#FFFFFF"/>
<color name="COLOR_INTGRADRIGHT" value="#CCCCCC"/>
<color name="COLOR_TRAYGRADLEFT" value="#999999" />
<color name="COLOR_HOMEHIGHLIGHT" value="#000000" />
</scheme>
<!--standard missed calls plugin-->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0">
<format state="selected" bgcolor="#000000"/>
</background>
<label halign="center" bgcolor="#000000" fgcolor="#161AFF" font-weight="bold" y="60" w="320" h="220" font-size="32">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>
</label>
</plugin>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0">
<background b-border-width="0">
</background>
<iconbar bgcolor="transparent" fgcolor="#161AFF" y="0" x="0"/>
</plugin>
<!-- Date/Time/Carrier Plugin -->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="47">
<background b-border-width="0">
</background>
<label bgcolor="transparent" halign="right" font-weight="normal" y="-5" w="320" font-size="16" fgcolor="#CCCCCC">
<text><carrier/></text>
</label>
<clock>
<date font-weight="bold" fgcolor="#161AFF" font-size="18" valign="top" halign="left" mode="short" y="27" w="320" />
<time font-weight="bold" font-size="35" bgtext="transparent" halign="left" fgcolor="#161AFF" mode="12" y="-5" w="320"/>
</clock>
</plugin>
<!-- Profile Plugin -->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="73">
<background b-border-width="0">
</background>
<label bgcolor="transparent" font-size="16">
<text lang="0x0409">Profile: <profile/></text>
</label>
</plugin>
<!-- Messages plugin -->
<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="18" width="200">
<background b-border-width="0">
</background>
<label halign="left" bgcolor="transparent" font-size="16">
<text> Email: <unreadEmail /> SMS: <unreadSMS /> Vmail: <unreadVMail/></text>
</label>
</plugin>
<!-- Calendar Plugin -->
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="22" width="170">
<background b-border-width="0">
</background>
<label w="170" halign="left" bgcolor="transparent" font-size="16">
<text><subject/> <time/> <location/></text>
</label>
</plugin>
<!-- Bluetooth Plugin -->
<plugin clsid="{df648b7e-7645-419d-ba0b-503acea3edfb}">
</plugin>
<!-- MRU -->
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="25">
<mru x="5" highlight="#161AFF" icon-size="16" max-buttons="7" y="0"/>
<appname halign="left" x="185" y="6" font-size="16" fgcolor="#161AFF"/>
</plugin>
</home>
Now I just have to figure out how to get the text to go blue like the rest without corrupting the plugin and then bring the whole set of plugins up one level to keep the theme to one page I will be good. LOL
I am getting there.
At least it is fun.