What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [Solved] Remove white space

Pages: (2): « First [ 1 ] 2 » Last »
[Solved] Remove white space
Author: Message:
TheSourcE
Full Member
***

Avatar

Posts: 152
Reputation: 4
31 / Male / Flag
Joined: Jan 2008
O.P. [Solved] Remove white space
Does anyone now how i transpa the white space in the contactlist. I can't find that thing.

Screen:

[Image: Ietshehe.png]

This post was edited on 02-28-2009 at 12:08 PM by TheSourcE.
01-14-2009 04:07 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Remove white space
look for it in definition 923 and set layoutpos to none.
quote:
<element layout=BorderLayout()>
<element layoutpos=none background=rcbkd("msgr",626)/>
<element layoutpos=client height=2000rp background=rcbkd("msgr",625)/>
<element layoutpos=client background=rcclr("msgr",85)/>
</element>

By the way, how did you remove the scene? =/

This post was edited on 01-14-2009 at 05:04 PM by blessedguy.
[Image: Empty.png]
01-14-2009 04:14 PM
Profile PM Web Find Quote Report
robert_dll
Full Member
***

Avatar

Posts: 393
Reputation: 8
– / Male / Flag
Joined: Aug 2008
RE: Remove white space
quote:
Originally posted by blessedguy
By the way, how did you remove the scene? =/
Apply layoutpos=none to idMeAreaScene in def file and alpha:0 to idMeArea in style file :P

This post was edited on 01-14-2009 at 05:33 PM by robert_dll.
01-14-2009 05:33 PM
Profile PM Web Find Quote Report
Robin2130
Junior Member
**

Avatar
Old Cheesehead

Posts: 56
37 / Male / Flag
Joined: Dec 2008
RE: Remove white space
Dutch:

Hey Eminem. Ik ben blij dat je de skin wil updaten. Mooi werk :D

English:

Hi Eminem. I'm glad that you update this skin. Great job :D
01-14-2009 05:51 PM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Remove white space
quote:
Originally posted by robert_dll
quote:
Originally posted by blessedguy
By the way, how did you remove the scene? =/
Apply layoutpos=none to idMeAreaScene in def file and alpha:0 to idMeArea in style file :P
"Apply layoutpos=none to idMeAreaScene": the whole block dissapears =) [this was my first try...]
[Image: Empty.png]
01-14-2009 06:03 PM
Profile PM Web Find Quote Report
dada24300
Skinning Contest Winner
**

Avatar

Posts: 37
50 / Male / Flag
Joined: Jan 2009
RE: Remove white space
I followed the code to delete the scene it works but I still have blue on top and bottom how to remove?

Here is the code I use

code:
<MeArea id=atom(idMeArea) layout=FillLayout()>
<Wallpaperview Id=atom(idMeAreaScene) layoutpos=none Thumbnail=false Active=0 Enabled=false/>
<Element Id=atom(idMeAreaControls) Layout=BorderLayout() Active=1 AddBehavior=Msgr::Curl()>
<Element layoutpos=client layout=BorderLayout() MinSize=Size(0,rcint("msgr",654)) Active=1>

and

code:
MeArea[id=atom(idMeArea)]
{
foreground:rcclr("msgr",639);
background:rcclr("msgr",652);
alpha:0;
}
element[id=atom(colorizecontainer)]

[Image: capturerskinxh0.jpg]

   
if someone had an idea

thank you in advance

Regards dada24
    [Image: mysignaturegarfield.png]
01-17-2009 01:45 PM
Profile E-Mail PM Web Find Quote Report
TheSourcE
Full Member
***

Avatar

Posts: 152
Reputation: 4
31 / Male / Flag
Joined: Jan 2008
O.P. RE: RE: Remove white space
quote:
Originally posted by dada24300
I followed the code to delete the scene it works but I still have blue on top and bottom how to remove?

Here is the code I use

code:
<MeArea id=atom(idMeArea) layout=FillLayout()>
<Wallpaperview Id=atom(idMeAreaScene) layoutpos=none Thumbnail=false Active=0 Enabled=false/>
<Element Id=atom(idMeAreaControls) Layout=BorderLayout() Active=1 AddBehavior=Msgr::Curl()>
<Element layoutpos=client layout=BorderLayout() MinSize=Size(0,rcint("msgr",654)) Active=1>

and

code:
MeArea[id=atom(idMeArea)]
{
foreground:rcclr("msgr",639);
background:rcclr("msgr",652);
alpha:0;
}
element[id=atom(colorizecontainer)]

[Image: capturerskinxh0.jpg]

   
if someone had an idea

thank you in advance

Regards dada24

Enter this in the first line: <MeArea id=atom(idMeArea) Alpha=0 layout=FillLayout()>
01-17-2009 02:01 PM
Profile PM Find Quote Report
dada24300
Skinning Contest Winner
**

Avatar

Posts: 37
50 / Male / Flag
Joined: Jan 2009
RE: Remove white space
thank you

ca not walk like you said to me then I finally made otherwise

I put my Blackground Elsewhere

code:
<Element id=atom(mainwndcontainer) Layoutpos=client Layout=FillLayout() Background=rcbkd(59000) Class="HIGStandardFont">

   
and I put an alpha = 0 here

code:
<element layoutpos=none height=90rp background=rcbkd("msgr",626)/>
<element layoutpos=none height=165rp background=rcbkd("msgr",625)/>
<element layoutpos=client Alpha=0 background=rcclr("msgr",85) />

thank you anyway for your help

    [Image: mysignaturegarfield.png]
01-17-2009 02:24 PM
Profile E-Mail PM Web Find Quote Report
TheSourcE
Full Member
***

Avatar

Posts: 152
Reputation: 4
31 / Male / Flag
Joined: Jan 2008
O.P. RE: Remove white space
After i solved the problem in the main window, i have a new problem.
It's in the Chat window.
The white block at the Nickname of my contact doesn't want to be transparant. I don't now i how to solve this problem.
Does anyone now how to get rid of it.

[Image: Chat.png]
01-17-2009 03:18 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Remove white space
Will try to solve that. Wait a bit

Edit: It looks like there is a general background for the convo window, just can't find it =/

This post was edited on 01-17-2009 at 03:40 PM by blessedguy.
[Image: Empty.png]
01-17-2009 03:23 PM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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