What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [?] WLM 8.1 Background

Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »
[?] WLM 8.1 Background
Author: Message:
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: [?] WLM 8.1 Background
quote:
Originally posted by Willz
Have you even declared to replace the UIFIle in the skininfo.xml?

Because it doesn't look like you have there.
code:
                    <Replace>
                        <Windows>
                            <Definitions>
                                <Definition Id="947"><File>81947 Definition.txt</File></Definition>
                            </Definitions>
                            <Styles>
                                <Style Id="947"><File>81947 Style.txt</File></Style>
                            </Styles>
                        </Windows>
                    </Replace>

This post was edited on 01-05-2008 at 11:13 PM by Nagamasa.
[Image: unled1uo.png]
Joined this forum 6570 days, 9 hours, 37 minutes, 35 seconds ago.



01-05-2008 11:13 PM
Profile PM Web Find Quote Report
Willz
Senior Member
****

Avatar

Posts: 953
Reputation: 52
36 / Male / Flag
Joined: Jul 2006
RE: [?] WLM 8.1 Background
also just out of curiosity have you hidden the overlaying blue image that goes over the main background?

I can't remember the exact resource number but if you check consolidate windows you may be able to find it.
01-05-2008 11:18 PM
Profile PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: [?] WLM 8.1 Background
quote:
Originally posted by Willz

also just out of curiosity have you hidden the overlaying blue image that goes over the main background?
If it's 20056, then I just did it and removed the ugly border :P If it's 20057, then nothing really changed. If it's neither of these, then I dont know which one.
[Image: unled1uo.png]
Joined this forum 6570 days, 9 hours, 37 minutes, 35 seconds ago.



01-05-2008 11:52 PM
Profile PM Web Find Quote Report
Willz
Senior Member
****

Avatar

Posts: 953
Reputation: 52
36 / Male / Flag
Joined: Jul 2006
RE: [?] WLM 8.1 Background
ok well the last thing you can do is wrap an element around the whole window.

If you open an element after the 3rd line in the 947 definition in this way:

<element layout=filllayout() background=rcbkd(yourimage)>

and then close it before the 2nd last line it should work. I used that technique back in 8.1 to get a layering system happening so it should work for you.
01-06-2008 12:02 AM
Profile PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: [?] WLM 8.1 Background
quote:
Originally posted by Willz
ok well the last thing you can do is wrap an element around the whole window.

If you open an element after the 3rd line in the 947 definition in this way:

<element layout=filllayout() background=rcbkd(yourimage)>

and then close it before the 2nd last line it should work. I used that technique back in 8.1 to get a layering system happening so it should work for you.
Grrrr...its not working!!: :@ (@ 8.1). What am I doing wrong??!! The convo window colour wont change!!
[Image: unled1uo.png]
Joined this forum 6570 days, 9 hours, 37 minutes, 35 seconds ago.



01-06-2008 02:40 PM
Profile PM Web Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: [?] WLM 8.1 Background
920 is the conversation window file, not 947

that may explain why :P

947 is the logon window, which you added a background to in your smile a mile skin......so you can just copy that code if you want to add a background to it.
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5231 days, 6 hours, 32 minutes, 5 seconds ago
01-06-2008 05:30 PM
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: [?] WLM 8.1 Background
I was thinking why the fuck are you telling him stuff for the logon window? when in post 1 he says the chat window :P
01-06-2008 06:03 PM
Profile PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: [?] WLM 8.1 Background
quote:
Originally posted by aNILEator
I was thinking why the fuck are you telling him stuff for the logon window? when in post 1 he says the chat window :P
Yea I was wondering too...and then I thought, "I shouldn't doubt these amazing skinners." :P
quote:
Originally posted by djdannyp
920 is the conversation window file, not 947

that may explain why :P

947 is the logon window, which you added a background to in your smile a mile skin......so you can just copy that code if you want to add a background to it.

Yay it worked, by replacing

code:
<Element Layoutpos=auto Layout=FillLayout() ID=Atom(ai105)>
with
code:
<Element  Layout=FillLayout() background=rcbkd(59001)>
But how do I get it to resize to fit the window?




This post was edited on 01-06-2008 at 06:16 PM by Nagamasa.
[Image: unled1uo.png]
Joined this forum 6570 days, 9 hours, 37 minutes, 35 seconds ago.



01-06-2008 06:15 PM
Profile PM Web Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: RE: [?] WLM 8.1 Background
quote:
Originally posted by Willz
if you check 947 style and go to the mainwndcontainer element it will tell you the resource to replace.

Though be careful because from memory in 8.1 it was just a static color. You can assign a background to it though if it is.

that's why i was answering stuff to do with logon window :P
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5231 days, 6 hours, 32 minutes, 5 seconds ago
01-06-2008 06:39 PM
Profile E-Mail PM Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: [?] WLM 8.1 Background
code:
<Element Layoutpos=auto Layout=FillLayout() ID=Atom(ai105)>
with
code:
<Element  Layout=FillLayout() background=rcbkd(59001)>
How do I get it to resize to fit the window?
[Image: unled1uo.png]
Joined this forum 6570 days, 9 hours, 37 minutes, 35 seconds ago.



01-07-2008 10:13 PM
Profile PM Web Find Quote Report
Pages: (5): « First « 1 2 3 [ 4 ] 5 » 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