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

Message Scroller v0.3
Author: Message:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
O.P. RE: [Updated]Message Scroller v0.2
quote:
Originally posted by Apola Silverstone
umm i cna't find the part that i need to delete to make it work when msger is locked, can you help me?
Find at line 63 this code:
code:
function OnEvent_MessengerLocked() {
    WLMLocked = true;
    if (pMsgWnd != undefined) {
        pMsgWnd.Close();
    }
}
and delete it.
However, I don't know if this will show the scroller window when WLM is locked...
The reason is, I dont know wether Plus! allows scripts to create windows when WLM is locked...
With some testing I did, it seems that sometimes the window is created, and sometimes, it doesn't.
It would be nice if you could test it a little, because I'm thinking to add this as a feature... :)

quote:
Originally posted by rockmanneo
Seems the double click is not working anymore? EDIT: nevermind, didnt read the release note. Hmm but why did it work before (v0.1)?
The reason that it worked before is that I used an external DLL made in Visual Basic.
Visual Basic did forward the double click message to my DLL, so, my DLL knew that the user double clicked the window, and it performed the coded actions...
I think it is possible to do it by a DLL coded in C++ which subclasses the scroller window. It will be able to receive all the messages the window is receiving (the window is receiving the messages, but Plus! doesn't forward them to the script) and tell the script that the window was double clicked, but I think that it is too much work for nothing (and I also don't know C++ :P)
quote:
Originally posted by milkbox
- GUI (Smilie)
Yes, it is on my to-do list :)
However, I dont know what options to put there :P
I think about putting the option to show the scroller window when WLM is locked, and a transparency control thingy.
Oh, and something to enable/disable the scroller window without having to disable the script...
quote:
Originally posted by rockmanneo
- Right click to dismiss
Plus! forwards the click event to the script, but it doesn't forward the mouse button that was pressed...
So, it's not possible... :(
quote:
Originally posted by rockmanneo
- Add an option so that msg only pop up when at least 1 WLM window is active. I dont like to be doing something else and msg scroller keeps poping up on me
Yes, this is possible :)
When you say WLM window, do you mean only the chat window?
Or the contact list too, the preferences window etc?
quote:
Originally posted by rockmanneo
- Option to go back to previous chat window after replying the pop up msg, if possible
This is possible :)
quote:
Originally posted by milkbox
Is it possible to have an option to show the scroller only when the chat window is minimized?  That would be nice. (Smilie)
The scroller window should only appear if the focused window is not the chat window which the message came from...
But I think you mean to not show the window if the chat window is visible on the screen, but not focused?
If this is what you mean, then, I don't think that this is possible... :(
quote:
Originally posted by lizard.boy
1 Howabout a configuration window that would let us choose the transparency of the window?
This is on my to-do list :)
To manually change the transparency, find line 94, and change "180" to something from the range 0 ... 255 (0 is totally invisible and 255 is totally opaque)
quote:
Originally posted by lizard.boy
2 A way to make the window stop jumping around when different contacts say things
Hmmm...
What do you mean?
quote:
Originally posted by lizard.boy
3 A simple way to turn the script on/off, even though you can just disable it
This is on my todo list :)
YouTube closed-captions ripper (also allows you to download videos!)
07-21-2006 08:46 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Message Scroller v0.3 - by Mike on 06-30-2006 at 01:09 PM
RE: [Release]Message Scroller v0.1 - by benjyrama on 06-30-2006 at 07:25 PM
RE: [Release]Message Scroller v0.1 - by Zahid™ on 06-30-2006 at 07:29 PM
RE: [Release]Message Scroller v0.1 - by benjyrama on 06-30-2006 at 07:30 PM
RE: [Release]Message Scroller v0.1 - by [Shadow] on 06-30-2006 at 07:38 PM
RE: [Release]Message Scroller v0.1 - by Mike on 06-30-2006 at 08:29 PM
RE: [Release]Message Scroller v0.1 - by prashker on 06-30-2006 at 08:39 PM
RE: [Release]Message Scroller v0.1 - by Thor on 06-30-2006 at 08:42 PM
RE: [Release]Message Scroller v0.1 - by lizard.boy on 06-30-2006 at 08:54 PM
RE: [Release]Message Scroller v0.1 - by rockmanneo on 06-30-2006 at 11:04 PM
RE: [Release]Message Scroller v0.1 - by Mike on 07-01-2006 at 05:17 PM
RE: [Release]Message Scroller v0.1 - by Sypher on 07-01-2006 at 09:25 PM
RE: [Release]Message Scroller v0.1 - by Jimcando on 07-01-2006 at 11:30 PM
RE: [Updated]Message Scroller v0.2 - by Mike on 07-20-2006 at 11:04 PM
RE: [Updated]Message Scroller v0.2 - by Apola Silverstone on 07-20-2006 at 11:28 PM
RE: [Updated]Message Scroller v0.2 - by rockmanneo on 07-21-2006 at 12:04 AM
RE: [Updated]Message Scroller v0.2 - by milkbox on 07-21-2006 at 01:09 AM
RE: [Updated]Message Scroller v0.2 - by lizard.boy on 07-21-2006 at 02:39 AM
RE: [Updated]Message Scroller v0.2 - by Mike on 07-21-2006 at 08:46 AM
RE: [Updated]Message Scroller v0.2 - by Kenji on 07-21-2006 at 09:38 AM
RE: [Updated]Message Scroller v0.2 - by Thor on 07-21-2006 at 09:50 AM
RE: [Updated]Message Scroller v0.2 - by qgroessl on 07-21-2006 at 02:39 PM
RE: RE: [Updated]Message Scroller v0.2 - by rockmanneo on 07-21-2006 at 09:38 PM
RE: [Updated]Message Scroller v0.2 - by AberNStein on 07-21-2006 at 09:57 PM
RE: [Updated]Message Scroller v0.2 - by qgroessl on 07-21-2006 at 11:26 PM
RE: [Updated]Message Scroller v0.2 - by Mike on 07-21-2006 at 11:27 PM
RE: [Updated]Message Scroller v0.2 - by qgroessl on 07-21-2006 at 11:29 PM
RE: [Updated]Message Scroller v0.2 - by Mike on 07-21-2006 at 11:33 PM
RE: [Updated]Message Scroller v0.2 - by qgroessl on 07-21-2006 at 11:37 PM
RE: [Updated]Message Scroller v0.2 - by linx05 on 07-22-2006 at 08:00 AM
RE: [Updated]Message Scroller v0.2 - by Mike on 07-22-2006 at 01:05 PM
RE: RE: [Updated]Message Scroller v0.2 - by AberNStein on 07-30-2006 at 03:47 PM
RE: [Updated]Message Scroller v0.2 - by XAaronX on 07-22-2006 at 03:17 PM
RE: [Updated]Message Scroller v0.2 - by PaPalemon on 07-30-2006 at 09:31 AM
RE: [Updated]Message Scroller v0.2 - by Felu on 07-30-2006 at 09:43 AM
RE: [Updated]Message Scroller v0.2 - by hmaster on 07-30-2006 at 04:09 PM
RE: [Updated]Message Scroller v0.2 - by AberNStein on 07-31-2006 at 03:09 AM
RE: [Updated]Message Scroller v0.2 - by lrac522 on 07-31-2006 at 12:12 PM
RE: [Updated]Message Scroller v0.2 - by Jimbo on 09-15-2006 at 06:39 PM
RE: [Updated]Message Scroller v0.2 - by Luised on 11-02-2006 at 08:31 PM
RE: [Updated]Message Scroller v0.2 - by Mike on 11-02-2006 at 08:48 PM
RE: [Updated]Message Scroller v0.2 - by Luised on 11-02-2006 at 09:09 PM
RE: [Updated]Message Scroller v0.2 - by Dave on 11-03-2006 at 05:39 PM
RE: [Updated]Message Scroller v0.2 - by Jimbo on 11-03-2006 at 07:49 PM
RE: [Updated]Message Scroller v0.2 - by Dave on 11-03-2006 at 10:03 PM
RE: [Updated]Message Scroller v0.2 - by Jimbo on 11-03-2006 at 10:10 PM
RE: [Updated]Message Scroller v0.3 - by Mike on 12-19-2006 at 10:14 PM
RE: [Updated]Message Scroller v0.3 - by Mike on 07-05-2008 at 09:10 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