Guest micropathic Posted September 20, 2003 Report Posted September 20, 2003 How can I push the text and icons to the bottom of the screen using xml? Here is my current code: (Please note the "author" tag as I was not the orig. writer of this home screen, just want to customize it) <?xml version="1.0"?> <home> <author>Cel</author> <contacturl>http://spv.mailsigs.com</contacturl> <title lang="0x0409">mLiteText2</title> <title lang="0x0809">mLiteText2</title> <title lang="0x040c">mLiteText2</title> <title lang="0x0407">mLiteText2</title> <title lang="0x0410">mLiteText2</title> <title lang="0x0816">mLiteText2</title> <title lang="0x040a">mLiteText2</title> <title lang="0x0804">mLiteText2</title> <version>1.0</version> <default font-face="nina" font-size="12" font-weight="normal" padding-left="3" padding-right="1" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="2" b-border-color="COLOR_HOMERULE" b-border-width="0"> <format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/> </default> <scheme> <color name="COLOR_WINDOW" value="#FFFFFF"/> <color name="COLOR_WINDOWTEXT" value="#444444"/> <color name="COLOR_STATIC" value="#FFFFFF"/> <color name="COLOR_STATICTEXT" value="#000000"/> <color name="COLOR_HIGHLIGHT" value="#999999"/> <color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF"/> <color name="COLOR_MENU" value="#D4D4D4"/> <color name="COLOR_MENUTEXT" value="#444444"/> <color name="COLOR_GRAYTEXT" value="#B2B2B2"/> <color name="COLOR_GRADLEFT" value="#FFFFFF"/> <color name="COLOR_GRADRIGHT" value="#BACDFF"/> <color name="COLOR_INTGRADLEFT" value="#FFFFFF"/> <color name="COLOR_INTGRADRIGHT" value="#FFFFFF"/> <color name="COLOR_TRAYGRADLEFT" value="#7ECDF7"/> <color name="COLOR_TRAYGRADRIGHT" value="#56A5C5"/> <color name="COLOR_HIGHGRADLEFT" value="#999999"/> <color name="COLOR_HIGHGRADRIGHT" value="#999999"/> <color name="COLOR_TRAYTEXT" value="#FFFFFF"/> <color name="COLOR_WINDOWFRAME" value="#000000"/> <color name="COLOR_BTNFACE" value="#666666"/> <color name="COLOR_BTNTEXT" value="#FFFFFF"/> <color name="COLOR_SCROLLBAR" value="#0000C0"/> <color name="COLOR_HOMETEXT" value="#444444"/> <color name="COLOR_HOMEHIGHLIGHT" value="#CC0000"/> <color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FF0000"/> <color name="COLOR_HOMERULE" value="#FFFFFF"/> <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="20"> <iconbar fgcolor="#CCCCCC"/> </plugin> <plugin clsid="{44FA0F8C-082F-42b4-BE49-82559F23D5D4}" name="clock" height="24"> <background b-border-width="0"/> <date fgcolor="#FFFFFF" valign="top" halign="left" mode="long" y="-3" x="2" /> <time fgcolor="#FFFFFF" font-size="26" font-weight="600" valign="top" halign="right" mode="24" y="-4" x="0" padding-right="4"/> </plugin> <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" width="50%" height="36"> <background b-border-width="0"/> <mru icon-size="16" max-buttons="6" y="0" x="10" valign="top" button-image="IPSMApplication DataHomelitebmp2.bmp" button-transparent-color="#000000"/> <appname y="21" halign="right" padding-right="10" fgcolor="#FFFFFF"/> </plugin> <plugin file="sysplug.dll" clsid="{37391041-C324-4725-BEE1-3232ED3539CA}" height="38"> <background> <format state="selected" fgcolor="#FF0000" bgcolor="#2A2CC5"/> </background> <format state="nocall" visible="false"/> <label> <text>Call in progress:</text> </label> <label y="17"> <text><progress/></text> </label> </plugin> <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="smms" height="20"> <background b-border-width="0"> <format state="selected" bgcolor="transparent"/> </background> <label x="7" y="0" font-size="13" font-weight="600" fgcolor="#FFFFFF"> <format state="selected" bgtext="#666666" fgcolor="#FFFF00"/> <text lang="0x0409"> sms: <unreadSMS/></text> <text lang="0x0809"> sms: <unreadSMS/></text> <text lang="0x040c"> sms: <unreadSMS/></text> <text lang="0x0407"> sms: <unreadSMS/></text> <text lang="0x0410"> sms: <unreadSMS/></text> <text lang="0x0816"> sms: <unreadSMS/></text> <text lang="0x040a"> sms: <unreadSMS/></text> <text lang="0x0804"> sms: <unreadSMS/></text> </label> <label x="60" y="0" font-size="13" font-weight="600" fgcolor="#FFFFFF"> <format state="selected" bgtext="#666666" fgcolor="#FFFF00"/> <text lang="0x0409"> email: <unreadEmail/></text> <text lang="0x0809"> email: <unreadEmail/></text> <text lang="0x040c"> email: <unreadEmail/></text> <text lang="0x0407"> email: <unreadEmail/></text> <text lang="0x0410"> email: <unreadEmail/></text> <text lang="0x0816"> email: <unreadEmail/></text> <text lang="0x040a"> email: <unreadEmail/></text> <text lang="0x0804"> email: <unreadEmail/></text> </label> <label x="120" y="0" font-size="13" font-weight="600" fgcolor="#FFFFFF"> <format state="selected" bgtext="#666666" fgcolor="#FFFF00"/> <text lang="0x0409"> vmail: <unreadVMail/></text> <text lang="0x0809"> vmail: <unreadVMail/></text> <text lang="0x040c"> vmail: <unreadVMail/></text> <text lang="0x0407"> vmail: <unreadVMail/></text> <text lang="0x0410"> vmail: <unreadVMail/></text> <text lang="0x0816"> vmail: <unreadVMail/></text> <text lang="0x040a"> vmail: <unreadVMail/> </text> <text lang="0x0804"> vmail: <unreadVMail/></text> </label> </plugin> <plugin file="sysplug.dll" clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="allday" height="21"> <background b-border-width="0"> <format state="selected" bgcolor="transparent"/> </background> <format state="noevent" visible="true"/> <label halign="left" h="21" x="20" y="2" font-size="14" padding-right="20" fgcolor="#FFFFFF"> <format state="selected" bgtext="#666666" fgcolor="#FFFF00"/> <text><subject/></text> </label> </plugin> <plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" width="70%" height="26"> <background b-border-width="0"> <format state="selected" bgcolor="transparent"/> </background> <label halign="left" h="28" x="20" y="3" padding-right="20" fgcolor="#FFFFFF"> <format state="selected" bgtext="#666666" fgcolor="#FFFF00"/> <text><subject/></text> </label> </plugin> <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="14"> <background b-border-width="0"/> <format font-weight="bold"/> <label x="95" y="-5" halign="center" w="98" fgcolor="#CCCCCC"> <text><carrier/></text> </label> </plugin> <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="20"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <format state="nocall" visible="false"/> <label h="16" halign="center" font-size="14" font-weight="700" fgcolor="#FFFF00"> <format state="selected" fgcolor="#FFFFFF" font-weight="700"/> <text lang="0x0409"> missed calls : <calls/></text> <text lang="0x0809"> missed calls : <calls/></text> <text lang="0x040c"> missed calls : <calls/></text> <text lang="0x0407"> missed calls : <calls/></text> <text lang="0x0410"> missed calls : <calls/></text> <text lang="0x0816"> missed calls : <calls/></text> <text lang="0x040a"> missed calls : <calls/></text> <text lang="0x0804"> missed calls : <calls/></text> </label> </plugin> <plugin clsid="{A1536C57-6AC2-4c31-9542-B144B0E9D076}" name="myscuts" height="18"> <format state="selected" bgcolor="#FFFF00"/> <background b-border-width="0"/> <shortcut height="18" width="19" action="IPSMWindowsStart MenuCall History.lnk"> <text>�</text> </shortcut> <shortcut height="18" width="19" action="IPSMWindowsStart MenuSettings.lnk"> <text>�</text> </shortcut> <shortcut height="18" width="19" action="IPSMWindowsStart MenuAccessoriesCalculator.lnk"> <text>�</text> </shortcut> <shortcut height="18" width="19" action="IPSMWindowsStart MenuWMPlayer.lnk"> <text>�</text> </shortcut> <shortcut icon="74" height="18" width="19" action="IPSMWindowsStart MenuSmart Explorer EN.lnk"> <text>�</text> </shortcut> <shortcut icon="102" height="18" width="19" action="IPSMWindowsStart MenuAccessoriesActiveSync.lnk"> <text>�</text> </shortcut> <shortcut icon="75" height="18" width="19" action="IPSMWindowsStart MenuSmartphoneNotes.lnk"> <text>�</text> </shortcut> <shortcut height="18" width="19" action="IPSMWindowsStart MenuAccessoriesInfrared Receive.lnk"> <text>�</text> </shortcut> <shortcut icon="92" height="18" width="19" action="IPSMWindowsStart MenuSP Task Mgr EN.lnk"> <text>�</text> </shortcut> </plugin> </home>CEZoom1.jpgCEZoom0.jpg
Guest sammi T Posted September 24, 2003 Report Posted September 24, 2003 I'm wanting to do the same thing, I'm no XML expert so i would really appreciate some help!
Guest Monolithix [MVP] Posted September 27, 2003 Report Posted September 27, 2003 You can probably do it with the y axis function in the plugin. Take a look at the MS white paper for details: http://msdn.microsoft.com/library/default....2homescreen.asp There may even be an align type function too.
Guest randy Posted September 28, 2003 Report Posted September 28, 2003 or put a blank, non-selectable plugin.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now