Shoutbox

Borders - 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: Borders (/showthread.php?tid=83218)

Borders by TheSourcE on 04-17-2008 at 02:37 PM

I want to hide the borders in the contact list. How do i do that???


RE: Borders by aNILEator on 04-17-2008 at 06:23 PM

like in Vistafy?

Simply add a padding to the contact list element :)


RE: Borders by TheSourcE on 04-17-2008 at 07:37 PM

No i mean this just like Wilz did in Fung Fu Panda.
The borders are gone i do you do that.


RE: Borders by blessedguy on 04-17-2008 at 07:43 PM

well...look for borders elements at the styles and definitions and set their backgrounds/foregrounds to argb(0,0,0,0);


RE: Borders by aNILEator on 04-18-2008 at 09:11 AM

or remove them entirely eg. layoutpos=none/deleteing/commenting out the lines, or set their padding to 0,0,0,0


RE: Borders by diablotin on 04-21-2008 at 01:21 PM

Have you to remove the borderthickness on both following line

4004-923

quote:
<element layoutpos=left padding=rect(0,0,0,5) layout=filllayout() class="noncaptionable">
<Element borderthickness=rect(0,0,0,0) Layout=Filllayout() ID=Atom(ai215)/>

RE: Borders by TheSourcE on 04-21-2008 at 01:27 PM

OK thanks it works and this line?


RE: Borders by diablotin on 04-21-2008 at 01:35 PM

make like me

4005-1001

quote:
Element[id=atom(maininfobarholder)]
{
Background:rcclr(20752);
BorderThickness:rect(0,0,0,1);
BorderColor:rcclr(20755);
}

News
code:
Element[id=atom(maininfobarholder)]
{
Background:rcclr(20752);
BorderThickness:rect(0,0,0,0);
BorderColor:rcclr(20755);
}


RE: Borders by TheSourcE on 04-21-2008 at 01:40 PM

Now this is happend:

08/04/21 15:39:35| **** The trace has started ****
08/04/21 15:39:35| Skin:
08/04/21 15:39:35| Messenger version: 8.5.1302.1018 (nl-nl)
08/04/21 15:39:35| Messenger Plus! version: 4.60.324
08/04/21 15:39:35| Last definition file loaded: 923
08/04/21 15:39:35| Last style sheet file loaded: 1001
08/04/21 15:39:35| Last picture file loaded: 20052
08/04/21 15:39:35| DUIParserFailure: Value creation failed '' 357
08/04/21 15:39:35| DUIParserFailure: Failed to locate stylesheet 'mainss' -1
08/04/21 15:39:41| **** The trace has ended ****

That's this element

Element[id=atom(maininfobarholder)]
{
Background:rcclr(20752);
BorderThickness:rect(0,0,0,0);
BorderColor:rcclr(20755);
}

No help needed anymore:D thank you very much:D it works


RE: Borders by diablotin on 04-21-2008 at 01:47 PM

the code stays 9.0 I will give you 8.5

8.5

code:
Element[id=atom(maininfobarholder)]
{
Background:rcclr(20025);
BorderThickness:rect(0,0,0,0);
BorderColor:rcclr(20020);
}

sorry for the error of version

RE: Borders by TheSourcE on 04-21-2008 at 01:49 PM

It works no all borders are gone:D thank you very much;)


RE: Borders by diablotin on 04-21-2008 at 01:52 PM

quote:
Originally posted by Eminem1992
It works no all borders are gone:D thank you very much;)
To your service, I go that I can.
If your need requires still here for the BorderThickness

Good skin with you
RE: Borders by aNILEator on 04-21-2008 at 04:28 PM

Nice helping diablotin (y) :)


RE: Borders by diablotin on 04-21-2008 at 05:06 PM

quote:
Originally posted by aNILEator
Nice helping diablotin (y) :)
I make that I can, thank you, of nothing :$
RE: Borders by blessedguy on 04-21-2008 at 05:12 PM

quote:
Originally posted by aNILEator
Nice helping diablotin (y) :)
Yeah! another helpful member...this is nice!
and, thank you for that help on removing borders of the  contact search :D (Y)
I'll include that on AuLM 1.12 (ApLM is the other ALM, so can't use ALM to avoid confusing...)