2 plugins -> 1 line

This is a discussion on 2 plugins -> 1 line within the Q Home Screens and Wallpapers forums, part of the Motorola Q Software category; i got (finally) Orange.dll working... pfew. is there a sample .xml how i can have the profile and Bluetooth on ...

+ Reply to Thread
Page 1 of 3
1 2 3 LastLast
Results 1 to 10 of 24

Thread: 2 plugins -> 1 line

  1. #1
    rudeboy's Avatar
    Join Date
    Jan 2007
    Location
    ~alienated, population 1~
    Posts
    28,183
    Thanks
    287
    Thanked 2,137 Times in 1,698 Posts
    Downloads
    0
    Uploads
    0

    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.
    much later.. maybe.
    ~rb.



  2. Click here to register for our Windows Phone forums and remove these ads.
  3. #2
    smeg36's Avatar
    Join Date
    Oct 2006
    Location
    Miami Beach
    Posts
    187
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    0
    Uploads
    0

    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

  4. #3
    rudeboy's Avatar
    Join Date
    Jan 2007
    Location
    ~alienated, population 1~
    Posts
    28,183
    Thanks
    287
    Thanked 2,137 Times in 1,698 Posts
    Downloads
    0
    Uploads
    0

    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..
    much later.. maybe.
    ~rb.



  5. #4
    smeg36's Avatar
    Join Date
    Oct 2006
    Location
    Miami Beach
    Posts
    187
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    0
    Uploads
    0

    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.

    <!-- 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>
    Last edited by smeg36; 02-07-2007 at 06:51 PM.
    Device: Motorola Q (Sprint)
    Accessories: Burgundy Jabra JX10, 2GB Sandisk miniSD, Leadtek 9537 BT GPS
    Editor: www.mobilegadgetnews.com

  6. #5
    rudeboy's Avatar
    Join Date
    Jan 2007
    Location
    ~alienated, population 1~
    Posts
    28,183
    Thanks
    287
    Thanked 2,137 Times in 1,698 Posts
    Downloads
    0
    Uploads
    0

    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+)
    much later.. maybe.
    ~rb.



  7. #6
    smeg36's Avatar
    Join Date
    Oct 2006
    Location
    Miami Beach
    Posts
    187
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    0
    Uploads
    0

    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:

    <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

  8. #7
    rudeboy's Avatar
    Join Date
    Jan 2007
    Location
    ~alienated, population 1~
    Posts
    28,183
    Thanks
    287
    Thanked 2,137 Times in 1,698 Posts
    Downloads
    0
    Uploads
    0

    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..
    much later.. maybe.
    ~rb.



  9. #8
    rudeboy's Avatar
    Join Date
    Jan 2007
    Location
    ~alienated, population 1~
    Posts
    28,183
    Thanks
    287
    Thanked 2,137 Times in 1,698 Posts
    Downloads
    0
    Uploads
    0

    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 ?)
    Last edited by rudeboy; 02-21-2007 at 03:19 PM.
    much later.. maybe.
    ~rb.



  10. #9
    smeg36's Avatar
    Join Date
    Oct 2006
    Location
    Miami Beach
    Posts
    187
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    0
    Uploads
    0

    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
    Device: Motorola Q (Sprint)
    Accessories: Burgundy Jabra JX10, 2GB Sandisk miniSD, Leadtek 9537 BT GPS
    Editor: www.mobilegadgetnews.com

  11. #10
    rudeboy's Avatar
    Join Date
    Jan 2007
    Location
    ~alienated, population 1~
    Posts
    28,183
    Thanks
    287
    Thanked 2,137 Times in 1,698 Posts
    Downloads
    0
    Uploads
    0

    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.
    much later.. maybe.
    ~rb.



+ Reply to Thread
Page 1 of 3
1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts