crash on closing chat window (WLM9) - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: crash on closing chat window (WLM9) (/showthread.php?tid=88918) crash on closing chat window (WLM9) by Suxsem on 02-02-2009 at 07:23 PM
Hi! code:but...if I use this on WLM 2009... the chat window closes, but WLM non responding and I close it by task manager... why? thank RE: crash on closing chat window (WLM9) by matty on 02-02-2009 at 07:32 PM Do you have Messenger Discovery Live installed? Closing the chat window like that shouldn't cause it to crash. RE: crash on closing chat window (WLM9) by Suxsem on 02-02-2009 at 11:05 PM no, I only have installed messenger plus 4.8... RE: crash on closing chat window (WLM9) by matty on 02-03-2009 at 12:03 AM
Something REALLY weird is happening. RE: crash on closing chat window (WLM9) by Suxsem on 02-03-2009 at 12:07 PM
is probabily.... RE: crash on closing chat window (WLM9) by Suxsem on 02-03-2009 at 12:24 PM
news! code:=CRASH code:=WORK! i think...the return is send before chat windows is closed... and that causes crash... RE: crash on closing chat window (WLM9) by Mnjul on 02-03-2009 at 12:33 PM Try PostMessage instead of SendMessage? Perhaps calling SendMessage within a Plus! event handler can cause unexpected troubles. RE: crash on closing chat window (WLM9) by Suxsem on 02-03-2009 at 02:33 PM
emh... RE: crash on closing chat window (WLM9) by Mnjul on 02-03-2009 at 02:45 PM
Just replace the SendMessage with PostMessage in your crash code jscript code: RE: crash on closing chat window (WLM9) by Suxsem on 02-03-2009 at 03:08 PM
o thank wow! it's work! thank!!! |