[Request] Hide Contact List Feature - 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: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Request] Hide Contact List Feature (/showthread.php?tid=74984) [Request] Hide Contact List Feature by Lukeyy19 on 06-02-2007 at 01:10 PM
i wanted to draw script developers eyes to this - http://forum.mess.be/index.php?showtopic=21846 RE: [Request] Hide Contact List Feature by Eljay on 06-02-2007 at 03:23 PM
Beta-ish version I have hacked together . I don't really know how to add a button to the window in a reliable way so I just made it work with a script menu entry. RE: [Request] Hide Contact List Feature by Matti on 06-02-2007 at 03:29 PM Nice idea and script! Simple and well thought, that's how I like it. RE: [Request] Hide Contact List Feature by CookieRevised on 06-02-2007 at 05:07 PM
Handle doesn't need to be global, can be obtained the moment you want to hide/show. But anyways, when I use it with WLM 8.1.0178, the height of the "me area" is 176 (not 191 pixels). This gives a nicer result here and the word wheel isn't half crunshed together either with this... RE: [Request] Hide Contact List Feature by felipEx on 06-02-2007 at 05:11 PM Nice! but you need a hotkey to hide/show the contactlist window RE: [Request] Hide Contact List Feature by Eljay on 06-02-2007 at 06:16 PM
quote: Yeah already noticed the second part myself, like I said I just quickly hacked it together Updated original post. Download version 1.0.001 now! RE: [Request] Hide Contact List Feature by Felu on 06-02-2007 at 06:34 PM BUG: Hide contact list and resize window. Contact list appears again . RE: [Request] Hide Contact List Feature by Eljay on 06-02-2007 at 07:13 PM
quote: That's hardly a bug seeing as the contact list isn't technically hidden, all this script does is resize the window so the contact list is out of the frame. Nothing I can do about it afaik... RE: [Request] Hide Contact List Feature by CookieRevised on 06-02-2007 at 07:41 PM
There is a bug though (well more than one... but that's understandable for a quick mashup) with 'hiding' the contactlist and then closing it, opening it and 'showing' it again. Or somthing like that. I really didn't payed much attention at what I was doing. Anyways, the list resized even smaller (I expect height 0, but since Messenger itself forced a minimum height, it reset to the minimum height (and thus PSM dissapeared)... RE: [Request] Hide Contact List Feature by Lukeyy19 on 06-02-2007 at 07:45 PM
wow thanks for your help, thats a start, still it does need a button really, maybe you could make like a hotkey or something? RE: [Request] Hide Contact List Feature by CookieRevised on 06-02-2007 at 07:58 PM
quote:A button isn't possible with just scripting quote:CTRL+H is already in use by Messenger itself (its the word wheel). quote: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:into code: RE: RE: [Request] Hide Contact List Feature by Lukeyy19 on 06-02-2007 at 08:29 PM
quote:oh right... damn quote:well i could always be a diffrent hotkey couldent it? quote: thanks for edit, 1px wasnt enough, ive changed it to 179, and thats done the trick, cheers RE: [Request] Hide Contact List Feature by CookieRevised on 06-03-2007 at 04:59 AM
quote:??? It shows fine with 181 pixels here... strange.... can you give a screenshot of the unhidden contact list? (but with the default top menu bar visible; that's easier to measure ) RE: [Request] Hide Contact List Feature by scott2010_h on 06-03-2007 at 09:35 AM
quote:... Or You do it the dirty way and make a window and poll the contact list for change. (I think. I may be wrong about that.) quote:* scott2010_h wonders if Lukeyy19 is still using WLM 8.1 RE: [Request] Hide Contact List Feature by hmaster on 06-03-2007 at 11:03 AM Couldn't you add the button with a dll? RE: [Request] Hide Contact List Feature by Lukeyy19 on 06-03-2007 at 11:34 AM
lol does nobody believe me? |