Guest spr33 Posted December 12, 2003 Report Posted December 12, 2003 Hey there. I'm trying to add an appointments line to 'ChosenOS' theme. That's the image I have for it. As you can see, all that I have edited is where the 'chosenos' text was before. This is the xml I have: <?xml version="1.0"?> <home> <author>..::: I. C. Monsters :::.. AKA - Haydn Young [spr33 edit]</author> <contacturl>[email protected]</contacturl> <title lang="0x0409">ChosenOS</title> <title lang="0x0809">ChosenOS</title> <title lang="0x040c">ChosenOS</title> <title lang="0x0407">ChosenOS</title> <title lang="0x0410">ChosenOS</title> <title lang="0x0816">ChosenOS</title> <title lang="0x040a">ChosenOS</title> <title lang="0x0804">ChosenOS</title> <version>1.1</version> <default font-face="nina" font-size="12" font-weight="normal" padding-left="0" padding-right="0" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="2" b-border-color="COLOR_HOMERULE" b-border-width="0"> <format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/> </default> <background bgimage="ChosenOS.jpg" valign="bottom"/> <scheme> <color name="COLOR_WINDOW" value="#909090"/> <color name="COLOR_WINDOWTEXT" value="#444444"/> <color name="COLOR_STATIC" value="#FFFFFF"/> <color name="COLOR_STATICTEXT" value="#000000"/> <color name="COLOR_HIGHLIGHT" value="#000000"/> <color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF"/> <color name="COLOR_MENU" value="#DFDEDE"/> <color name="COLOR_MENUTEXT" value="#444444"/> <color name="COLOR_GRAYTEXT" value="#B2B2B2"/> <color name="COLOR_GRADLEFT" value="#FFFFFF"/> <color name="COLOR_GRADRIGHT" value="#FFFFFF"/> <color name="COLOR_INTGRADLEFT" value="#FFFFFF"/> <color name="COLOR_INTGRADRIGHT" value="#FFFFFF"/> <color name="COLOR_TRAYGRADLEFT" value="#DFDEDE"/> <color name="COLOR_TRAYGRADRIGHT" value="#DFDEDE"/> <color name="COLOR_HIGHGRADLEFT" value="#999999"/> <color name="COLOR_HIGHGRADRIGHT" value="#999999"/> <color name="COLOR_TRAYTEXT" value="#000000"/> <color name="COLOR_WINDOWFRAME" value="#DFDEDE"/> <color name="COLOR_BTNFACE" value="#DFDEDE"/> <color name="COLOR_BTNTEXT" value="#444444"/> <color name="COLOR_SCROLLBAR" value="#646464"/> <color name="COLOR_HOMETEXT" value="#444444"/> <color name="COLOR_HOMEHIGHLIGHT" value="#909090"/> <color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF"/> <color name="COLOR_HOMERULE" value="#DFDEDE"/> <color name="COLOR_alertWINDOW" value="#FFFFFF"/> <color name="COLOR_alertTITLE" value="#444444"/> <color name="COLOR_alertRULE" value="#56A5C5"/> </scheme> <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="30"> <iconbar fgcolor="COLOR_STATICTEXT"/> </plugin> <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="20"> <background b-border-width="0"/> <label font-size="14" font-weight="bold" fgcolor="#000000" x="9" y="0" halign="left"> <text><carrier/></text> </label> </plugin> <plugin clsid="{44FA0F8C-082F-42b4-BE49-82559F23D5D4}" name="clock" height="20"> <background b-border-width="0"/> <time halign="left" mode="12" y="2" x="15" w="50"/> <date halign="right" mode="long" y="2" x="-14"/> </plugin> <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="textcount" height="21"> <background b-border-width="0"> <format state="selected"/> </background> <label font-weight="bold" x="75" y="6"> <text><unreadSMS/></text> </label> <label font-weight="bold" x="150" y="6"> <text><unreadEmail/></text> </label> </plugin> <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="voicecount" height="20"> <background b-border-width="0"> <format state="selected"/> <format state="nocall" visible="true"/> </background> <label font-weight="bold" x="150" y="3"> <text><unreadVMail/></text> </label> </plugin> <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="20"> <background b-border-width="0"> <format state="selected"/> </background> <format state="nocall" visible="true"/> <label font-weight="bold" x="150" y="1"> <text><calls/></text> </label> </plugin> <plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="30"> <background b-border-width="0"> <format state="selected"/> </background> <label font-weight="bold" halign="center" y="11"> <text><profile/></text> </label> </plugin> <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="30"> <background b-border-width="0"/> <mru icon-size="16" max-buttons="8" y="6" x="16"/> </plugin> <plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="30"> <background b-border-width="0"> <format state="selected" halign="center" bgcolor="transparent" font-weight="bold" /> </background> <label > <format state="selected" y="0" w="174" h="30" font-size="13" bgcolor="transparent"/> <text w="174" y="11" halign="center"><time/> :: <subject/></text> </label> </plugin> </home> I can't figure out where the actual text goes. I've had a go, and i've read the info at the MSDN dev. page and it's just doing my head in now. Thanks in advance for help.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now