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 04-29-2007, 06:58 PM   #1 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default how to restrict vertical scroll?

Just wondering how i prevent this .xml from allowing vertical scroll...

Also, why does fgcolor="#000000" not work for the calendar plugin?


----------------
Attached Files
File Type: txt hs.txt (9.4 KB, 6 views)
mrmailer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 04-29-2007, 09:15 PM   #2 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 22,236
Thanks: 300
Thanked 2,351 Times in 1,987 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

the reason it probably scrolls is becuase there is to much going on on the screen that its larger than it can hold so its technically on 2 pages
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2007, 09:17 PM   #3 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 22,236
Thanks: 300
Thanked 2,351 Times in 1,987 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

wow talk about a bunched up xml file...hurt my eyes..lol
try adding the color code to the selected text and unselected text portion of the calendar code...see if that works
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2007, 09:20 PM   #4 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

It is a hacked IQV2 using orange plugin.
I just wish I could find a simple place to put calendar plugin so that I could see appointments.
mrmailer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2007, 09:24 PM   #5 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 22,236
Thanks: 300
Thanked 2,351 Times in 1,987 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

can you take a screen shot of the homescreen?
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2007, 09:27 PM   #6 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

well, now i have the calendar instead of profile, but i want both

IF you can just tell me how to easily, using orange.dll, have calendar and profile plugin right next to each other, my day would be made))


<!-- 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="#000000" font-size="15">
<format state="unselected" font-weight="normal" />
<format state="selected" font-weight="bold"/>
<text><subject/> <time/> <location/></text>
</label>
</plugin>



<!-- 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> -->
mrmailer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2007, 09:31 PM   #7 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 22,236
Thanks: 300
Thanked 2,351 Times in 1,987 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

i dont use orange.dll unfortunately , but i think it would be better if you had the bluetooth plugin and profile plugin on 1 line since the calendar can be a wide plugin...search the homescreen forum i know people have done this and you can mimick there code...
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2007, 10:01 PM   #8 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

thanks.
however, it's not designed like that

see?
http://i5.photobucket.com/albums/y17...eenShot1-8.png
mrmailer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2007, 10:06 PM   #9 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 22,236
Thanks: 300
Thanked 2,351 Times in 1,987 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

oooooh i see...
well...that is a pretty packed screen...what i would recomend is to put the calendar plugin in place of the profile plugin...you can always access the profile by holding down the home button and select the one that you need...not exactly what you are looking for but i dont think you will get what you want with the calendar right next to the profile, it will be wastes since the calendar plugin is long
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide or use Search.
n99hockey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2007, 11:47 PM   #10 (permalink)
 
Join Date: Jan 2007
Posts: 116
Thanks: 0
Thanked 1 Time in 1 Post
mrmailer is on a distinguished road
Default

You'd think it would be that easy.
Please look at attached file.
As SOON as i delete plugin profile section, I cannot use the home screen anymore, as home.exe keeps crashing.
what's the deal?
Attached Files
File Type: txt hs2.txt (9.5 KB, 3 views)
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 04:17 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