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
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Scrolling text in popup (request)
It's not possible without making a custom toast and continuously editing the text to make it appear to be scrolling. Making custom toasts has several complex issues though that make it highly complicated to do (such as positioning). You could search the forum, but I don't think there is another way to do it
<Eljay> "Problems encountered: shit blew up" :zippy:
02-12-2007 03:13 PM
Profile PM Find Quote Report
« 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