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 01-08-2008, 09:35 PM   #11 (permalink)
 
MBK2's Avatar
 
Join Date: Sep 2007
Posts: 1,273
Thanks: 56
Thanked 148 Times in 139 Posts
MBK2 is on a distinguished road
Default

Quote:
Originally Posted by Der Alta View Post
In addition, you can use a "Spacer Plugin" on one side as a blank space, and the Weather on the other side. Thus enabling you to "squish" Fizz Weather down to size.
I was trying to this, but was unsuccessful. I am probably inserting it incorrectly.


Could you post a edited XML plugin that could do this?
MBK2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 01-08-2008, 09:48 PM   #12 (permalink)
 
MBK2's Avatar
 
Join Date: Sep 2007
Posts: 1,273
Thanks: 56
Thanked 148 Times in 139 Posts
MBK2 is on a distinguished road
Default

This was the best I could get it to work...

Attached Images
File Type: jpg screen002.jpg (20.8 KB, 111 views)
MBK2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-08-2008, 11:17 PM   #13 (permalink)
 
TreeFrog's Avatar
 
Join Date: Aug 2007
Location: Colorado
Posts: 3,367
Thanks: 104
Thanked 336 Times in 311 Posts
TreeFrog is on a distinguished road
Default

If you haven't found an example xml by the time I get home_I'll link you up!

This is the one I was checkin out..4 of the plugin rows use orange. As Der said, a spacer plugin would be needed I guess, even like a invisible non-selectable clock or something?
Attached Images
File Type: jpg OrangeFizz.jpg (81.7 KB, 84 views)

Last edited by TreeFrog; 01-09-2008 at 12:30 AM.
TreeFrog is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 12:32 AM   #14 (permalink)
 
TreeFrog's Avatar
 
Join Date: Aug 2007
Location: Colorado
Posts: 3,367
Thanks: 104
Thanked 336 Times in 311 Posts
TreeFrog is on a distinguished road
Default

And here's the whole tamale...

Taken from here!
Attached Files
File Type: zip Q_Columnns[1].v2.zip (10.9 KB, 25 views)

Last edited by TreeFrog; 01-09-2008 at 12:34 AM.
TreeFrog is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 03:48 AM   #15 (permalink)
 
MBK2's Avatar
 
Join Date: Sep 2007
Posts: 1,273
Thanks: 56
Thanked 148 Times in 139 Posts
MBK2 is on a distinguished road
Default

Thanks TreeFrog, I'll look it over some more, but already see n the XML that i would need Facade. I can try getting the trial version for testing with this project...
MBK2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 05:19 AM   #16 (permalink)
 
Join Date: Aug 2007
Location: South of Boston
Posts: 1,364
Thanks: 61
Thanked 349 Times in 294 Posts
Der Alta is on a distinguished road
Default

If you've installed Orange (check n99hockey's homepage for it) all you need to do is edit your current XML homescreen (Make sure to keep a backup of the original) and add this section in place of the current Fizz Weather.

Quote:
<!-- Squished Weather -->
<plugin width="320" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">
<shortcut width="120">
<!-- Spacer plugin-->
<plugin height="24" file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}"/>
</shortcut>
<shortcut width="200">
<plugin clsid="{30DF3430-2005-0509-BAA6-00AA003E0EED}" name="WeatherPlugin" >
<general sepline="false"/>
</plugin>
</shortcut>
</plugin>
The unfortunate side effect that I haven't conquered (yet) is that the right plugin is unselectable. With the Blank (or "Spacer") plugin on the left, Fizz weather is inaccesible. You have to access it via the Start menu.

Now, to really smooth this screen out, you'd have to move Bob to the right side of the screen, rebuild everything on the left, and then Fizz Weather would align in the proper spot.

Last edited by Der Alta; 01-09-2008 at 05:25 AM.
Der Alta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 05:22 AM   #17 (permalink)
 
Join Date: Aug 2007
Location: South of Boston
Posts: 1,364
Thanks: 61
Thanked 349 Times in 294 Posts
Der Alta is on a distinguished road
Default

I severely dislike the squishing of the text when you load a TXT file up to the forum.

Here is the same thing in a TXT attachment. Much easier to read.
Attached Files
File Type: txt squished-weather.txt (464 Bytes, 12 views)

Last edited by Der Alta; 01-09-2008 at 05:24 AM.
Der Alta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 05:36 AM   #18 (permalink)
 
MBK2's Avatar
 
Join Date: Sep 2007
Posts: 1,273
Thanks: 56
Thanked 148 Times in 139 Posts
MBK2 is on a distinguished road
Default

Thanks DA,
I'm at the jobsite right now and will work on it A Bit later. I could use my laptop but would rather take my time and use my desktop when I get back home.
Thanks again for the 'Squish' (LOL) plugin Bro.

potQ
MBK2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 05:44 AM   #19 (permalink)
 
MBK2's Avatar
 
Join Date: Sep 2007
Posts: 1,273
Thanks: 56
Thanked 148 Times in 139 Posts
MBK2 is on a distinguished road
Default

One other thing, I had tried earlier setting the shortcut width as is done on your Squish plugin but only the full Fizz Weather plugin appeared.
I do have Orange but not in the Home folder. Must it be i there for Orange plugins to work?
MBK2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 07:21 AM   #20 (permalink)
 
Join Date: Aug 2007
Location: South of Boston
Posts: 1,364
Thanks: 61
Thanked 349 Times in 294 Posts
Der Alta is on a distinguished road
Default

Quote:
Originally Posted by MBK2 View Post
One other thing, I had tried earlier setting the shortcut width as is done on your Squish plugin but only the full Fizz Weather plugin appeared.
I do have Orange but not in the Home folder. Must it be i there for Orange plugins to work?
The plugin I posted, would only show the Fizz Weather plugin. It'd be blank on the other section of screen. Are you saying that you've coded it the same as mine, but it still isn't pushing Fizz to the side?

As for the Orange plugin, it just has to be installed on your phone. It is a "background" plugin. As in, it wouldn't appear anywhere on a regular screen or one that uses it. Just the two plugins on one line.

I'll whip together a simple screen and post it. If that one works, it's the coding on the previous ones that need a bit of looking at.
Der Alta 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 11:03 AM.


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