What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » OnEvent_MyDisplayPictureChange Event Handler

OnEvent_MyDisplayPictureChange Event Handler
Author: Message:
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: OnEvent_MyDisplayPictureChange Event Handler
code:
function getdp(){
   try{ return Messenger.MyDisplayPicture; }
   catch(e){ return ''; }
}

function OnEvent_Timer(id){
   if (id == 'dp'){
      if(getdp() != <variable for DP location>){
         <variable for DP location> = getdp();
         <other code for DP change>
      }
      MsgPlus.AddTimer('dp', 30000);
   }
}
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
08-20-2007 01:43 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
OnEvent_MyDisplayPictureChange Event Handler - by mynetx on 08-20-2007 at 01:14 PM
RE: OnEvent_MyDisplayPictureChange Event Handler - by MeEtc on 08-20-2007 at 01:43 PM
RE: OnEvent_MyDisplayPictureChange Event Handler - by Spunky on 08-20-2007 at 01:46 PM
RE: OnEvent_MyDisplayPictureChange Event Handler - by mynetx on 08-20-2007 at 01:47 PM
RE: OnEvent_MyDisplayPictureChange Event Handler - by Patchou on 08-20-2007 at 02:19 PM
RE: RE: OnEvent_MyDisplayPictureChange Event Handler - by XP1 on 01-19-2009 at 07:23 AM
RE: OnEvent_MyDisplayPictureChange Event Handler - by mynetx on 01-19-2009 at 04:02 PM
RE: OnEvent_MyDisplayPictureChange Event Handler - by CookieRevised on 01-19-2009 at 08:46 PM
RE: RE: OnEvent_MyDisplayPictureChange Event Handler - by XP1 on 01-20-2009 at 01:09 AM
RE: OnEvent_MyDisplayPictureChange Event Handler - by mynetx on 01-20-2009 at 09:18 AM


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