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
quote:
Originally posted by [Shadow]
Just tested it. Works great! And it's helpful.
Thank you!