What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] Display Picture Change with Status script

[REQUEST] Display Picture Change with Status script
Author: Message:
nuwanda
New Member
*

Avatar

Posts: 8
Joined: Jun 2006
RE: [REQUEST] Display Picture Change with Status script
I wrote something like that , it changes display picture after a few seconds..

function OnEvent_Signin(mail)
{
    var Message = "Your picture will be changed!";
    MsgPlus.DisplayToast("",Message);
    MsgPlus.AddTimer("resim",50000);
}

function OnEvent_Timer(timerid)
{
    if(timerid=="resim")
    {
        Messenger.MyDisplayPicture="C:/dsc.jpeg";
    }
}


but it gives error ;


Function called: OnEvent_Signin
Function called: OnEvent_Timer
Error: Geçersiz yordam çağrısı veya değişken. (something like unaccepted variable or function in english)
       Line: 12. Code: -2146828283.
Function OnEvent_Timer returned an error. Code: -2147352567


what is wrong ? Thanks for your help.
06-25-2006 03:03 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQUEST] Display Picture Change with Status script - by vk3xem on 06-25-2006 at 01:45 PM
RE: [REQUEST] Display Picture Change with Status script - by nuwanda on 06-25-2006 at 02:19 PM
RE: [REQUEST] Display Picture Change with Status script - by Fox-NL on 06-25-2006 at 02:58 PM
RE: [REQUEST] Display Picture Change with Status script - by nuwanda on 06-25-2006 at 03:03 PM
RE: [REQUEST] Display Picture Change with Status script - by nuwanda on 06-25-2006 at 03:22 PM
RE: [REQUEST] Display Picture Change with Status script - by matty on 06-25-2006 at 03:41 PM
RE: RE: [REQUEST] Display Picture Change with Status script - by mathieumg on 06-25-2006 at 03:52 PM
RE: RE: [REQUEST] Display Picture Change with Status script - by nuwanda on 06-25-2006 at 04:00 PM
RE: [REQUEST] Display Picture Change with Status script - by ThunderStorm on 06-25-2006 at 03:42 PM
RE: [REQUEST] Display Picture Change with Status script - by nuwanda on 06-25-2006 at 03:44 PM
RE: [REQUEST] Display Picture Change with Status script - by ThunderStorm on 06-25-2006 at 03:49 PM
RE: RE: [REQUEST] Display Picture Change with Status script - by alexp2_ad on 06-25-2006 at 03:53 PM
RE: [REQUEST] Display Picture Change with Status script - by matty on 06-25-2006 at 03:54 PM
RE: [REQUEST] Display Picture Change with Status script - by ThunderStorm on 06-25-2006 at 04:02 PM
RE: [REQUEST] Display Picture Change with Status script - by matty on 06-25-2006 at 04:03 PM
RE: [REQUEST] Display Picture Change with Status script - by nuwanda on 06-25-2006 at 04:06 PM
RE: [REQUEST] Display Picture Change with Status script - by mathieumg on 06-25-2006 at 04:07 PM
RE: [REQUEST] Display Picture Change with Status script - by Sepulcrum on 06-25-2006 at 04:12 PM
RE: [REQUEST] Display Picture Change with Status script - by ThunderStorm on 06-25-2006 at 04:47 PM
RE: [REQUEST] Display Picture Change with Status script - by vk3xem on 06-25-2006 at 06:31 PM
RE: [REQUEST] Display Picture Change with Status script - by retrojaffa on 06-26-2006 at 12:12 AM
RE: RE: [REQUEST] Display Picture Change with Status script - by mathieumg on 06-26-2006 at 12:32 AM
RE: [REQUEST] Display Picture Change with Status script - by vk3xem on 06-26-2006 at 04:38 AM
RE: [REQUEST] Display Picture Change with Status script - by cloudhunter on 06-26-2006 at 01:47 AM
RE: [REQUEST] Display Picture Change with Status script - by Lou on 06-26-2006 at 04:58 AM
RE: [REQUEST] Display Picture Change with Status script - by retrojaffa on 06-26-2006 at 08:01 AM
RE: [REQUEST] Display Picture Change with Status script - by stuartbennett on 07-22-2006 at 06:38 PM
RE: [REQUEST] Display Picture Change with Status script - by jerone on 09-10-2006 at 06:14 PM
RE: [REQUEST] Display Picture Change with Status script - by minipatchou on 09-10-2006 at 06:25 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