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

Android forums

Reply
 
Thread Tools Display Modes
Old 09-11-2007, 12:42 AM   #1 (permalink)
 
smiller2076's Avatar
 
Join Date: Aug 2007
Posts: 103
Thanks: 22
Thanked 1 Time in 1 Post
smiller2076 is on a distinguished road
Default eko Black

I love this homescreen! 3 things though; is there a way to get the all day appointments to show, the voicemail/email/text counter only selects email/text, you can't access new voicemails from it (I know it's in the corner, I'm just lazy :P), is there a way to get the other screens (ie, settings) to be black with white highlight. It's currently white with blue highlight.
smiller2076 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 09-11-2007, 07:27 AM   #2 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 25,297
Thanks: 247
Thanked 1,778 Times in 1,467 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 smiller2076 View Post
I love this homescreen! 3 things though; is there a way to get the all day appointments to show, the voicemail/email/text counter only selects email/text, you can't access new voicemails from it (I know it's in the corner, I'm just lazy :P), is there a way to get the other screens (ie, settings) to be black with white highlight. It's currently white with blue highlight.
most of what you desire is possible.. not sure about the voicemail being selectable.. i mean it is selectable on my homescreen but it goes to the messaging menu.

here is the code for the allday event:
Quote:
<plugin clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="alldayevent" height="25">
<background b-border-width="0">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<format state="noevent" visible="false"/>
<label h="22">
<text><subject/></text>
</label>
</plugin>
adjust label, height and colors where needed.
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to rudeboy For This Useful Post:
smiller2076 (09-14-2007)
Old 09-11-2007, 04:06 PM   #3 (permalink)
 
smiller2076's Avatar
 
Join Date: Aug 2007
Posts: 103
Thanks: 22
Thanked 1 Time in 1 Post
smiller2076 is on a distinguished road
Default

Do I just add this to the bottom of the xml, or is there a specific spot?
smiller2076 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-11-2007, 04:40 PM   #4 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 25,297
Thanks: 247
Thanked 1,778 Times in 1,467 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 smiller2076 View Post
Do I just add this to the bottom of the xml, or is there a specific spot?
you should add it in between the plugins you want it, .xml on the homescreen follows the order how the plugins are in the file unless you give them hard-coded positions.
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to rudeboy For This Useful Post:
smiller2076 (09-14-2007)
Old 09-14-2007, 12:45 PM   #5 (permalink)
 
smiller2076's Avatar
 
Join Date: Aug 2007
Posts: 103
Thanks: 22
Thanked 1 Time in 1 Post
smiller2076 is on a distinguished road
Default

Okay...I got it to show the all day appointment, but it only shows one and doesn't show the location.
smiller2076 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-14-2007, 12:54 PM   #6 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 25,297
Thanks: 247
Thanked 1,778 Times in 1,467 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 smiller2076 View Post
Okay...I got it to show the all day appointment, but it only shows one and doesn't show the location.
go to this web site and look for the plugin reference, there is the allday plugin explained.
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to rudeboy For This Useful Post:
smiller2076 (09-14-2007)
Old 09-14-2007, 01:30 PM   #7 (permalink)
 
smiller2076's Avatar
 
Join Date: Aug 2007
Posts: 103
Thanks: 22
Thanked 1 Time in 1 Post
smiller2076 is on a distinguished road
Default

Quote:
Originally Posted by rudeboy View Post
go to this web site and look for the plugin reference, there is the allday plugin explained.

Thanks a bunch!
smiller2076 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-14-2007, 01:32 PM   #8 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 25,297
Thanks: 247
Thanked 1,778 Times in 1,467 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 smiller2076 View Post
Thanks a bunch!
you bet...
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-14-2007, 02:08 PM   #9 (permalink)
 
smiller2076's Avatar
 
Join Date: Aug 2007
Posts: 103
Thanks: 22
Thanked 1 Time in 1 Post
smiller2076 is on a distinguished road
Default

Okay, I believe I did what it said, but it still won't show the location. Would you check the file and make sure I didn't mess it up . Thanks!
Attached Files
File Type: zip black.home.zip (1.6 KB, 19 views)
smiller2076 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-14-2007, 09:59 PM   #10 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 25,297
Thanks: 247
Thanked 1,778 Times in 1,467 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 smiller2076 View Post
Okay, I believe I did what it said, but it still won't show the location. Would you check the file and make sure I didn't mess it up . Thanks!
i did not read this before on the M$ page but, it states:

Quote:
The only supported variable is the <subject/> element, which displays the subject of the all day event.
the way it can work (like on the screen i use) is by getting Facade.
__________________
later..
rb.


rudeboy 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 10:01 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