What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Scrolling text in popup (request)

Scrolling text in popup (request)
Author: Message:
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. Scrolling text in popup (request)
http://shoutbox.menthix.net/showthread.php?tid=70806

used that plugin to create this script... not. the script in the link consists of 2 files, scroller.js and the other. so far i only managed to use scroller.js. but without succes. so, here's my basic code:

code:
function OnEvent_ContactSignin(Email)
{
    if(Email == "xxxx@hotmail.com") //Change for sign-in email
    {
        var Message = "xxxx is online:D" + "!";
        Message = MsgPlus.RemoveFormatCodes(Message);
        MsgPlus.DisplayToast("", Message); (add Scroller.js);
    }
}
function OnEvent_ContactSignOut(Email)
{
    if(Email == "xxxx@hotmail.com") //Change for sign-in email
    {
        var Message = "xxxx is offline:(" + "!";
        Message = MsgPlus.RemoveFormatCodes(Message);
        MsgPlus.DisplayToast("", Message);
       

    }
}

now, i want the text that appears in the Toast to move right to the left, like the text in the media player plugin, link above.

i tried several things, but it turned out i needed more than that... anyway.. feel free to use my (maybe others too:P) to use this script, but please help me first(A)

(PS: yes, i know smilies aren't possible in toasts, but whatever:P)
02-12-2007 01:24 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Scrolling text in popup (request) - by DennisMartijn on 02-12-2007 at 01:24 PM
RE: Scrolling text in popup (request) - by Spunky on 02-12-2007 at 03:13 PM


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