What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » How do I make a picture go across the whole contact list?!

Pages: (4): « First [ 1 ] 2 3 4 » Last »
How do I make a picture go across the whole contact list?!
Author: Message:
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
O.P. How do I make a picture go across the whole contact list?!
Alright.

Right now I currently have 2 pictures. 59003 and 59004. Those 2 consist of my contact lists background.

code:
                        <Picture Id="59003"><File>imgs\clbg.png</File></Picture>
                        <Picture Id="59004">
                            <File>imgs\clin.png</File>
                            <Metadata>
                            <UMLeft>1</UMLeft>
                            <UMRight>1</UMRight>
                            <UMTop>1</UMTop>
                            <UMBottom>1</UMBottom>
                            <Colorize>true</Colorize>
                            </Metadata>
                        </Picture>
(1)For the exterior of it is 59003 is 923 Style.txt
code:
Element[id=atom(mainwndcontainer)]
{
    Background:rcbkd(59003);
}


(2)For 59004 (the actual "contact list background" my code for 1001 Style.txt is

code:
BuddyList[ID=Atom(abview)]
{
    AccName:rcstr(45675);
    AccDesc:rcstr(45675);
    Borderthickness:rect(0,0,0,0);
    Background:rcbkd(59004);
}


Together it makes this

[Image: captureyz2.jpg]

Now everything looks good.

The 2 pictures look like they are 1 giant image going across the Contact List.

But what goes wrong is when I use the MP!L Option inside my script to remove the Search Bar.

[Image: captureaj2.jpg]

The consistency breaks because there is more space for the contact list to expand.

I'd like to know if there is a way I can make it go all across so it's 1 giant image and not 2 images.

(clbg.png) 59003
(clin.png) 59004

Thanks :)

Btw. WLM 9.0 :p

This post was edited on 12-18-2007 at 03:03 AM by prashker.
12-18-2007 03:02 AM
Profile PM Find Quote Report
Keikonium
Full Member
***


Posts: 229
Reputation: 3
35 / Male / Flag
Joined: Jul 2006
RE: How do I make a picture go across the whole contact list?!
I did it with mine, but I am not doing it exactly as you are...

What I did (and it may work for you, but might not) is use the entire large image as Image 1 in your example. Then for image 2, don't even use an image. Set the background to argb(0,255,255,255). That will set the background of the contact list entirely transparent, making your image 1 show through. Change the 0 in that argb value to a higher number to make it an opaque white. Let me know if this works for you.
Now Playing:
[image not working] [Image: 87cc21b0.png]
12-18-2007 03:33 AM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
O.P. RE: How do I make a picture go across the whole contact list?!
quote:
Originally posted by Keikonium
I did it with mine, but I am not doing it exactly as you are...

What I did (and it may work for you, but might not) is use the entire large image as Image 1 in your example. Then for image 2, don't even use an image. Set the background to argb(0,255,255,255). That will set the background of the contact list entirely transparent, making your image 1 show through. Change the 0 in that argb value to a higher number to make it an opaque white. Let me know if this works for you.

Hey.

07/12/17 23:15:34| **** The trace has started ****
07/12/17 23:15:34| Skin: LOLSECRET :p
07/12/17 23:15:34| Messenger version: 9.0.1407.1107 (en-us)
07/12/17 23:15:34| Messenger Plus! version: 4.50.312
07/12/17 23:15:34| Last definition file loaded: 923
07/12/17 23:15:34| Last style sheet file loaded: 1001
07/12/17 23:15:34| Last picture file loaded: 1015
07/12/17 23:15:34| DUIParserFailure: parse error ')' 7
07/12/17 23:15:34| DUIParserFailure: Failed to locate stylesheet 'mainss' -1


What I assume the error is from. 1001 Style.txt

<style resid=mainss>
BuddyList[ID=Atom(abview)]
{
    AccName:rcstr(45675);
    AccDesc:rcstr(45675);
    Borderthickness:rect(0,0,0,0);
    Background:argb(0,255,255,255);
}

Bolded part is Line Seven

Halp :sad:?

[Image: attachment.php?pid=875082]

edit: Making an error. For example a double )) in Background:argb(0,255,255,255))

It does not show the list at all. But you can see all the picture :p

[Image: captureic2.jpg]


.jpg File Attachment: Capture.JPG (99.76 KB)
This file has been downloaded 757 time(s).

This post was edited on 12-18-2007 at 04:34 AM by prashker.
12-18-2007 04:22 AM
Profile PM Find Quote Report
Keikonium
Full Member
***


Posts: 229
Reputation: 3
35 / Male / Flag
Joined: Jul 2006
RE: How do I make a picture go across the whole contact list?!
I use 8.5 so I can't be 100% certain, but try this:

Change the background property back to what it was, and do this:

Element[ID=Atom(ai558)]
{
    Background:argb(0,255,255,255);
}
Element[ID=Atom(ai559)]
{
    Background:argb(0,255,255,255);
}

Thats for 8.5, so I don't know if it will work for 9.0.

EDIT: Do a search for the above btw. It should be near the bottom of the 1001 style.

This post was edited on 12-18-2007 at 04:35 AM by Keikonium.
Now Playing:
[image not working] [Image: 87cc21b0.png]
12-18-2007 04:33 AM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
O.P. RE: How do I make a picture go across the whole contact list?!
quote:
Originally posted by Keikonium
EDIT: Do a search for the above btw. It should be near the bottom of the 1001 style.

It's not there :p. (It's not in ANY of the 9.0 Resources. I checked :p)

PS: I added you to WLM, because I need to go to bed now so maybe we can talk tomorrow :p.

This post was edited on 12-18-2007 at 04:45 AM by prashker.
12-18-2007 04:43 AM
Profile PM Find Quote Report
Keikonium
Full Member
***


Posts: 229
Reputation: 3
35 / Male / Flag
Joined: Jul 2006
RE: RE: How do I make a picture go across the whole contact list?!
quote:
Originally posted by SonicSam


It's not there :p. (It's not in ANY of the 9.0 Resources. I checked :p)

PS: I added you to WLM, because I need to go to bed now so maybe we can talk tomorrow :p.

I am not to sure then since I don't use 9.0.

And sounds good, I'll talk to you after school and see if we can work it out :).
Now Playing:
[image not working] [Image: 87cc21b0.png]
12-18-2007 04:49 AM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: How do I make a picture go across the whole contact list?!
hey, I think you'll find a stands for alpha :P
12-18-2007 01:05 PM
Profile PM Web Find Quote Report
Keikonium
Full Member
***


Posts: 229
Reputation: 3
35 / Male / Flag
Joined: Jul 2006
RE: RE: How do I make a picture go across the whole contact list?!
quote:
Originally posted by aNILEator
hey, I think you'll find a stands for alpha :P

And if you set it to 0, it makes things transparent.
Now Playing:
[image not working] [Image: 87cc21b0.png]
12-18-2007 07:48 PM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
O.P. RE: How do I make a picture go across the whole contact list?!
Williz (a)?!
12-18-2007 09:22 PM
Profile PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: How do I make a picture go across the whole contact list?!
When the parser fails at parsing the contact list, the contact list is hidden. Then the background you had is showing, because it was underneath the contact list.

Also try the Alpha-attribute to apply transparency. It's a number from 0-255, where 255 is 100% visible.
12-18-2007 09:48 PM
Profile E-Mail PM Find Quote Report
Pages: (4): « First [ 1 ] 2 3 4 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On