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



Palm CES Event live


Reply
 
Thread Tools Display Modes
Old 02-07-2007, 01:09 PM   #1 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,521
Thanks: 275
Thanked 1,992 Times in 1,626 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
Question 2 plugins -> 1 line

i got (finally) Orange.dll working... pfew. is there a sample .xml how i can have the profile and Bluetooth on the same line, thta would help a rudeboy out enormously :}

thanks.
__________________
later..
rb.


:: Quick help, click here ! :: new user guide :: Moto Q FAQ :: "my" Q apps ::

-> current device BlackBerry Storm 9530 <-
rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 02-07-2007, 01:30 PM   #2 (permalink)
 
smeg36's Avatar
 
Join Date: Oct 2006
Location: Miami Beach
Posts: 187
Thanks: 0
Thanked 1 Time in 1 Post
smeg36 is on a distinguished road
Default

I would love if there was. I looked and looked, and couldn't fine that specific plugin. I found many other .xml plugins using the Orange .dll, but could never successfully duplicate it to get the Profile and BT plugins on the same line. Eventually I gave up trying. Anyone who actually know how to use the Orange .dll (I still am really confused by it) care to post the code to do that? I'd be very happy.
__________________
Device: Motorola Q (Sprint)
Accessories: Burgundy Jabra JX10, 2GB Sandisk miniSD, Leadtek 9537 BT GPS
Editor: www.mobilegadgetnews.com
smeg36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2007, 03:00 PM   #3 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,521
Thanks: 275
Thanked 1,992 Times in 1,626 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
Smile

take a look here: http://www.qusers.com/forum/viewtopi...r=asc&start=60
page 5, half way down, i downloaded the 'theme' (VistaO) and put it on my phone, it only displays the profile, not sure if i/it needs another plugin. check it out..
__________________
later..
rb.


:: Quick help, click here ! :: new user guide :: Moto Q FAQ :: "my" Q apps ::

-> current device BlackBerry Storm 9530 <-
rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2007, 07:48 PM   #4 (permalink)
 
smeg36's Avatar
 
Join Date: Oct 2006
Location: Miami Beach
Posts: 187
Thanks: 0
Thanked 1 Time in 1 Post
smeg36 is on a distinguished road
Default

Sweet! Thank you so much. I was able to extract the plugin line from that and modify it slightly to get what I wanted. I'm still working on it, and it isn't perfect yet, but nearly there. There's just some minor tweaking I'm trying to work on now, like when I go from the Profile plugin to the Bluetooth plugin, it scrolls the plugins over instead of the selection box. I'd rather just have it move right and highlight the Bluetooth plugin than move the profile plugin off the screen and the BT plugin to the left. I also can't resize it to take up a little less space. I'd like to make it smaller, and the the words centered in the plugin space. Right now it's larger than it needs to be, and has a large gap on the top of the plugin. For now though, here's the code for the plugin, and a screen shot of what I have.

Quote:
<!-- ROW 1: Display shortcuts that scroll for Profile / Bluetooth -->
<plugin height="20" width="100%" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">
<format state="selected" font-weight="bold" align="left" valign="top" bgcolor="COLOR_HOMEHIGHLIGHT" bgtext="transparent"/>
<format state="unselected" valign="top" align="left" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" />

<shortcut width="150">
<plugin file="sysplug.dll" clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="20">
<label>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
<format state="unselected" valign="bottom" />
<text>Profile: <profile/></text>
</label>
</plugin>
</shortcut>
<shortcut width="150">
<!-- Bluetooth Plugin -->
<plugin clsid="{df648b7e-7645-419d-ba0b-503acea3edfb}">
</plugin>
</shortcut>

</plugin>
__________________
Device: Motorola Q (Sprint)
Accessories: Burgundy Jabra JX10, 2GB Sandisk miniSD, Leadtek 9537 BT GPS
Editor: www.mobilegadgetnews.com

Last edited by smeg36; 02-07-2007 at 07:51 PM.
smeg36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2007, 09:55 PM   #5 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,521
Thanks: 275
Thanked 1,992 Times in 1,626 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
Smile

you are getting somewhere.. for sure. but it looks kinda weird on my home screen:







it responds strange to me trying to scroll...

