Everything Motorola Q  
Home Motorola Q Store Moto Q Software News Motorola Q Reviews Moto Q Forums Q Social Moto Q FAQ Contact Us Everything Q RSS feed


Go Back   Motorola Q Forum | Everything Q > Moto Q Software > Q Home Screens and Wallpapers

Notices



Reply
 
Thread Tools Display Modes
Old 06-13-2008, 03:31 PM   #1 (permalink)
 
Join Date: Jun 2008
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Tyrrell is on a distinguished road
Default Question about XML Coding

First of all, before I even say anything I will say the theme I am using is one of Eko's theme's, specifically the Punisher one and I was just trying to do some modifications to it.

The only thin I didn't like about it was the general message thing, you click it and it takes you to your message box "Which for my original Q doesn't not include voicemail" so I figured it would be easy, I just take some parts of codes from the themes that come on the q, and add it to the XML for the punisher theme.

It worked, but now the Vmail is one notch higher than the e-mail and text, so it looks weird

Quote:
<!-- Voice Mail PLugin -->

<plugin clsid="{DCE58428-275E-491f-B835-F2AC38D0CC17}" name="voicemail" height="20" width="320">
<label y="4" x="38">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="16"/>
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#eefd00" font-weight="bold" font-size="16"/>
<text><unreadVMail/></text>
</label>
</plugin>

<!-- Messages Plugin -->

<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="20" width="320">
<label y="4" x="97">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="16"/>
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#eefd00" font-weight="bold" font-size="16"/>
<text><unreadEmail/></text>
</label>
<label y="4" x="154">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="16"/>
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#eefd00" font-weight="bold" font-size="16"/>
<text> <unreadSMS/></text>
</label>
</plugin>
That is what I have come up with it works, but the E-mail and SMS is about 20 pixels lower than the voicemail and I cannot for the life of me figure out how to make them even. I tried using various Y co-ordinants, but if you make it too much then the 0, 0 just disappears.

Anyone have any ideas? I'm kind of an XML noob, just learning as I go along

P.S.

This is the original coding for the whole V-mail, E-mail, and SMS line

Quote:
<!-- Messages Plugin -->

<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="20" width="320">
<background b-border-width="0">
</background>
<label y="4" x="38">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="16"/>
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#eefd00" font-weight="bold" font-size="16"/>
<text><unreadVMail/></text>
</label>
<label y="4" x="97">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="16"/>
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#eefd00" font-weight="bold" font-size="16"/>
<text><unreadEmail/></text>
</label>
<label y="4" x="154">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="normal" font-size="16"/>
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#eefd00" font-weight="bold" font-size="16"/>
<text> <unreadSMS/></text>
</label>
</plugin>
Tyrrell is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 06-13-2008, 03:34 PM   #2 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,089
Thanks: 273
Thanked 1,929 Times in 1,590 Posts
rudeboy is on a distinguished road
Send a message via ICQ to rudeboy Send a message via MSN to rudeboy Send a message via Yahoo to rudeboy
Default

did you check this post: http://www.everythingq.com/forum/q-h...als-11322.html
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 03:36 PM   #3 (permalink)
 
Join Date: Jun 2008
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Tyrrell is on a distinguished road
Default

Quote:
Originally Posted by rudeboy View Post
Yeah skimmed through it, but I didn't see anything about seperating V-mail from the E-mail and SMS but keeping it on the same line on the home screen
Tyrrell is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 03:40 PM   #4 (permalink)
 
TreeFrog's Avatar
 
Join Date: Aug 2007
Location: Colorado
Posts: 3,489
Thanks: 106
Thanked 348 Times in 323 Posts
TreeFrog is on a distinguished road
Default

2 plugins can't share the same line unless you use Orange...but then with orange one or more may not be selectable!
__________________
TreeFrog is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 03:44 PM   #5 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,089
Thanks: 273
Thanked 1,929 Times in 1,590 Posts
rudeboy is on a distinguished road
Send a message via ICQ to rudeboy Send a message via MSN to rudeboy Send a message via Yahoo to rudeboy
Default

Quote:
Originally Posted by TreeFrog View Post
2 plugins can't share the same line unless you use Orange...but then with orange one or more may not be selectable!
uhm... i use Orange, 3 indicators on same line and selectable.
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 03:47 PM   #6 (permalink)
 
TreeFrog's Avatar
 
Join Date: Aug 2007
Location: Colorado
Posts: 3,489
Thanks: 106
Thanked 348 Times in 323 Posts
TreeFrog is on a distinguished road
Default

Quote:
Originally Posted by rudeboy View Post
uhm... i use Orange, 3 indicators on same line and selectable.
all three are individually selectable? must be that verizon thing!!
__________________
TreeFrog is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 04:20 PM   #7 (permalink)
 
Join Date: Jun 2008
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Tyrrell is on a distinguished road
Default

Ok so I found Orange, how do I use it? I installed it but I can't seem to find it on my phone now

Last edited by Tyrrell; 06-13-2008 at 04:23 PM.
Tyrrell is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 05:08 PM   #8 (permalink)
 
docmac129's Avatar
 
Join Date: Dec 2006
Posts: 1,117
Thanks: 53
Thanked 267 Times in 228 Posts
docmac129 is on a distinguished road
Default

U wont find it. it runs in the background, & it also needs to be written in the code of the xml also.
potq
docmac129 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT -5. The time now is 12:50 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Integrated by BBPixel ©2003-2008, jvbPlugin
Android forums

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33