Here is what the Homescreen should look like:
The problem is that the Date and Time come out black on my Q! LOL. I've been looking at the code and it seems to be coded right, can you guys take a look and tell me what I might need to change? Thanks.
<?xml version="1.0" ?>
- <home>
<author>Ray Daley</author>
<contacturl>http://kooldezine.com</contacturl>
<title>MacWindow</title>
<version>1.0</version>
- <default target-width="
240" target-height="
320" font-face="
Segoe Condensed" font-size="
14" font-weight="
normal" padding-left="
5" padding-right="
0" bgcolor="
transparent" fgcolor="
COLOR_HOMETEXT" padding-top="
3" b-border-color="
COLOR_HOMERULE" b-border-width="
0">
<format state="
unselected" fgcolor="
#5B5B5B" font-weight="
normal" />
<format state="
selected" fgcolor="
#FFFFFF" font-weight="
normal" />
</default>
<background bgimage="
MacWindow.jpg" valign="
top" />
- <scheme>
<color name="
COLOR_GRADLEFT" value="
#FFFFFF" />
<color name="
COLOR_GRADRIGHT" value="
#DFE8F4" />
<color name="
COLOR_INTGRADLEFT" value="
#FFFFFF" />
<color name="
COLOR_INTGRADRIGHT" value="
#BACFE8" />
<color name="
COLOR_TRAYGRADLEFT" value="
#2E97E3" />
<color name="
COLOR_HOMEHIGHLIGHT" value="
#50A5E5" />
</scheme>
- <!-- standard missed calls plugin --> f(clean);
- <plugin clsid="
{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="
missedcalls" height="
220">
- <background b-border-width="
0">
<format state="
selected" bgcolor="
COLOR_HOMEHIGHLIGHT" />
</background>
- <label halign="
center" bgcolor="
#0e1140" fgcolor="
#FFFFFF" 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="
25">
<iconbar y="
5" fgcolor="
#5B5B5B" />
</plugin>
- <!-- Date/Time/Carrier Plugin --> f(clean);
- <plugin clsid="
{E09043DF-510E-4841-B652-388316977A7A}" name="
carrier" height="
34">
<background b-border-width="
0" />
- <label bgcolor="
transparent" halign="
center" fgcolor="
#ffffff" font-weight="
bold" y="
6" w="
320" font-size="
16">
- <text>
<carrier />
</text>
</label>
- <clock>
<time font-weight="
bold" font-size="
20" valign="
top" halign="
right" y="
6" x="
-20" w="
320" />
<date font-weight="
bold" font-size="
16" valign="
top" halign="
left" mode="
short" y="
6" x="
22" w="
320" />
</clock>
</plugin>
- <!-- Messaging Plugin --> f(clean);
- <plugin clsid="
{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="
SMScount" height="
23">
<background b-border-width="
0" />
- <label fgcolor="
#FFFFFF" halign="
left" h="
23" x="
22" y="
2" w="
248" font-size="
16" padding-right="
0">
<format state="
unselected" font-weight="
normal" />
<format state="
selected" font-weight="
bold" />
- <text>
Email / MMS:
<unreadEmail />
SMS:
<unreadSMS />
Voicemail:
<unreadVMail />
</text>
</label>
</plugin>
- <!-- Profile Plugin --> f(clean);
- <plugin clsid="
{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="
profile" height="
23" width="
320">
<background b-border-width="
0" />
- <label fgcolor="
#FFFFFF" halign="
left" h="
31" x="
22" y="
2" w="
248" font-size="
16" padding-right="
0">
<format state="
unselected" font-weight="
normal" />
<format state="
selected" font-weight="
bold" />
- <text>
<profile />
</text>
</label>
</plugin>
- <!-- Calendar-Plugin --> f(clean);
- <plugin clsid="
{865A354A-4A96-4687-B001-C155DC0DBE76}" name="
Calendar" height="
44">
<background b-border-width="
0" />
- <label fgcolor="
#FFFFFF" halign="
left" h="
18" x="
22" y="
16" w="
248" font-size="
16" padding-right="
0">
<format state="
unselected" font-weight="
normal" />
<format state="
selected" font-weight="
bold" />
- <text>
<time />
<location />
</text>
</label>
- <label fgcolor="
#FFFFFF" halign="
left" h="
18" x="
22" y="
3" w="
248" font-size="
16" padding-right="
0">
<format state="
unselected" font-weight="
normal" />
<format state="
selected" font-weight="
bold" />
- <text>
<subject />
</text>
</label>
</plugin>
- <!-- AllDay Event Plugin --> f(clean);
- <plugin clsid="
{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="
alldayevent" height="
23">
<background b-border-width="
0" />
<format state="
noevent" visible="
true" />
- <label fgcolor="
#FFFFFF" halign="
left" h="
18" x="
22" y="
2" w="
248" font-size="
16" padding-right="
0">
<format state="
unselected" font-weight="
normal" />
<format state="
selected" font-weight="
bold" />
- <text>
<subject />
</text>
</label>
</plugin>
- <!-- MRU --> f(clean);
- <plugin clsid="
{79EFB752-CB70-446d-B317-499723482B3D}" name="
startmru" height="
36">
<mru x="
36" y="
6" highlight="
#6d98bf" icon-size="
16" max-buttons="
10" />
</plugin>
</home>