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


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

Notices

Moto Q Social

Reply
 
Thread Tools Display Modes
Old 05-16-2007, 02:53 PM   #11 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,350
Thanks: 321
Thanked 2,468 Times in 2,088 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

why do you have this code?

<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" font-weight="bold" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="1">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/>
</default>

what does that do for you?
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide, Moto FAQ, or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 05-16-2007, 03:03 PM   #12 (permalink)
 
Join Date: Apr 2007
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
baer3328 is on a distinguished road
Send a message via AIM to baer3328
Default

Quote:
Originally Posted by n99hockey View Post
why do you have this code?

<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" font-weight="bold" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="1">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/>
</default>

what does that do for you?
It's the default code for one of the themes already installed on the Q. It all refers to the color scheme doesn't it?
baer3328 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-16-2007, 03:09 PM   #13 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,350
Thanks: 321
Thanked 2,468 Times in 2,088 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

edit:
wait a sec...try this...

<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" font-weight="normal" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="transparent" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="1">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT">
</default>
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide, Moto FAQ, or use Search.

Last edited by n99hockey; 05-16-2007 at 03:12 PM.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-16-2007, 03:12 PM   #14 (permalink)
 
Join Date: Apr 2007
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
baer3328 is on a distinguished road
Send a message via AIM to baer3328
Default

Quote:
Originally Posted by n99hockey View Post
yea...i think its referencing that rather than your scheme..
this xml code shouldnt refernce another homescreen...remove it and see what happens
Pardon my stupidity, by I'm not seeing where it's referencing another scheme. This is the 'defaults' code that I saw in every tutorial about making your own theme so I figured I had to put it in there. Without it, I'm pretty sure it won't display due to the fact that it contains the resolution for the screen. If I could, I'd delete the reference to the other scheme, but I'm not seeing it.
baer3328 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-16-2007, 03:13 PM   #15 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,350
Thanks: 321
Thanked 2,468 Times in 2,088 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

yea i miss understood that you meant...look at my post above...
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide, Moto FAQ, or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-16-2007, 03:17 PM   #16 (permalink)
 
Prosper's Avatar
 
Join Date: Apr 2007
Location: Germany
Posts: 701
Thanks: 1
Thanked 121 Times in 99 Posts
Prosper is on a distinguished road
Send a message via MSN to Prosper
Default

Quote:
Originally Posted by n99hockey View Post
why do you have this code?

<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" font-weight="bold" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="1">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/>
</default>

what does that do for you?
This got nothing to do with the color scheme !

This part (the <default> tag) defines standard xml values, which will be taken in every other tag if not specified another way.
For example, if you set the font-size to 20 in the default tag, the font will be size 20 in every other plugin if not set different in the specific plugin.

Hope it's understandable.
__________________

Prosper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-16-2007, 03:19 PM   #17 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,350
Thanks: 321
Thanked 2,468 Times in 2,088 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

i realized that after i posted it....
ive been trying to compare it to my other screens i have with the start button color changed and they seem pretty similar in the scheme area....
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide, Moto FAQ, or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-16-2007, 03:21 PM   #18 (permalink)
 
Prosper's Avatar
 
Join Date: Apr 2007
Location: Germany
Posts: 701
Thanks: 1
Thanked 121 Times in 99 Posts
Prosper is on a distinguished road
Send a message via MSN to Prosper
Default

Quote:
Originally Posted by n99hockey View Post
i realized that after i posted it....
ive been trying to compare it to my other screens i have with the start button color changed and they seem pretty similar in the scheme area....
You may want to have a look at this here for changing the softkeys' colors ;)
__________________

Prosper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-16-2007, 03:23 PM   #19 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,350
Thanks: 321
Thanked 2,468 Times in 2,088 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

wow thats alot of steps...lol

can you use this COLOR_SOFTKEYBTNFACE
with out all the steps?
i have never seen that before when doing the homescreens....
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide, Moto FAQ, or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-16-2007, 03:25 PM   #20 (permalink)
 
Prosper's Avatar
 
Join Date: Apr 2007
Location: Germany
Posts: 701
Thanks: 1
Thanked 121 Times in 99 Posts
Prosper is on a distinguished road
Send a message via MSN to Prosper
Default

Quote:
Originally Posted by n99hockey View Post
wow thats alot of steps...lol

can you use this COLOR_SOFTKEYBTNFACE
with out all the steps?
i have never seen that before when doing the homescreens....
Sure you can. But it won't work in the xml file. You will need to work with the registry hacks.
__________________

Prosper is offline  
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 08:33 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