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

Pages: (5): « First [ 1 ] 2 3 4 5 » Last »
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. Message Scroller v0.3
This script displays a window when someone sends you a message wich has the message the user sent you, so if it is a non-important message, or if you are chatting with someone and you are typing a message, and someone else sends you a message, and if you don't want to change window to see what that user typed, you can use this script to see what the other user typed, without changing windows.
The idea was from an addon for old MSN Messenger Versions called "Message Scroller" too (the name is also the same)
The official site for that addon is here: http://www.cramon.dk/messenger.htm
As you can see, this script doesn't really look like that addon, because it's new, but I hope that I will continue development of this script to make it look like that addon.

If you need to close the window, just double click on it.
Double clicking it, will close it, and set the foreground window the chat that the message was received from.

Screenshot:
[Image: scroller.PNG]

Website

Scripts DB website

Download Now!


Do you think this script is worth the Script DB? :P

Script package created with Dempsey's Script Packager.
Let's hope that he will complete his Window Designer program, so I can continue development in this script :P



30/06/08: Message Scroller is now 2 years old!
Happy birthday! (^)



30/06/07: Message Scroller is now 1 year old!
Happy birthday! (^)



19/12/06: Version 0.3 released!
Same link.

What's new?
Finally added a configuration window!
In the config window, you can access these options:
1) Enable Message scroller - When checked, the Message Scroller windows will appear.
2) Do not show Scroller when my status is set to busy - Message Scroller will not show up when your status is set to busy.
3) Do not show Scroller when Messenger is locked - When you have WLM locked and this option, the scroller window will not show up when you receive messages.
4) Do not show Scroller when a chat window has focus - When this is enabled, the scroller will not appear if a chat window has currently focus. It doesn't matter if that window is from another WLM instance.
5) Automatically dismiss scroller after X ms - This can be a value from 100ms to 86.400.000ms (one day) If you would like not to use this option, just put 0 there.
6) Scroller Window transparency - A value from 20 to 255 where 20 is hardly visible and 255 is opaque.
Added /scrollerenable and /scrollerdisable commands.
Focus is given back to the window which had it after the scroller window appears.
Added a small about dialog.
Various small bug fixes.



21/07/06: Version 0.2 released!
Same link.

What's new?
Uses Plus!'s XML interface engine now, which is a lot nicer, thanks to Matty. That means that no DLLs are now needed.
The position of the scroller window is remembered when it's closed, and it is restored to that position when a new message is received.
You now need to click a "Switch" button instead of double clicking the window. This is done since of a limitation (there is no double click event on the window)

Known Bugs:
The scroller window loses the Windows XP dragging window effect if a WLM window isn't shown on the screen.
This has something to do with the Always on Top code, but I still haven't figured out what...

This post was edited on 07-05-2008 at 01:39 PM by Mike.
YouTube closed-captions ripper (also allows you to download videos!)
06-30-2006 01:09 PM
Profile E-Mail PM Web Find Quote Report
benjyrama
Full Member
***

Avatar
who?

Posts: 219
Reputation: 1
33 / Male / Flag
Joined: Jun 2004
RE: [Release]Message Scroller v0.1
sorry but how the hell do you use this??
[Image: userbardz2.gif]
06-30-2006 07:25 PM
Profile PM Find Quote Report
Zahid™
Senior Member
****

Avatar

Posts: 954
Reputation: 18
– / Male / Flag
Joined: Nov 2005
RE: [Release]Message Scroller v0.1
You download the file and import it into MsgPlus Live and then configure it.
[Image: Zahid.png]
06-30-2006 07:29 PM
Profile PM Web Find Quote Report
benjyrama
Full Member
***

Avatar
who?

Posts: 219
Reputation: 1
33 / Male / Flag
Joined: Jun 2004
RE: [Release]Message Scroller v0.1
how do u configure it? it doesnt appear in the dropdown list in conversation windows
[Image: userbardz2.gif]
06-30-2006 07:30 PM
Profile PM Find Quote Report
[Shadow]
New Member
*

Avatar
...

Posts: 13
38 / Male / –
Joined: Jun 2006
RE: [Release]Message Scroller v0.1
Just tested it. Works great! And it's helpful.
[Image: DeathxShadow.png]
06-30-2006 07:38 PM
Profile E-Mail PM Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
O.P. RE: [Release]Message Scroller v0.1
quote:
Originally posted by Zahid™
You download the file and import it into MsgPlus Live and then configure it.
quote:
Originally posted by benjyrama
how do u configure it? it doesnt appear in the dropdown list in conversation windows
He is right.
There is no configurate option (yet).
quote:
Originally posted by benjyrama
sorry but how the hell do you use this??
Install/Enable this script.
When someone sends you a message a window appears which has the Nickname from the user that sent the message, and the actual message. (Check Screenshot)
This doesn't happen however when the message received comes from the active window, because it would be useless then.

This can be also used as a script that you can see what other users are saying when you have messenger locked.
However, this won't "out of the box".
It's very easy to make it work: Go to Plus! Preferences -> Make sure that you are on the General tab -> On the left side, click Scripts -> Select Message Scroller -> Click Edit
On the window that appears find out the following lines:
code:
function OnEvent_MessengerLocked()
{
    if (MessageScroller)
    {
        MessageScroller.Uninitialize();
    }
   
    WLMLocked = "1";
}
When you find it, just delete it, and save the script.
Now, even when Messenger is locked, messages will display (but you won't be able to reply unless you unlock messenger)

Hope you understand it a bit better :P
quote:
Originally posted by [Shadow]
Just tested it. Works great! And it's helpful.
Thank you! :)
YouTube closed-captions ripper (also allows you to download videos!)
06-30-2006 08:29 PM
Profile E-Mail PM Web Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: [Release]Message Scroller v0.1
quote:
Originally posted by Mike
If you need to close the window, just double click on it.
Double clicking it, will close it, and set the foreground window the chat that the message was received from.

hah :P didn't read that

Wondered how to close it

very good script and useful (y)
06-30-2006 08:39 PM
Profile PM Find Quote Report
Thor
Veteran Member
*****

Avatar
Awwwwwwww.

Posts: 1118
Reputation: 42
31 / – / Flag
Joined: May 2006
RE: [Release]Message Scroller v0.1
Good script! (Y)

Keep up developing. :
:plus4: Translation guidelines for Messenger Plus! Live
I'm no longer around this town, but I miss the community dearly. You can always find me lurking in #banana, or at
nitrolinken.net.
06-30-2006 08:42 PM
Profile PM Web Find Quote Report
lizard.boy
Veteran Member
*****

Avatar

Posts: 1708
Reputation: 24
33 / Male / Flag
Joined: Mar 2003
RE: [Release]Message Scroller v0.1
Needs a bit of refining, but i'm liking this concept. Keep it up. (Y)
06-30-2006 08:54 PM
Profile E-Mail PM Find Quote Report
rockmanneo
Junior Member
**


Posts: 17
Joined: Jun 2006
RE: [Release]Message Scroller v0.1
useful script! good work (Y)
06-30-2006 11:04 PM
Profile E-Mail 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