What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Remove of scrollbars not working anymore?

Remove of scrollbars not working anymore?
Author: Message:
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. Remove of scrollbars not working anymore?
A few weeks ago, on the same version of wlm I'm using, I managed to remove the scrollbar from the contact list using a LayoutPos:none in the 1001 style.

code:
{
AccName:rcstr(20195);
AccRole:3;
Accessible:true;
Padding:rcrect(20188);
BorderThickness:rcrect(20190);
BorderColor:rcclr(59504);
LayoutPos:none;
}


Like that. The "LayoutPos:none;" was also copy'd into the 1004 style. both 1001 and 1004 have that piece of code included in both the normal Scrollbar[vertical] and the Simple Scrollbar[vertical].

but it doesn't work anymore / it doesnt work for Open Live (1.1.1).

It used to work with a skin I used before, sadly I don't recall which.
I also managed to tweak something else about it,
all "visible:false" or "visible=false" results into the space where the scrollbar is, being completely transparant. That means the Contact List Contact Mouse Over and such, will be blocked and invisible at that particular part. The attached picture shows what I mean, indicated with a pretty red border.

I can't find a way to remove them using layoutpos=none or a padding=rect.
I also hate to be feeded with the line of code, instead of learning it myself, if possible please reply in a teaching way, if not then please tell me how it's pulled of..

~Weird guy trying to create cool skin based of Open Live

EDIT: Picture added. Again x_x

.bmp File Attachment: Example - Invisible Scrollbar.bmp (242.48 KB)
This file has been downloaded 153 time(s).

This post was edited on 08-08-2008 at 08:38 AM by DennisMartijn.
08-08-2008 08:24 AM
Profile E-Mail PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: Remove of scrollbars not working anymore?
Can you please attach the image so we can understand your problem easier? :)

About the scrollbars, keep in mind that if you want to remove the scrollbars from every window and not just the contact list you need to open all style files and do that. If you only want to do that in the contact list, then you should also edit style 1009 which is the detailed contact list.
[Image: logo1nu1.png]
08-08-2008 08:28 AM
Profile PM Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: Remove of scrollbars not working anymore?
923, 1001, 1004, 1009, all have the LayoutPos:none; code at both regular and [vertical] scrollbars.
it still doesnt work. does anyone know the answer?

This post was edited on 08-08-2008 at 08:52 AM by DennisMartijn.
08-08-2008 08:38 AM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: Remove of scrollbars not working anymore?
I'm not sure why you'd want to remove an essential part of messenger's makeup like that. Why not try embedding the scrollbar elements in definitions inside another element and try layoutpos=none 'ing that
08-09-2008 09:49 AM
Profile PM Web Find Quote Report
diablotin
Junior Member
**

Avatar

Posts: 42
Reputation: -1
39 / Male / Flag
Joined: Mar 2008
RE: Remove of scrollbars not working anymore?
923 - 4005
1001 - 4005
1004 - 4005
1009 - 4005


quote:
Scrollbar
{
AccName:rcstr(20194);
AccRole:3;
Accessible:true;
Padding:rcrect(20189);
BorderThickness:rcrect(20191);
BorderColor:rcclr(20187);
}
Scrollbar[vertical]
{
AccName:rcstr(20195);
AccRole:3;
Accessible:true;
Padding:rcrect(20188);
BorderThickness:rcrect(20190);
BorderColor:rcclr(20187);
}
SimpleScrollbar
{
LayoutPos:ninebottom;
AccName:rcstr(20194);
AccRole:3;
Accessible:true;
Padding:rcrect(20189);
BorderThickness:rcrect(20191);
BorderColor:rcclr(20187);
}
SimpleScrollbar[vertical]
{
LayoutPos:nineright;
AccName:rcstr(20195);
AccRole:3;
Accessible:true;
Padding:rcrect(20188);
BorderThickness:rcrect(20190);
BorderColor:rcclr(20187);
}

replaces
borderthickness:rect(0,0,0,0);:P
[Image: userbarvlcom.gif]
[Image: baniere.png]
08-09-2008 01:30 PM
Profile E-Mail PM Web Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: Remove of scrollbars not working anymore?
on the subject of making things invisible alpha(=/:)0 is also good too. (and a great way to cheat/force things to stay when you maximize windows too)
08-09-2008 07:59 PM
Profile PM Web Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: RE: Remove of scrollbars not working anymore?
quote:
Originally posted by diablotin
923 - 4005
1001 - 4005
1004 - 4005
1009 - 4005

replaces
borderthickness:rect(0,0,0,0);:P

4005 is, sadly, a number I don't recognize. using open live, I've only just mass changed images and the def/style files, but didn't come across that number.

I tried setting the 923, 1001, 1004, 1009 style files to the borderthickness:rect(0,0,0,0);, but that didn't work.

So, I'm doing it wrong. The 4005 seems to be the answer. But, how does that work?
08-10-2008 05:32 PM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: Remove of scrollbars not working anymore?
4005 = styles
08-10-2008 05:35 PM
Profile PM Web Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: Remove of scrollbars not working anymore?
Hm. I'll try adding a padding. I know for sure it's in the style files, it worked last time. Now let's hope a padding of 1600,0,0,0 doesnt screw it all up. D:
08-10-2008 05:53 PM
Profile E-Mail PM Find Quote Report
« 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