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-21-2007, 09:49 PM   #11 (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

The profile plugin is probably taking up 2 lines because of the shortcut width. If you shorten the BT width and lengthen the profile width you should be able to fit it all on one line. A lot of the problems I've had is because of the BT plugin. It doesn't change with the font, size, etc. This causes some odd problems. Right after I change my homescreen there's some appearance problems (like the screenshot below compared to the screenshot above. Check the BT plugin) until I reboot. If I don't change the homescreen it doesn't do that. If I do, I have to reboot to get the appearance back to normal.

If you want to change it so it will not jump, but BT will also be unselectable, you can change the handlekeys="FOCUS" to handlekeys="CHILD". I'm probably going to end up doing that. I never really select the BT plugin, just like to see if my headsets are connected and such.
Attached Images
File Type: jpg screen.jpg (47.9 KB, 112 views)
__________________
Device: Motorola Q (Sprint)
Accessories: Burgundy Jabra JX10, 2GB Sandisk miniSD, Leadtek 9537 BT GPS
Editor: www.mobilegadgetnews.com

Last edited by smeg36; 02-21-2007 at 09:51 PM.
smeg36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 02-21-2007, 09:55 PM   #12 (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

i made it longer (it's about 2/3 of the screen width) and still it takes up 2 lines.

i also like to see the headset if it's connected and changed the FOCUS to CHILD, that's how i will leave it for now.

edit to add: getting there, it is on 1 line now !! yeah..

you da man. thanks.
__________________
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 10:06 PM.
rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2007, 01:36 PM   #13 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

I am trying to do this with my edited iqv2, which uses orange dll.

Here is the relevant code. What do I need to change to have the two plugins horizontal?


<!-- Profile Plugin -->

<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="20" width="320">
<background>
</background>
<label halign="left" valign="bottom" x="6" y="0" w="320" fgcolor="#000000" font-weight="bold" font-size="15">
<format state="selected" font-weight="bold" fgcolor="#ffffff" font-size="20"/>
<text>Profile: <profile/></text>
</label>
</plugin>

<!-- Calendar Plugin -->

<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="20" width="113">
<background b-border-width="0">
</background>
<label x="20" y="0" w="250" halign="right" bgcolor="transparent" fgcolor="#0e1140" font-size="18">
<format state="unselected" font-weight="normal" />
<format state="selected" font-weight="bold"/>
<text><subject/> <time/> <location/></text>
</label>
</plugin>
mrmailer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2007, 01:48 PM   #14 (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

here is the exact code i use:

Quote:
<!-- Profile Plugin (on 1 row with "Missed call") -->
<plugin height="20" width="100%" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">
<background b-border-color="#c9c9c9" b-border-width="1">
<format state="selected" font-weight="bold" bgcolor="COLOR_HOMEHIGHLIGHT" bgtext="transparent" />
</background>

<format state="unselected" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" />
<shortcut width="150">
<plugin file="sysplug.dll" clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="18">
<label padding-left="20">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" />
<format state="unselected" valign="top" />
<text> Profile: <profile />
</text>
</label>
</plugin>
</shortcut>
<shortcut width="150">
<!-- Missed call Plugin -->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="18">
<format state="nocall" visible="false" />
<label>
<text>Missed calls: <calls />
</text>
</label>
</plugin>
</shortcut>
</plugin>
my advise is to copy this in your .xml and "play" with it, i got this working as you can see on some screenshots but unfortunately i have never been able to find documentation for the orange.dll...
__________________
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 04-28-2007, 01:51 PM   #15 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

but i don't know what to put for csid, etc.
mrmailer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2007, 01:56 PM   #16 (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

the clsid of the plugin you want to use, those are in your original .xml file.
__________________
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 04-28-2007, 02:09 PM   #17 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

no, but if i have to add a new plugin reference for sysplug.dll, what csid do i use? i am just wondering how to modify what i pasted to make it horizontal.
mrmailer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2007, 02:30 PM   #18 (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

i get the feeling you want me to do it :}

anyway... the sysplug.dll clsid is right there in the code i showed you,
__________________
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 04-28-2007, 02:50 PM   #19 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

I tried pasting your code over mine, and it shows absolutely nothing on that area now:O
that's why i was asking.
mrmailer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-28-2007, 03:02 PM   #20 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

here is what i am trying
<!-- Profile Plugin (on 1 row with "Calendar") -->
<plugin height="20" width="100%" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">
<background b-border-color="#c9c9c9" b-border-width="1">
<format state="selected" font-weight="bold" bgcolor="COLOR_HOMEHIGHLIGHT" bgtext="transparent" />
</background>

<format state="unselected" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" />
<shortcut width="150">
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="profile" height="18">
<background>
</background>
<label halign="left" valign="bottom" x="6" y="0" w="320" fgcolor="#000000" font-weight="bold" font-size="15">
<format state="selected" font-weight="bold" fgcolor="#ffffff" font-size="20"/>
<text>Profile: <profile/></text>
</label>
</plugin>
</shortcut>
<shortcut width="150">
<!-- Calendar Plugin -->

<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="20" width="113">
<background b-border-width="0">
</background>
<label x="20" y="0" w="250" halign="right" bgcolor="transparent" fgcolor="#0e1140" font-size="18">
<format state="unselected" font-weight="normal" />
<format state="selected" font-weight="bold"/>
<text><subject/> <time/> <location/></text>
</label>
</plugin>
</shortcut>
</plugin>



--
Calendar doesn't even show up, with appointments, as it did before.
mrmailer 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:19 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