What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Fast & Simple Away/Busy System :)

[Request] Fast & Simple Away/Busy System :)
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: [Request] Fast & Simple Away/Busy System :)
some tips

quote:
Originally posted by SpunkyLoveMuff
Accesses the registry a lot so just check to make sure that your computer doesn't slow down too much (shouldn't do :p)
Rethink your whole script/logic to avoid that.

You do not need to access the registry that many times like you do (every second), that's rather useless...

In fact, you don't need to use the registry at all. There is no reason why you should save the time to the registry when the status is set and especially no reason to save the elapsed time every second to the registry only to read it out when you recieve a message.

Instead, get the time as soon as the status changes and save that to a global variable. When you recieve a message, work out the elapsed time from that saved variable using the current time. No need for registry access at all in that way (and much more logic)...

---------------

PS: intend your scriptlines with tabs, it is a pain in the rear end to view/edit your script as-is ;)

---------------

additional note: the intention of the script is nice. But maybe also make a script which simply adds some additional tags to Messenger Plus! so the user can use those tags (time since status was activated) inside the already existing away message system of Messenger Plus!.

Remember that there are already tags the user can use (!PS_R), (!PS_RH), (!PS_RM) and (!PS_RS) for the remaining time, so simply make a script which adds (!PS_E), (!PS_EH), (!PS_EM) and (!PS_ES) for elapsed time.

And remember that there are already shortcuts available for customized statusses, quicktexts you can use to shorten the command to activate an away status, etc.

This post was edited on 08-12-2006 at 11:28 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-12-2006 09:09 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Fast & Simple Away/Busy System :) - by artfuldodga on 08-08-2006 at 06:23 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-08-2006 at 06:38 PM
RE: [Request] Fast & Simple Away/Busy System :) - by artfuldodga on 08-08-2006 at 06:39 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-09-2006 at 03:40 PM
RE: [Request] Fast & Simple Away/Busy System :) - by problem-solver-wlm on 08-09-2006 at 03:46 PM
RE: [Request] Fast & Simple Away/Busy System :) - by RaceProUK on 08-09-2006 at 03:49 PM
RE: [Request] Fast & Simple Away/Busy System :) - by artfuldodga on 08-09-2006 at 04:45 PM
RE: [Request] Fast & Simple Away/Busy System :) - by problem-solver-wlm on 08-09-2006 at 06:53 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-09-2006 at 06:54 PM
RE: [Request] Fast & Simple Away/Busy System :) - by cloudhunter on 08-09-2006 at 06:55 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-09-2006 at 07:09 PM
RE: RE: [Request] Fast & Simple Away/Busy System :) - by CookieRevised on 08-12-2006 at 09:09 AM
RE: [Request] Fast & Simple Away/Busy System :) - by problem-solver-wlm on 08-09-2006 at 07:19 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-09-2006 at 07:20 PM
RE: [Request] Fast & Simple Away/Busy System :) - by artfuldodga on 08-09-2006 at 08:00 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-09-2006 at 08:41 PM
RE: [Request] Fast & Simple Away/Busy System :) - by artfuldodga on 08-09-2006 at 08:46 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-11-2006 at 05:15 PM
RE: [Request] Fast & Simple Away/Busy System :) - by artfuldodga on 08-11-2006 at 05:30 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-11-2006 at 05:33 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-12-2006 at 11:58 AM
RE: [Request] Fast & Simple Away/Busy System :) - by CookieRevised on 08-12-2006 at 01:13 PM
RE: [Request] Fast & Simple Away/Busy System :) - by Spunky on 08-12-2006 at 03:33 PM
RE: RE: [Request] Fast & Simple Away/Busy System :) - by CookieRevised on 08-12-2006 at 05:37 PM
RE: [Request] Fast & Simple Away/Busy System :) - by artfuldodga on 08-12-2006 at 04:58 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