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:
retrojaffa
New Member
*


Posts: 2
Joined: Jun 2006
RE: [REQUEST] Display Picture Change with Status script
yeah the gui was something I was pondering about, but I've not attempted making scripts before. only along the lines of vb and actionscript so its pretty much trial and error on my behalf

My current code that works is below, thats minus the custom statuses

quote:
function OnEvent_MyStatusChange(Stat) {
      if(Stat == 2) {
             //Appear Offline -
             Messenger.MyDisplayPicture = "C:\\Program Files\Messenger Plus! Live\Scripts\StatusDP\DP\offline.jpg";
      } else if(Stat == 3) {
             //Online -
             Messenger.MyDisplayPicture = "C:\\Program Files\Messenger Plus! Live\Scripts\StatusDP\DP\online.jpg";
      } else if(Stat == 4) {
             //Busy -
             Messenger.MyDisplayPicture = "C:\\Program Files\\Messenger Plus! Live\\Scripts\\StatusDP\\DP\\busy.jpg";
      } else if(Stat == 5) {
             //Be Right Back -
             Messenger.MyDisplayPicture = "C:\\Program Files\\Messenger Plus! Live\\Scripts\\StatusDP\\DP\\brb.jpg";
      } else if(Stat == 6) {
             //Idle -
             Messenger.MyDisplayPicture = "C:\\Program Files\\Messenger Plus! Live\\Scripts\\StatusDP\\DP\\idle.jpg";
      } else if(Stat == 7) {
             //Away -
             Messenger.MyDisplayPicture = "C:\\Program Files\\Messenger Plus! Live\\Scripts\\StatusDP\\DP\\away.jpg";
      } else if(Stat == 8) {
             //In a Call -
             Messenger.MyDisplayPicture = "C:\\Program Files\\Messenger Plus! Live\\Scripts\\StatusDP\\DP\\onphone.jpg";
      } else if(Stat == 9) {
             //Out to Lunch -
             Messenger.MyDisplayPicture = "C:\\Program Files\\Messenger Plus! Live\\Scripts\\StatusDP\\DP\\lunch.jpg";
      }
}
06-26-2006 08:01 AM
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