What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Update (July 10 2007)] ReadThis 2.07

Pages: (3): « First « 1 2 [ 3 ] Last »
[Update (July 10 2007)] ReadThis 2.07
Author: Message:
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: [Update (03-14-2007)] ReadThis 2.06
Happens to me also

SonicSam - Now with Krusty O's and Buzz Cola! says:
Windows Vista Ultimate (6.0.6000)
Windows Live Messenger 8.5.0601
Messenger Plus! Live 4.23.0.276
07-10-2007 05:47 AM
Profile PM Find Quote Report
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
O.P. RE: [Update (03-14-2007)] ReadThis 2.06
Hm I don't get it... Are you sure you are using the latest version of the script? (just checking:P)
your own messages shouldn't even be stored (except for the time between OnEvent_ChatWndSendMessage and OnEvent_ChatWndReceiveMessage)

Anyway, I just upgraded to WLM 8.5beta and I still can't reproduce the bug. The only thing that's still different is my windows version, but I find it hard to believe this could be a Vista related issue.
Are there any XP users experiencing this bug?

Also, debug outputs are still welcome ;)
Man is least himself when he is in his own person. Give him a mask and he will tell you the truth. (Oscar Wilde)
07-10-2007 06:54 AM
Profile PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: [Update (03-14-2007)] ReadThis 2.06
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Function called: OnEvent_ChatWndSendMessage
Function called: OnEvent_ChatWndReceiveMessage
Function called: OnEvent_ChatWndDestroyed
Function called: OnEvent_ChatWndSendMessage
Function called: OnEvent_ChatWndReceiveMessage
Function called: OnEvent_ChatWndDestroyed


Those appeared when I entered a message and pressed escape :p.

This post was edited on 07-10-2007 at 07:05 AM by prashker.
07-10-2007 07:04 AM
Profile PM Find Quote Report
scott2010_h
Full Member
***

Avatar

Posts: 187
Reputation: 10
32 / Male / Flag
Joined: Dec 2005
Status: Away
RE: [Update (03-14-2007)] ReadThis 2.06
The commands don't work *-)
I tried all of them

Windows XP Service Pack 2 (5.1.2600)
Windows Live Messenger 8.5.0601
Messenger Plus! Live 4.23.0.276

[Image: attachment.php?pid=835267]

.jpg File Attachment: error.JPG (21.78 KB)
This file has been downloaded 321 time(s).
07-10-2007 07:33 AM
Profile E-Mail PM Web Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: [Update (03-14-2007)] ReadThis 2.06
Oh yeah, also forgot to mention that happens also :p.
07-10-2007 07:43 AM
Profile PM Find Quote Report
scott2010_h
Full Member
***

Avatar

Posts: 187
Reputation: 10
32 / Male / Flag
Joined: Dec 2005
Status: Away
RE: [Update (03-14-2007)] ReadThis 2.06
quote:
Originally posted by .Lou
I found a bug in the script. The script will not check if it's a contact that sent the message or if it was yourself. It will popup a window even if it was yourself that sent the last message.

Even though I couldn't reproduce the bug you might add
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin, Message, MessageKind)
{
Origin  = RemoveStamp(Origin);
if (Origin != Messenger.MyName){
blah blah code here
}
}

or well something like

This post was edited on 07-10-2007 at 07:56 AM by scott2010_h.
07-10-2007 07:49 AM
Profile E-Mail PM Web Find Quote Report
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
O.P. RE: [Update (03-14-2007)] ReadThis 2.06
lol I just found out why the commands don't work:P
I used OnEvent_ChatWndSendMessage twice :$
will be fixed in the next version :)

quote:
Originally posted by scott2010_h
Even though I couldn't reproduce the bug
hmmm, this only raises my suspicion that this problem is Vista related. I still don't know how though...

quote:
you might add

(code like text block)

or well something like

Fact is, I already implemented some code to prevent the toasts from popping up your own messages. It might be related to the commands problem as I used OnEvent_ChatWndSendMessage in that part of the code too.

I just uploaded version 2.07, please tell me if this fixes the problems.

This post was edited on 07-10-2007 at 01:13 PM by Jesus.
Man is least himself when he is in his own person. Give him a mask and he will tell you the truth. (Oscar Wilde)
07-10-2007 12:57 PM
Profile PM Find Quote Report
Winky
New Member
*

Avatar

Posts: 8
32 / Male / Flag
Joined: May 2007
RE: [Update (July 10 2007)] ReadThis 2.07
Nice script :D

This post was edited on 07-10-2007 at 05:16 PM by Winky.
07-10-2007 05:16 PM
Profile PM Find Quote Report
Archonn
New Member
*


Posts: 2
35 / Male / –
Joined: Jun 2004
RE: [Update (July 10 2007)] ReadThis 2.07
You say you've uploaded it to 2.07, but it still looks like 2.06.

http://www.msgpluslive.net/scripts/view/187-ReadThis/

And i cant get the commands to work with that version. (Vista)
09-10-2007 11:06 AM
Profile E-Mail PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: [Update (July 10 2007)] ReadThis 2.07
this script needs to be updated :P after the new release... maybe an interface for settings would be nice too ;) and support unicode in display names...

code:
El script está iniciándose
El script está cargado y listo
Función llamada: OnEvent_Initialize
Función llamada: OnEvent_Signin
Función llamada: OnEvent_ChatWndCreated
Función llamada: OnEvent_ChatWndReceiveMessage
Función llamada: OnEvent_ChatWndCreated
Función llamada: OnEvent_ChatWndCreated
Función llamada: OnGetScriptMenu
Función llamada: OnGetScriptMenu
Función llamada: OnGetScriptMenu
Función llamada: OnEvent_ChatWndDestroyed
Error: 'Chat[...].2' es nulo o no es un objeto (código: -2146823281).
       Archivo: ReadThis.js. Línea: 138.
La función OnEvent_ChatWndDestroyed devolvió un error. Código: -2147352567
Función llamada: OnEvent_ChatWndDestroyed
La función OnEvent_ChatWndDestroyed devolvió un error. Código: -2147352567
Función llamada: OnEvent_ChatWndDestroyed
Error: 'Chat[...].2' es nulo o no es un objeto (código: -2146823281).
       Archivo: ReadThis.js. Línea: 138.
La función OnEvent_ChatWndDestroyed devolvió un error. Código: -2147352567
Función llamada: OnGetScriptMenu
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
01-11-2009 07:38 AM
Profile PM Web 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