IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Homescreen Changes?
jdedl
post Jun 20 2006, 12:16 PM
Post #1


Member


Group: Members
Posts: 23
Joined: 1-November 03
Member No.: 29
Phone: Cingular 3125
Carrier: AT&T Wireless/Cingular



dry.gif
I was able to change the FONT size for my homescreen. BUT how would I change the COLOR to a darker color for "carrier, date, time, & name?

Thanx in advance.
Go to the top of the page
 
+Quote Post
abatis
post Jun 20 2006, 01:14 PM
Post #2


Site Administrator
Group Icon

Group: Admin
Posts: 3,205
Joined: 10-December 03
From: Denver, Colorado
Member No.: 626
Phone: Samsung i760
Carrier: Verizon
Secondary Carrier: Sprint
PocketPC: Other



You need to change the Hex Color Code, see this chart. Depending on your home screen just insert the new code in place of the exisiting. You may have a color table in your XML and you change the color in the table.


--------------------
Editor/Administrator MGN
MGN Making Your Windows Mobile Life Simpler

Main : Samsung i760 - Verizon
Go to the top of the page
 
+Quote Post
jdedl
post Jun 20 2006, 06:06 PM
Post #3


Member


Group: Members
Posts: 23
Joined: 1-November 03
Member No.: 29
Phone: Cingular 3125
Carrier: AT&T Wireless/Cingular



QUOTE (abatis @ Jun 20 2006, 09:14 AM) *
You need to change the Hex Color Code, see this chart. Depending on your home screen just insert the new code in place of the exisiting. You may have a color table in your XML and you change the color in the table.


Here is my home page - I changed th highlighjted codeds, had no effect.
What did I do wrong? Any suggestions?

<?xml version="1.0"?>
<home>
<author>Microsoft Corporation</author>
<contacturl>http://www.microsoft.com/</contacturl>
<title>Windows Simple</title>
<title lang="0x0409">Windows Simple</title>
<title lang="0x0407">Windows minimal</title>
<title lang="0x0c0a">Windows sencillo</title>
<title lang="0x040c">Windows simple</title>
<title lang="0x0410">Windows semplice</title>
<title lang="0x0816">Windows simples</title>
<title lang="0x0416">Windows simples</title>
<title lang="0x0809">Windows Simple</title>
<title lang="0x0406">Windows simpel</title>
<title lang="0x0413">Windows eenvoudig</title>
<title lang="0x041d">Windows enkel</title>
<title lang="0x0414">Windows - enkelt</title>
<title lang="0x040b">Yksinkertainen Windows</title>
<title lang="0x040e">Windows egyszerű</title>
<title lang="0x0405">Windows jednoduchá</title>
<title lang="0x0418">Windows simplu</title>
<title lang="0x041b">Windows jednoduché</title>
<title lang="0x0415">Prosty - Windows</title>
<title lang="0x0415">Windows Basit</title>
<title lang="0x0419">Простой Windows</title>
<title lang="0x0408">Απλός Windows</title>

<version>1.0</version>
<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3">
</default>
<background bgimage="\windows\WindowsMobile.jpg" bgimage-rotated="\windows\WindowsMobileLS.jpg" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT" />
<scheme>
<color name="COLOR_TRAYGRADLEFT" value="#CC0000" />
<color name="COLOR_HOMEHIGHLIGHT" value="#006600" />
</scheme>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27">
<iconbar fgcolor="COLOR_TRAYTEXT"/>
<background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-color="COLOR_WINDOWFRAME"/>
</plugin>
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="25">
<label font-weight="bold">
<text><carrier/></text>
</label>
</plugin>
<plugin clsid="{44FA0F8C-082F-42b4-BE49-82559F23D5D4}" name="clock" height="55">
<time font-size="30"/>
<date font-size="25" halign="right"/>
</plugin>
<plugin clsid="{4824B576-EFFE-45cf-BAE9-649B930CD244}" name="owner" height="164">
<label font-size="25" valign="bottom">
<text><name/></text>
</label>
</plugin>
</home>
Go to the top of the page
 
+Quote Post
MobileGadgetNews
post Jun 20 2006, 07:01 PM
Post #4


I am a Gadget
Group Icon

Group: Super Moderator
Posts: 56,714
Joined: 21-January 06
Member No.: 11,077



try
</plugin>
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" color="#FF0000" height="25">
<label font-weight="bold">
<text><carrier/></text>

or whatever color you want. Give it a try.
Go to the top of the page
 
+Quote Post
jdedl
post Jun 20 2006, 07:43 PM
Post #5


