[Solved] Remove white space - Printable Version
-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: [Solved] Remove white space (/showthread.php?tid=88430)
[Solved] Remove white space by TheSourcE on 01-14-2009 at 04:07 PM
Does anyone now how i transpa the white space in the contactlist. I can't find that thing.
Screen:
RE: Remove white space by blessedguy on 01-14-2009 at 04:14 PM
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? =/
RE: Remove white space by robert_dll on 01-14-2009 at 05:33 PM
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
RE: Remove white space by Robin2130 on 01-14-2009 at 05:51 PM
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
RE: Remove white space by blessedguy on 01-14-2009 at 06:03 PM
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...]
RE: Remove white space by dada24300 on 01-17-2009 at 01:45 PM
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
RE: RE: Remove white space by TheSourcE on 01-17-2009 at 02:01 PM
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()>
RE: Remove white space by dada24300 on 01-17-2009 at 02:24 PM
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
RE: Remove white space by TheSourcE on 01-17-2009 at 03:18 PM
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.
RE: Remove white space by blessedguy on 01-17-2009 at 03:23 PM
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 =/
RE: Remove white space by dada24300 on 01-21-2009 at 10:44 AM
nobody has succeeded meter transparency under the scene in the conversation window?
RE: RE: Remove white space by TheSourcE on 01-21-2009 at 08:31 PM
quote: Originally posted by dada24300
nobody has succeeded meter transparency under the scene in the conversation window?
No nobody
|