What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Is it possible to remove scrollbars - weird white line?

Is it possible to remove scrollbars - weird white line?
Author: Message:
Kitty~
New Member
*

I eat puppies! <3

Posts: 6
– / – / Flag
Joined: Aug 2008
O.P. RE: Is it possible to remove scrollbars - weird white line?
It didn't work. Adding layoutpos=none to every definition is a fail :O

Problem: It also removes the whole contact list.
The part thats white in default skin.

Hope anyone can help me with this? :O

EDIT: FIX

code:
Scrollbar
{
AccName:rcstr(20194);
AccRole:3;
Accessible:true;
Padding:rect(0,0,0,0);
BorderThickness:rcrect(20191);
BorderColor:rcclr(59504);
LayoutPos:none;
}
Scrollbar[vertical]
{
AccName:rcstr(20195);
AccRole:3;
Accessible:true;
Padding:rect(0,0,0,0);
BorderThickness:rcrect(20190);
BorderColor:rcclr(59504);
LayoutPos:none;
}
SimpleScrollbar
{
LayoutPos:none;
AccName:rcstr(20194);
AccRole:3;
Accessible:true;
Padding:rect(0,0,0,0);
BorderThickness:rcrect(20191);
BorderColor:rcclr(59504);
}
SimpleScrollbar[vertical]
{
LayoutPos:none;
AccName:rcstr(20195);
AccRole:3;
Accessible:true;
Padding:rect(0,0,0,0);
BorderThickness:rcrect(20190);
BorderColor:rcclr(59504);

1001 Style
Adding/Replacing LayoutPos:none; did the trick. but thanks for the help, I appreciate it ;)


EDIT 2: The evil white line is still there, setting the backgroundcolor to argb(0,0,0,0) did edit the line, though it ended up as black because messenger doesnt handle transparant backgrounds. LayoutPos:none;  just results into the remove of the contact list part.. D:
any suggestions?

EDIT 3: Lol, I just fixed everything in a small amount of time. x_x the borderthickness of 1001 Definition was the pain in the..

<3 Kitty

This post was edited on 09-18-2008 at 02:42 PM by Kitty~.
09-18-2008 02:22 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is it possible to remove scrollbars - weird white line? - by Kitty~ on 09-18-2008 at 05:52 AM
RE: Is it possible to remove scrollbars - weird white line? - by ryxdp on 09-18-2008 at 06:30 AM
RE: Is it possible to remove scrollbars - weird white line? - by Kitty~ on 09-18-2008 at 07:19 AM
RE: Is it possible to remove scrollbars - weird white line? - by ryxdp on 09-18-2008 at 07:38 AM
RE: Is it possible to remove scrollbars - weird white line? - by Kitty~ on 09-18-2008 at 02:22 PM
RE: Is it possible to remove scrollbars - weird white line? - by vaccination on 09-18-2008 at 03:23 PM


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