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

Pages: (3): « First « 1 2 [ 3 ] Last »
[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
right I've got this to work but I'm looking to extend its  usability, is there anyway to get the script to recognise custom statuses?

I have a dedicated picture for me in the bath and normally change it manually wen i change my status, if it was possible I'd like to be able to just change to my custom (In Bath) status and the picture change

the current script only detects the default statuses and my attempt at getting it to recognise a string variable failed :(
06-26-2006 12:12 AM
Profile E-Mail PM Find Quote Report
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
RE: RE: [REQUEST] Display Picture Change with Status script
quote:
Originally posted by retrojaffa
I have a dedicated picture for me in the bath


I think I read that too fast :D (A)
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
06-26-2006 12:32 AM
Profile E-Mail PM Web Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: [REQUEST] Display Picture Change with Status script
Well maybe you could see if the status was away or busy, and then also parse the name for the status you require? The status are like this... "{In Bath}"

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6706 days, 23 hours, 32 minutes, 11 seconds ago
06-26-2006 01:47 AM
Profile E-Mail PM Find Quote Report
vk3xem
New Member
*

Avatar
Communications

Posts: 13
57 / Male / –
Joined: Nov 2004
O.P. RE: [REQUEST] Display Picture Change with Status script
quote:
Originally posted by retrojaffa
right I've got this to work but I'm looking to extend its  usability, is there anyway to get the script to recognise custom statuses?

I have a dedicated picture for me in the bath and normally change it manually wen i change my status, if it was possible I'd like to be able to just change to my custom (In Bath) status and the picture change

the current script only detects the default statuses and my attempt at getting it to recognise a string variable failed :(


Great stuff retrojaffa, looks like you are on the right track.  Good to see everyone helping out!    :D    (Y)
The views I present are that of my own and NOT of any organisation I may belong to.

73 de Simon, VK3XEM.
06-26-2006 04:38 AM
Profile E-Mail PM Web Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: [REQUEST] Display Picture Change with Status script
If someone makes this with a gui, then it could very well be easily edited. All you'd need is the location for each status, then the script grabs the location, adds a / at the front, and another / everything a / is detected, and you can easily use this. Sorry if I sound complicated:P Just a suggestion.

I'd re-make it with a gui, but I havne't quite handled gui's yet:S

This post was edited on 06-26-2006 at 05:00 AM by Lou.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
06-26-2006 04:58 AM
Profile PM Web Find Quote Report
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
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: [REQUEST] Display Picture Change with Status script
i would also like to set custom images for custom status's in addition to the normal messenger built in status's that the script is currently designed to customize.
07-22-2006 06:38 PM
Profile E-Mail PM Web Find Quote Report
jerone
Junior Member
**

Avatar
i like it

Posts: 30
38 / Male / –
Joined: Jun 2006
RE: [REQUEST] Display Picture Change with Status script
anyone busy with making a gui for this script. i like this script, but it really needs a gui!!!
[Image: Jerone.png]
09-10-2006 06:14 PM
Profile E-Mail PM Find Quote Report
minipatchou
Permanently Banned


Posts: 49
Reputation: -1
Joined: Sep 2006
RE: [REQUEST] Display Picture Change with Status script
display status changer

would that help
09-10-2006 06:25 PM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] Last »
« 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