(nevermind the Unreg'd SmartSS+)
__________________
later..
rb.


:: Quick help, click here ! :: new user guide :: Moto Q FAQ :: "my" Q apps ::

-> current device BlackBerry Storm 9530 <-
rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2007, 11:05 PM   #6 (permalink)
 
smeg36's Avatar
 
Join Date: Oct 2006
Location: Miami Beach
Posts: 187
Thanks: 0
Thanked 1 Time in 1 Post
smeg36 is on a distinguished road
Default

It turns black when selected because that's the way all the other plugins function on my homescreen, so I changed it to match the rest of my plugins. It is done by this line:

Quote:
<format state="selected" font-weight="bold" align="left" valign="top" bgcolor="COLOR_HOMEHIGHLIGHT" bgtext="transparent"/>
I'd find one of the other plugins in your xml, and find out what the bgcolor= and what the bgtext= values are, then switch what you currently have with what I placed in the plugin. Your last picture is the part that bugs me. When you are on the plugin line on Profile, then hit right to go to BT is pulls the BT over instead of leaving it where it is and highlighting the BT plugin. That's what I want to figure out how to change.
__________________
Device: Motorola Q (Sprint)
Accessories: Burgundy Jabra JX10, 2GB Sandisk miniSD, Leadtek 9537 BT GPS
Editor: www.mobilegadgetnews.com
smeg36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-08-2007, 08:40 AM   #7 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,521
Thanks: 275
Thanked 1,992 Times in 1,626 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
Smile

i 'played' with those settings for a few hours now... issues;
- the selected BT jumps to the left
- the background is still black
- i am unable to get rid of the line underneath it, i added background b-border-width="0"

i did get the profile line lined up and where i want it, so yes there is progress.

thanks again..
__________________
later..
rb.


:: Quick help, click here ! :: new user guide :: Moto Q FAQ :: "my" Q apps ::

-> current device BlackBerry Storm 9530 <-
rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-21-2007, 04:14 PM   #8 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,521
Thanks: 275
Thanked 1,992 Times in 1,626 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 ever get this perfected ? i'm still struggling with it and can not get it right (i also changed home screen)

would love to have this working...

ps. or maybe you can email me your .xml, i can get things out i don't want.. does your scroll correctly ?)
__________________
later..
rb.


:: Quick help, click here ! :: new user guide :: Moto Q FAQ :: "my" Q apps ::

-> current device BlackBerry Storm 9530 <-

Last edited by rudeboy; 02-21-2007 at 04:19 PM.
rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-21-2007, 07:04 PM   #9 (permalink)
 
smeg36's Avatar
 
Join Date: Oct 2006
Location: Miami Beach
Posts: 187
Thanks: 0
Thanked 1 Time in 1 Post
smeg36 is on a distinguished road
Default

Yeah, I got it working as good as possible on my homescreen. I figured out a way to make it not scroll, but then the BT plugin wasn't selectable. I've learned to live with it scolling because I so rarely select the BT plugin. If you wanted to post your XML I could play around with it and see if I get it working properly with yours. My XML is attached to this thread.
Attached Files
File Type: zip fizz.sprint.home.zip (2.4 KB, 25 views)
__________________
Device: Motorola Q (Sprint)
Accessories: Burgundy Jabra JX10, 2GB Sandisk miniSD, Leadtek 9537 BT GPS
Editor: www.mobilegadgetnews.com
smeg36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-21-2007, 08:22 PM   #10 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,521
Thanks: 275
Thanked 1,992 Times in 1,626 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

thanks for sharing... it's the darnest thing, i copy the part (exact copy 'n paste) i want into my .xml and suddenly the profile part takes up to lines, basically i only see half because the height of that line is set -i know that 'cuz i made the space higher and then i can see both lines-

i still can't believe we are the only 2 people on this world who would like to see this work, i asked gadget to take a look-see but so far i didn't hear back.

ps. i either want the BT part to be selectable without "jumping" back & forth, or i want it to not be selectable at all (yes i heard it before, i am a nitpicker :}

c'mon guys & girls... chime in and help us out here.
__________________
later..
rb.


:: Quick help, click here ! :: new user guide :: Moto Q FAQ :: "my" Q apps ::

-> current device BlackBerry Storm 9530 <-
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:16 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Integrated by BBPixel ©2003-2009, 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