[Solved] Remove white space |
Author: |
Message: |
TheSourcE
Full Member
Posts: 152 Reputation: 4
32 / /
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:
This post was edited on 02-28-2009 at 12:08 PM by TheSourcE.
|
|
01-14-2009 04:07 PM |
|
|
blessedguy
Skinning Contest Winner
Posts: 1762 Reputation: 25
31 / /
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.
|
|
01-14-2009 04:14 PM |
|
|
robert_dll
Full Member
Posts: 393 Reputation: 8
– / /
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
This post was edited on 01-14-2009 at 05:33 PM by robert_dll.
|
|
01-14-2009 05:33 PM |
|
|
Robin2130
Junior Member
Old Cheesehead
Posts: 56
38 / /
Joined: Dec 2008
|
RE: Remove white space
Dutch:
Hey Eminem. Ik ben blij dat je de skin wil updaten. Mooi werk
English:
Hi Eminem. I'm glad that you update this skin. Great job
|
|
01-14-2009 05:51 PM |
|
|
blessedguy
Skinning Contest Winner
Posts: 1762 Reputation: 25
31 / /
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
"Apply layoutpos=none to idMeAreaScene": the whole block dissapears =) [this was my first try...]
|
|
01-14-2009 06:03 PM |
|
|
dada24300
Skinning Contest Winner
Posts: 37
50 / /
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)]
if someone had an idea
thank you in advance
Regards dada24
|
|
01-17-2009 01:45 PM |
|
|
TheSourcE
Full Member
Posts: 152 Reputation: 4
32 / /
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)]
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 |
|
|
dada24300
Skinning Contest Winner
Posts: 37
50 / /
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
|
|
01-17-2009 02:24 PM |
|
|
TheSourcE
Full Member
Posts: 152 Reputation: 4
32 / /
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.
|
|
01-17-2009 03:18 PM |
|
|
blessedguy
Skinning Contest Winner
Posts: 1762 Reputation: 25
31 / /
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.
|
|
01-17-2009 03:23 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|