What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Code snippet crashing messenger

Code snippet crashing messenger
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: Code snippet crashing messenger
code:
xmlhttp.open("POST", yass.config.URL, false);
The "false" indicates that you want it to execute synchronously, so that the script will hang while it's executing the MessageBox in the onreadystatechange function. However, this is not needed because when you let it do it asynchronously, the script will continue and thus will stop it from hanging (I suppose).

I suggest you to try and set it to "true" and see if that makes any difference.

This post was edited on 11-22-2007 at 05:37 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-22-2007 05:35 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Code snippet crashing messenger - by MeEtc on 11-22-2007 at 03:50 PM
RE: Code snippet crashing messenger - by vikke on 11-22-2007 at 04:06 PM
RE: Code snippet crashing messenger - by MeEtc on 11-22-2007 at 04:19 PM
RE: Code snippet crashing messenger - by Matti on 11-22-2007 at 05:35 PM
RE: Code snippet crashing messenger - by MeEtc on 11-22-2007 at 05:54 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