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 06-16-2008, 04:36 PM   #1 (permalink)
 
Join Date: May 2008
Posts: 23
Thanks: 0
Thanked 3 Times in 3 Posts
Falconone is on a distinguished road
Default Homescreen Coding Help

I'm trying to add fizz weather to the bottom of Golden Y's LCD homescreen but when I move the files over the weather is stuck at the top of its respective slide with the background of the lcd screen.




I'm trying to get it to use this image for the background:



Here's my coding so far:

<!-- Profile Plugin -->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="185">
<background b-border-width="0" bgimage="\Application Data\Home\GYPHTCDiamond_LCD\GYPHTCDiamond_profileb lue.jpg">
</background>
<label bgcolor="transparent" y="93" x="19" fgcolor="#FFFFFF" font-size="28" halign="center">
<format state="unselected" font-weight="normal" />
<format state="selected" font-weight="normal"/>
<text lang="0x0409"><profile/></text>
</label>
</plugin>

<!-- IconBar -->
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0" w="320">
<iconbar bgcolor="transparent" fgcolor="#ffffff" y="0" x="0"/>
</plugin>

<!-- Spacer-Plugin -->
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="213">
<background b-border-width="0">
<format state="selected" bgcolor="transparent"/>
</background>
</plugin>

<!-- Fizz Weather -->
<plugin clsid="{30DF3430-2005-0509-BAA6-00AA003E0EED}" name="WeatherPlugin" height="185">
<background b-border-width="0" bgimage="\Application Data\Home\GYPHTCDiamond_LCD\GYPHTCDiamond_weatherb lue.jpg">
</background>
</plugin>

<!-- IconBar -->
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0" w="320">
<iconbar bgcolor="transparent" fgcolor="#ffffff" y="0" x="0"/>
</plugin>

</home>
Falconone is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 06-16-2008, 11:00 PM   #2 (permalink)
 
docmac129's Avatar
 
Join Date: Dec 2006
Posts: 1,103
Thanks: 53
Thanked 262 Times in 224 Posts
docmac129 is on a distinguished road
Default

If i remember correctly, u can only have 1 plugin per screen on every screen but the last screen. I believe this screen is like Eko's flip screens, which would make what I said true (or so I think). This means that weather could'nt be added to the 1st screen since it already has the Lcd plugin on it. But I may be wrong.
potq
docmac129 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2008, 05:53 PM   #3 (permalink)
 
Join Date: May 2008
Posts: 23
Thanks: 0
Thanked 3 Times in 3 Posts
Falconone is on a distinguished road
Default

Quote:
Originally Posted by docmac129 View Post
If i remember correctly, u can only have 1 plugin per screen on every screen but the last screen. I believe this screen is like Eko's flip screens, which would make what I said true (or so I think). This means that weather could'nt be added to the 1st screen since it already has the Lcd plugin on it. But I may be wrong.
potq
I'm trying to add/make a sixth screen that shows up after I scroll down from the five in the original. Is there a way to make it work or am I limited to five screens?
Falconone is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Falconone For This Useful Post:
docmac129 (06-18-2008)
Old 06-18-2008, 06:09 PM   #4 (permalink)
 
docmac129's Avatar
 
Join Date: Dec 2006
Posts: 1,103
Thanks: 53
Thanked 262 Times in 224 Posts
docmac129 is on a distinguished road
Default

No u r not limited, but if u want weather on its own screen, u would have to add that screen b4 the last screen with the multiple plugins.
docmac129 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2008, 09:18 PM   #5 (permalink)
 
docmac129's Avatar
 
Join Date: Dec 2006
Posts: 1,103
Thanks: 53
Thanked 262 Times in 224 Posts
docmac129 is on a distinguished road
Default

Falconone,
When u get a chance, upload the xml & all of the screens to me and I will take a look at it to see if I can get it working for u.
__________________
I use Eko's Black Soft Keys on all my HS's. If u want them click here. Otherwise, u will get the default color!!
docmac129 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2008, 10:54 PM   #6 (permalink)
 
Join Date: May 2008
Posts: 23
Thanks: 0
Thanked 3 Times in 3 Posts
Falconone is on a distinguished road
Default

anyone know of a fix for this, tried to get back into figuring it out and wondering if it's even possible

here are the screens and hs file if anyone can help

http://rapidshare.com/files/12346454...DFizz.zip.html
Falconone is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-05-2008, 11:58 AM   #7 (permalink)
 
docmac129's Avatar
 
Join Date: Dec 2006
Posts: 1,103
Thanks: 53
Thanked 262 Times in 224 Posts
docmac129 is on a distinguished road
Default

Quote:
Originally Posted by Falconone View Post
anyone know of a fix for this, tried to get back into figuring it out and wondering if it's even possible

here are the screens and hs file if anyone can help

http://rapidshare.com/files/12346454...DFizz.zip.html
I looked into this for you Falconone, & with Fizz, u don't have the ability to mod the height or width of their HS plugin yet (supposedly that ability is coming in their next update). Therefore, U would NOT be able to restrict the icons to within that blue centered box on the weather screen. Lastly, to accomplish it, u would have to alter all of the images within that file to incorporate the weather screen (*Meaning that u would have to take each individual screen & make new Selected/Unselected images for the tabs on the left *ALOT of work for someone who doesn't have the original psd file*).
Im NOT saying it isn't do able, but it would be alot of PS work/XML coding changes, NOT to mention that u cant restrict Fizz to within that box. I did start the project for you when u asked last, & even made the PS new images needed for the HS, but gave up when I couldn't mod Fizz. Also, I've since cleaned up all old projects *meaning I've gotten rid of those particular images" Sorry.
__________________
I use Eko's Black Soft Keys on all my HS's. If u want them click here. Otherwise, u will get the default color!!
docmac129 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-05-2008, 12:24 PM   #8 (permalink)
 
Join Date: May 2008
Posts: 23
Thanks: 0
Thanked 3 Times in 3 Posts
Falconone is on a distinguished road
Default

Quote:
Originally Posted by docmac129 View Post
I looked into this for you Falconone, & with Fizz, u don't have the ability to mod the height or width of their HS plugin yet (supposedly that ability is coming in their next update). Therefore, U would NOT be able to restrict the icons to within that blue centered box on the weather screen. Lastly, to accomplish it, u would have to alter all of the images within that file to incorporate the weather screen (*Meaning that u would have to take each individual screen & make new Selected/Unselected images for the tabs on the left *ALOT of work for someone who doesn't have the original psd file*).
Im NOT saying it isn't do able, but it would be alot of PS work/XML coding changes, NOT to mention that u cant restrict Fizz to within that box. I did start the project for you when u asked last, & even made the PS new images needed for the HS, but gave up when I couldn't mod Fizz. Also, I've since cleaned up all old projects *meaning I've gotten rid of those particular images" Sorry.
wow, didn't think it would be that much work, thanks for clearing up what would be involved and for the help
Falconone 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 01: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