What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] Last status timer

[request] Last status timer
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [request] Last status timer
quote:
Originally posted by gdumitresco
Hi

I saw on Mirand IM when you change your status, it will change your personal status message as you define and show how much time you've been on that status, i.e.: I became away/busy and my personal status message becomes like this "I'm away since 2:12pm" or "I'm busy since 11:23am".

I tried starting on my own, but for programmer, I'm good singer. If you catch my drift.

Is it easy to be done?
Sure is easy

code:
function OnEvent_MyStatusChange(nNewStatus) {
    Messenger.MyPersonalMessage = 'I changed my status : '+new Date();
}

Now that is going to print out a really long personal message.

When you use new Date() that way the resulting string is something like this

quote:
Mon Jul 09 2007 15:06:39 GMT-0400 (Eastern Daylight Time)
07-09-2007 07:03 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] Last status timer - by gdumitresco on 07-09-2007 at 06:02 PM
RE: [request] Last status timer - by matty on 07-09-2007 at 07:03 PM
RE: [request] Last status timer - by gdumitresco on 07-09-2007 at 07:17 PM
RE: [request] Last status timer - by gdumitresco on 07-12-2007 at 07:34 PM
RE: [request] Last status timer - by matty on 07-12-2007 at 08:33 PM
RE: [request] Last status timer - by pollolibredegrasa on 07-12-2007 at 08:39 PM
RE: [request] Last status timer - by gdumitresco on 07-12-2007 at 11:24 PM
RE: [request] Last status timer - by matty on 07-12-2007 at 11:52 PM
RE: [request] Last status timer - by gdumitresco on 07-12-2007 at 11:57 PM
RE: [request] Last status timer - by matty on 07-13-2007 at 12:07 AM
RE: [request] Last status timer - by gdumitresco on 07-13-2007 at 12:27 AM
RE: [request] Last status timer - by CookieRevised on 07-13-2007 at 09:05 AM
RE: [request] Last status timer - by gdumitresco on 07-13-2007 at 01:09 PM
RE: [request] Last status timer - by matty on 07-13-2007 at 01:37 PM
RE: [request] Last status timer - by gdumitresco on 07-13-2007 at 01:39 PM
RE: [request] Last status timer - by Deco on 07-13-2007 at 03:31 PM
RE: [request] Last status timer - by matty on 07-13-2007 at 08:03 PM
RE: [request] Last status timer - by gdumitresco on 07-13-2007 at 08:31 PM
RE: [request] Last status timer - by matty on 07-13-2007 at 08:45 PM
RE: [request] Last status timer - by gdumitresco on 07-14-2007 at 01:52 PM
RE: [request] Last status timer - by CookieRevised on 07-14-2007 at 02:19 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