What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Hide Contact List Feature

[Request] Hide Contact List Feature
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Request] Hide Contact List Feature
quote:
Originally posted by Lukeyy19
still it does need a button really
A button isn't possible with just scripting

quote:
Originally posted by Lukeyy19
like Crtl+H to hide or something?
CTRL+H is already in use by Messenger itself (its the word wheel).

quote:
Originally posted by Lukeyy19
also how can i make it hide just a few more pixels as there is still a slight white bar?
download the latest version to start with.

Then go to the source of the script (Plus! > Preferences > General > Scripts > Hide Contact List > Edit) and change this line:
code:
var newHeight = (Messenger.Version >= 8.5) ? 182 : 176;
into
code:
var newHeight = (Messenger.Version >= 8.5) ? 181 : 176;

This post was edited on 06-02-2007 at 08:28 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-02-2007 07:58 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Hide Contact List Feature - by Lukeyy19 on 06-02-2007 at 01:10 PM
RE: [Request] Hide Contact List Feature - by Eljay on 06-02-2007 at 03:23 PM
RE: [Request] Hide Contact List Feature - by Matti on 06-02-2007 at 03:29 PM
RE: [Request] Hide Contact List Feature - by CookieRevised on 06-02-2007 at 05:07 PM
RE: [Request] Hide Contact List Feature - by felipEx on 06-02-2007 at 05:11 PM
RE: [Request] Hide Contact List Feature - by Eljay on 06-02-2007 at 06:16 PM
RE: [Request] Hide Contact List Feature - by Felu on 06-02-2007 at 06:34 PM
RE: [Request] Hide Contact List Feature - by Eljay on 06-02-2007 at 07:13 PM
RE: [Request] Hide Contact List Feature - by CookieRevised on 06-02-2007 at 07:41 PM
RE: [Request] Hide Contact List Feature - by Lukeyy19 on 06-02-2007 at 07:45 PM
RE: [Request] Hide Contact List Feature - by CookieRevised on 06-02-2007 at 07:58 PM
RE: RE: [Request] Hide Contact List Feature - by Lukeyy19 on 06-02-2007 at 08:29 PM
RE: [Request] Hide Contact List Feature - by CookieRevised on 06-03-2007 at 04:59 AM
RE: [Request] Hide Contact List Feature - by scott2010_h on 06-03-2007 at 09:35 AM
RE: [Request] Hide Contact List Feature - by hmaster on 06-03-2007 at 11:03 AM
RE: [Request] Hide Contact List Feature - by Lukeyy19 on 06-03-2007 at 11:34 AM


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