What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Forcing A script not to record an event

Pages: (2): « First [ 1 ] 2 » Last »
Forcing A script not to record an event
Author: Message:
NiteMare
Veteran Member
*****

Avatar
Giga-Byte me

Posts: 2497
Reputation: 37
36 / Male / Flag
Joined: Aug 2003
O.P. Forcing A script not to record an event
do you know any way to get a script to not record an event in the chat log, such as a personal message change, with my countdown script , it really can throw off the rythem of the log. 60% of a log is all personal message changes

i've heard its not possable thats why i'm posting it here, to see if patchou can add that feature to teh scripting area
[Image: sig/]
I'll never forget what she said 6663 days, 22 hours, 42 minutes, 7 seconds ago
Need hosting? Check
out my website. we can help you out :)
07-10-2006 06:09 PM
Profile PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Forcing A script not to record an event
It's not the script that logs the change, so I think it isn't possible to do this.
[Image: spartaafk.png]
07-11-2006 09:27 AM
Profile PM Web Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: Forcing A script not to record an event
can't you just disable the log feature for a while?
like:
deactivate Chatlogs
change name
activate Chatlogs

if it happens fast enough no data will be lost...
07-11-2006 09:30 AM
Profile E-Mail PM Find Quote Report
noroom
Full Member
***

Avatar
www.noroom.tk

Posts: 107
Reputation: 4
Joined: Sep 2003
RE: Forcing A script not to record an event
Or you could set your countdown script to update once per hour. That way you wouldn't flood your (and your contacts') event logs.
07-11-2006 09:33 AM
Profile E-Mail PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: Forcing A script not to record an event
You could set it up so in the event for psm change you disable logging (because all the code for that event is executed BEFORE the psm change), then set a very short timer that would re-enable logging, but you might risk losing a message very occasionally.
07-11-2006 09:37 AM
Profile E-Mail PM Find Quote Report
NiteMare
Veteran Member
*****

Avatar
Giga-Byte me

Posts: 2497
Reputation: 37
36 / Male / Flag
Joined: Aug 2003
O.P. RE: Forcing A script not to record an event
i'd still rather have a concreat solution, then one of the work arounds suggestedhopefully patchou can put somehting in
[Image: sig/]
I'll never forget what she said 6663 days, 22 hours, 42 minutes, 7 seconds ago
Need hosting? Check
out my website. we can help you out :)
07-11-2006 11:54 AM
Profile PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Forcing A script not to record an event
quote:
Originally posted by foaly
can't you just disable the log feature for a while?
like:
deactivate Chatlogs
change name
activate Chatlogs

if it happens fast enough no data will be lost...
The only 'fast enough' would be instantaneous. Disabling logging in any way, for no matter how short a time, means you risk messages being lost. I mean, they can easily arrive in the tiny gap while you update the PSM.
[Image: spartaafk.png]
07-11-2006 12:00 PM
Profile PM Web Find Quote Report
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: Forcing A script not to record an event
There's a LogEvent function in the MsgPlus object for the scripting engine. *-)

IMO, Patchou should try (because maybe he can't prevent it) not to log the events generated by scripts, and let them use this function.

That way, the script could have the option to log or not whatever "loggable" events it generates.

Coders would be responsible of this feature.

Disable logging and things like that are really bad ideas. :s Especially if it's done by the script itself.

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

07-11-2006 08:36 PM
Profile PM Find Quote Report
Keikonium
Full Member
***


Posts: 229
Reputation: 3
35 / Male / Flag
Joined: Jul 2006
RE: Forcing A script not to record an event
I came here today to post a script request for disabling logging of PSM's because of this count down script lol. I am setting its update to every hour right now, but hopefully a "fix" can come across soon ^_^.
07-11-2006 09:17 PM
Profile E-Mail PM Find Quote Report
jmccarroll
Full Member
***


Posts: 141
39 / Male / –
Joined: Jun 2003
RE: Forcing A script not to record an event
There is an option to not log things like that in your chat logs.  So instead of disabling logging completely, maybe just disable that and then turn it back on afterwards.  I don't think anyone would miss something in their logs that says someone changed their status or something like that.


So something like:
1. Toggle these keys from default to 0:
(HKCU\Software\Patchou\Messenger Plus! Live\<email>\Preferences\ChatLogAddEventsTxt)
(HKCU\Software\Patchou\Messenger Plus! Live\<email>\Preferences\ChatLogAddEventsXHtml)

2. Change PSM
3. Toggle keys back to default

This post was edited on 07-11-2006 at 09:26 PM by jmccarroll.
07-11-2006 09:20 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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