What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » auto-away on idle?

auto-away on idle?
Author: Message:
ezkim0x
Junior Member
**

Avatar

Posts: 29
– / Male / –
Joined: Jun 2006
O.P. auto-away on idle?
I know in old versions of plus before live you were able to set it so it would put up a personalized status when you were idle for a set amount of time.

is there not a way to do this anymore?
Jon - Just Take This Time And Think
hp / realpics
06-26-2006 11:07 AM
Profile PM Web Find Quote Report
The_Joker
Full Member
***

Avatar
TF

Posts: 125
Joined: Oct 2005
RE: auto-away on idle?
I think you can do it with a script.
When ur status set to idle the script will set a timer and then change the status.
Haven't tried to write scripts yet, but I think it can be done easily.
Messenger Plus! 3.61 unofficial Hebrew translator
Messenger Plus! Live unofficial Hebrew translator
06-26-2006 11:20 AM
Profile PM Find Quote Report
ezkim0x
Junior Member
**

Avatar

Posts: 29
– / Male / –
Joined: Jun 2006
O.P. RE: auto-away on idle?
well if anybody would like to make this script it would be very useful.

sometimes I get up for whatever reason and leave my computer forgetting to set it on the personalized status.. or just don't think I'm going to be away for as long as I end up being.
Jon - Just Take This Time And Think
hp / realpics
06-26-2006 10:15 PM
Profile PM Web Find Quote Report
The_Joker
Full Member
***

Avatar
TF

Posts: 125
Joined: Oct 2005
RE: auto-away on idle?
Haven't tested it yet but I believe this should do the job:
code:
function OnEvent_MyStatusChange(NewStatus)
{
    if( NewStatus == 6 )
    {
        Messenger.MyStatus = 7;
    }
}
(First script I've done)

I'm planning to write some small utilities, I will add this option there too.

This post was edited on 06-27-2006 at 06:56 AM by The_Joker.
Messenger Plus! 3.61 unofficial Hebrew translator
Messenger Plus! Live unofficial Hebrew translator
06-27-2006 06:23 AM
Profile PM Find Quote Report
ezkim0x
Junior Member
**

Avatar

Posts: 29
– / Male / –
Joined: Jun 2006
O.P. RE: auto-away on idle?
I don't have any knowledge of msg plus scripts.

I went to "scripts -> create new" and added it.. but reading over it doesn't seem like it would do what I want it to.. I could be wrong.. but just to make sure.. what does that script do?

I want it to set a personalized status once I'm inactive on my computer for a set amount of time (idle)

EDIT;

http://www.msgpluslive.net/scripts/browse/index.php?act=view&id=34

this looks like what I need, but instead of locking messenger it needs to change to a personalized status.

EDIT #2;

alright.. in msg plus prefs.. (Messenger -> Messenger Lock) ..you can set settings to change your status when it's locked. so I did that.. and it does set my status to the personalized status.. however the auto reply doesn't work.. because since it's locked, it doesn't receive the messages to go through that part of the personalized status? I guess.

This post was edited on 07-02-2006 at 11:33 AM by ezkim0x.
Jon - Just Take This Time And Think
hp / realpics
07-02-2006 10:52 AM
Profile PM Web Find Quote Report
ezkim0x
Junior Member
**

Avatar

Posts: 29
– / Male / –
Joined: Jun 2006
O.P. RE: auto-away on idle?
bump.
Jon - Just Take This Time And Think
hp / realpics
07-03-2006 07:38 AM
Profile PM Web Find Quote Report
The_Joker
Full Member
***

Avatar
TF

Posts: 125
Joined: Oct 2005
RE: auto-away on idle?
The script I wrote simple changes the status to away as soon as WLM changes it to away.
Don't know about personalized statuses, have to check it.
I'm very busy now, maybe later.
Messenger Plus! 3.61 unofficial Hebrew translator
Messenger Plus! Live unofficial Hebrew translator
07-03-2006 10:03 PM
Profile PM Find Quote Report
« 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