What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » MessengerToTray

Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »
MessengerToTray
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: MessengerToTray
I think Mystical wants the ability of opening and closing the Contact List window with a hotkey not necessarily locking it.
02-23-2011 07:04 PM
Profile E-Mail PM Find Quote Report
Arcticwolfx
Full Member
***

Identity Unknown

Posts: 240
Reputation: 10
112 / Female / Flag
Joined: Feb 2011
RE: MessengerToTray
quote:
Originally posted by matty
I think Mystical wants the ability of opening and closing the Contact List window with a hotkey not necessarily locking it.
Using the hotkey only, wouldn't this do the same thing?

Just tested it, enabling the option to use Messenger Lock with a hotkey (Ctrl+Space in my case) and un-checking all the other boxes would result for my Messenger Window to hide and reappear every time I pressed it.

Or am I still misunderstanding something?

This post was edited on 02-23-2011 at 07:10 PM by Arcticwolfx.
02-23-2011 07:06 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: MessengerToTray
quote:
Originally posted by Arcticwolfx
quote:
Originally posted by matty
I think Mystical wants the ability of opening and closing the Contact List window with a hotkey not necessarily locking it.
Using the hotkey only, wouldn't this do the same thing?

Just tested it, enabling the option to use Messenger Lock with a hotkey (Ctrl+Space in my case) and un-checking all the other boxes would result for my Messenger Window to hide and reappear every time I pressed it.

Or am I still misunderstanding something?
He wants to mimic clicking the X and double clicking the icon by the use of a hotkey. Your suggestion would work in essence but he wants to close the window not just hide it from what I gather.

Speeder, good job on the script. All that you are doing in the DLL you could do within the script itself. It would take a lot of advanced scripting. (You would have to inject ASM into the process to do all the subclassing you are doing.)
02-23-2011 08:18 PM
Profile E-Mail PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: MessengerToTray
Actually I'm using a hook not subclassing since there are many windows that are created and destroyed much of the time that I need to handle for features. (WLM2011 or toast windows...)
I wrote the DLL for performance reasons - so my hook was quick. The DLL only installs thread-specific hooks now, so it should have no performance hit on the system itself. I prefer C++ over JavaScript anyways, especially for WinAPI. :)

I'm open to implementing features over the current basic stuff, but if you want one implemented, please explain what you want precisely. In the case of Mystical's request, it seems so far to be basically the same thing as what the lock feature can do, so I'm not really up for that one.
What I was thinking about was adding options to open Plus settings for example, but I don't know of any standard way I could do so however. (In WLM2009, no window is guaranteed to be opened that I could send the proper WM_COMMAND message to for example.) If someone can tell me how I should communicate with Plus! for such menu features, please say.

Does anyone know when the script upload will work again on the site? Looks like this script can be released from the lack of error reports lately.

P.S.: I haven't written previously but middle-clicking on the tray icon does auto-login :)

This post was edited on 02-23-2011 at 08:38 PM by Speeder.
02-23-2011 08:31 PM
Profile PM Find Quote Report
V@no
Full Member
***

Avatar
sexy

Posts: 162
Joined: Mar 2004
RE: RE: MessengerToTray
quote:
Originally posted by Speeder
P.S.: I haven't written previously but middle-clicking on the tray icon does auto-login :)
And there seems to be a bug with that feature - when already logged in and middle click on icon, the icon changes to "signing in" type (blue/green changes places), and that icon stays there until wlm restarted, or manually re-login. (WLM 2009 on W7 x64)

If I may, would you mind add into this topic title the current version and date it was updated, if not too much trouble? It would help keep track if there is a new version or not.

Thank you.

This post was edited on 02-24-2011 at 12:40 AM by V@no.
02-24-2011 12:39 AM
Profile PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: MessengerToTray
Alright, fixed that problem. Added the current version into my post.
02-24-2011 06:01 AM
Profile PM Find Quote Report
Mystical
Junior Member
**


Posts: 16
– / – / Flag
Joined: Feb 2011
RE: MessengerToTray
I Want if i press ex: crtl+o then open  the Contact List window and if i press ex: crtl+h then hide the Contact List window (not exit the msn).
Is feasible?
02-24-2011 12:45 PM
Profile E-Mail PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: MessengerToTray
You mean you want that not to hide your conversation windows, only to open or close the contact list?
Suppose it's feasible, but I wouldn't like adding global hotkeys like that into the system without a configuration interface. And of course I'm too lazy to create a configuration interface :)

If you want that feature, please create a hotkey setup window script. I'll add the feature then.
02-24-2011 01:39 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: MessengerToTray
quote:
Originally posted by Speeder
quote:
Originally posted by Mystical
I Want if i press ex: crtl+o then open  the Contact List window and if i press ex: crtl+h then hide the Contact List window (not exit the msn).
Is feasible?
You mean you want that not to hide your conversation windows, only to open or close the contact list?
Suppose it's feasible, but I wouldn't like adding global hotkeys like that into the system without a configuration interface. And of course I'm too lazy to create a configuration interface

If you want that feature, please create a hotkey setup window script. I'll add the feature then.
This is not my script, but if it was I would not add something like that to it either.

It is not the purpose of this script imho, and there are more than enough scripts which provide stuff like hotkeys. Moreover, showing and hiding Messenger with a hotkey is the exact thing which the already existing Messenger Lock feature does.

A script like this should, imo, just doing what it needs to do and that's it. That's exactly the power and appeal of such scripts: small, fast and to the point, without any bells and whistles which maybe 90% of all people would never use (and for those other 10% there are plenty of other (bloated) scripts).

This post was edited on 02-24-2011 at 05:20 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
02-24-2011 05:15 PM
Profile PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: MessengerToTray
I'm fine with that option as well. Heheh :)
02-24-2011 05:25 PM
Profile PM Find Quote Report
Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »
« 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