Guest bleep Posted March 8, 2006 Report Posted March 8, 2006 I need some help. Ive been following W4lly's guide and im stuck on 1 bit. I can seem to get the plugin for the shortcutt bar to go where I want it on my screen. Ive been playing around for 4 days and just cant work it out. i want the plugin to apear just below the date on the right above the start of marvins helmet Could someone help me... here is the xml <?xml version="1.0" ?> Bleep Marvin the Martian [email protected] 1.0 <!-- Color Scheme --> <!-- Iconbar Plugin --> <!-- Date/Time/Carrier Plugin --> <!-- MRU Plugin --> <!-- SMS/MMS/Email Plugin --> Email: SMS: MMS:
Guest w411y Posted March 8, 2006 Report Posted March 8, 2006 Here you go ... <?xml version="1.0" ?> <home> <author>Bleep</author> <title>Marvin the Martian</title> <contact>[email protected]</contact> <version>1.0</version> <default target-width="240" target-height="320" font-face="nina" font-size="20" font-weight="normal" fgcolor="#FFFF00" bgcolor="transparent" b-border-width="0"> <format state="selected" fgcolor="#FFFFFF" /> </default> <background bgimage="marvin_hs.jpg" valign="top" /> <!-- Color Scheme --> <scheme> <color name="COLOR_WINDOW" value="#FFFFFF" /> <color name="COLOR_WINDOWTEXT" value="#000000" /> <color name="COLOR_STATIC" value="#FFFFFF" /> <color name="COLOR_STATICTEXT" value="#000000" /> <color name="COLOR_HIGHLIGHT" value="#659EFE" /> <color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF" /> <color name="COLOR_TEXTSELECT" value="#FFFFFF" /> <color name="COLOR_MENU" value="#D9ECFF" /> <color name="COLOR_MENUTEXT" value="#000000" /> <color name="COLOR_GRAYTEXT" value="#808080" /> <color name="COLOR_GRADLEFT" value="#D9ECFF" /> <color name="COLOR_GRADRIGHT" value="#659EFE" /> <color name="COLOR_INTGRADLEFT" value="#D9ECFF" /> <color name="COLOR_INTGRADRIGHT" value="#659EFE" /> <color name="COLOR_TRAYGRADLEFT" value="#D9ECFF" /> <color name="COLOR_TRAYGRADRIGHT" value="#659EFE" /> <color name="COLOR_HIGHGRADLEFT" value="#0080FF" /> <color name="COLOR_HIGHGRADRIGHT" value="#0080FF" /> <color name="COLOR_TRAYTEXT" value="#000000" /> <color name="COLOR_WINDOWFRAME" value="#000000" /> <color name="COLOR_BTNFACE" value="#659EFE" /> <color name="COLOR_BTNTEXT" value="#000000" /> <color name="COLOR_SCROLLBAR" value="#E0E0E0" /> <color name="COLOR_HOMETEXT" value="#FFFFFF" /> <color name="COLOR_HOMEHIGHLIGHT" value="#FFFFFF" /> <color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF" /> <color name="COLOR_HOMERULE" value="#FFFFFF" /> <color name="COLOR_alertWINDOW" value="#FFFFFF" /> <color name="COLOR_alertTITLE" value="#000000" /> <color name="COLOR_alertRULE" value="#000000" /> </scheme> <!-- Iconbar Plugin --> <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="0"> <iconbar fgcolor="#FFFFFF"/> <background bgcolor="transparent" b-border-width="0"/> </plugin> <!-- Date/Time/Carrier Plugin --> <plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="70"> <label bgcolor="transparent" halign="left" font-weight="normal" y="6" x="10" w="240" font-size="32" fgcolor="#FFFFFF"> <text><carrier/></text> </label> <clock> <time font-weight="normal" font-size="34" bgtext="transparent" halign="center" fgcolor="#FFFFFF" mode="24" y="6" x="65" w="240"/> <date font-weight="normal" fgcolor="#FFFFFF" font-size="30" valign="top" halign="left" mode="long" y="40" x="50" w="240" /> </clock> </plugin> <!-- MRU Plugin --> <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="25"> <background b-border-width="0" /> <mru icon-size="16" x="71" y="0" halign="left" valign="top" max-buttons="6" /> </plugin> <!-- SMS/MMS/Email Plugin --> <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="165"> <background b-border-width="0"/> <label y="138" x="3"> <format state="selected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold" font-size="28" /> <format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="28" /> <text>Email:<unreadEmail/></text> </label> <label y="95" x="3"> <format state="selected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold" font-size="28" /> <format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="28" /> <text>SMS:<unreadSMS/></text> </label> <label y="117" x="3"> <format state="selected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold" font-size="28" /> <format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="28" /> <text>MMS:<unreadMMS/></text> </label> </plugin> </home> You had too much height on the Date/Time/Carrier ;) Regards,Wally
Guest bleep Posted March 8, 2006 Report Posted March 8, 2006 thanks bro. Im having difficulty working out how to judge the heights on each section. any tips
Guest w411y Posted March 8, 2006 Report Posted March 8, 2006 I use photoshop to create the images and there are rulers on the left and top showing pixels. So if I look at a pic and say i want the plugin to start there and finish there I put the mouse over the points and subtract one from the other leaving the height
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now