Member


Group: Members
Posts: 23
Joined: 1-November 03
Member No.: 29
Phone: Cingular 3125
Carrier: AT&T Wireless/Cingular



QUOTE (MobileGadgetNews @ Jun 20 2006, 03:01 PM) *
try
</plugin>
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" color="#FF0000" height="25">
<label font-weight="bold">
<text><carrier/></text>

or whatever color you want. Give it a try.


Thanx for your quick response.
I tried this, BUT no color changes. Any ideas???
<?xml version="1.0"?>
<home>
<author>Microsoft Corporation</author>
<contacturl>http://www.microsoft.com/</contacturl>
<title>Windows Simple</title>
<title lang="0x0409">Custom</title>
<title lang="0x0407">Windows minimal</title>
<title lang="0x0c0a">Windows sencillo</title>
<title lang="0x040c">Windows simple</title>
<title lang="0x0410">Windows semplice</title>
<title lang="0x0816">Windows simples</title>
<title lang="0x0416">Windows simples</title>
<title lang="0x0809">Windows Simple</title>
<title lang="0x0406">Windows simpel</title>
<title lang="0x0413">Windows eenvoudig</title>
<title lang="0x041d">Windows enkel</title>
<title lang="0x0414">Windows - enkelt</title>
<title lang="0x040b">Yksinkertainen Windows</title>
<title lang="0x040e">Windows egyszerű</title>
<title lang="0x0405">Windows jednoduchá</title>
<title lang="0x0418">Windows simplu</title>
<title lang="0x041b">Windows jednoduché</title>
<title lang="0x0415">Prosty - Windows</title>
<title lang="0x0415">Windows Basit</title>
<title lang="0x0419">Простой Windows</title>
<title lang="0x0408">Απλός Windows</title>

<version>1.0</version>
<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3">
</default>
<background bgimage="\windows\WindowsMobile.jpg" bgimage-rotated="\windows\WindowsMobileLS.jpg" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT" />
<scheme>
<color name="COLOR_HOMEHIGHLIGHT" value="#CC0000" />
<color name="COLOR_HOMEHIGHLIGHT" value="#006600" />
</scheme>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27">
<iconbar fgcolor="COLOR_TRAYTEXT"/>
<background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-color="COLOR_WINDOWFRAME"/>
</plugin>
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="25">
<label font-weight="bold">
<text><carrier/></text>
</label>
</plugin>
<plugin clsid="{44FA0F8C-082F-42b4-BE49-82559F23D5D4}" name="clock" color="#FF3300" height="55">
<time font-size="30"/>
<date font-size="25" color="#FF3300" halign="right"/>
</plugin>
<plugin clsid="{4824B576-EFFE-45cf-BAE9-649B930CD244}" name="owner" height="164">
<label font-size="25" valign="bottom">
<text><name/></text>
</label>
</plugin>
</home>
Go to the top of the page
 
+Quote Post
abatis
post Jun 20 2006, 08:10 PM
Post #6


Site Administrator
Group Icon

Group: Admin
Posts: 3,205
Joined: 10-December 03
From: Denver, Colorado
Member No.: 626
Phone: Samsung i760
Carrier: Verizon
Secondary Carrier: Sprint
PocketPC: Other



<plugin clsid="{44FA0F8C-082F-42b4-BE49-82559F23D5D4}" name="clock" fgcolor="#FF3300" height="55">
<time font-size="30"/>
<date font-size="25" fgcolor="#FF3300" halign="right"/> </plugin>

note the fgcolor


--------------------
Editor/Administrator MGN
MGN Making Your Windows Mobile Life Simpler

Main : Samsung i760 - Verizon
Go to the top of the page
 
+Quote Post
jdedl
post Jun 20 2006, 08:55 PM
Post #7


Member


Group: Members
Posts: 23
Joined: 1-November 03
Member No.: 29
Phone: Cingular 3125
Carrier: AT&T Wireless/Cingular



rolleyes.gif
QUOTE (abatis @ Jun 20 2006, 04:10 PM) *
<plugin clsid="{44FA0F8C-082F-42b4-BE49-82559F23D5D4}" name="clock" fgcolor="#FF3300" height="55">
<time font-size="30"/>
<date font-size="25" fgcolor="#FF3300" halign="right"/> </plugin>

note the fgcolor

rolleyes.gif laugh.gif smile.gif

YOU ARE THE BEST!! sorry for shouting, but it worked!!

Thank you,All
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 28th March 2024 - 09:09 AM