What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Disable access to parent chat window when child xml window open

Disable access to parent chat window when child xml window open
Author: Message:
the andyman
Junior Member
**

Avatar
Windows Live Fanatic

Posts: 92
Reputation: 4
– / Male / Flag
Joined: Apr 2005
O.P. RE: Disable access to parent chat window when child xml window open
Thanks :), I'll have a play around with the info you've given me
The window disable works great (although if you go off the windows and then back to the conversation window the xml window isn't on top) but thanks anyway, I'm sure it's fine as it is (Y)

As for the closing problem this is basically what I've got:
code:
    function OnconfirmEvent_CtrlClicked(Wnd, Id){
    if(Id == "BtnYes"){
        // do other stuff I want it to do, then:
        return Message;
        Wnd.Close(0);
        Interop.Call("user32.dll", "EnableWindow", ChatWnd.Handle, true);
    }else{
        Wnd.Close(0);
        Interop.Call("user32.dll", "EnableWindow", ChatWnd.Handle, true);
        // do other stuff I want it to do, then:
        return false;
    }
}

This post was edited on 12-07-2006 at 06:58 PM by Tochjo.
12-06-2006 04:54 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Disable access to parent chat window when child xml window open - by the andyman on 12-05-2006 at 10:27 PM
RE: Disable access to parent chat window when child xml window open - by Matti on 12-06-2006 at 03:23 PM
RE: Disable access to parent chat window when child xml window open - by the andyman on 12-06-2006 at 04:54 PM
RE: RE: Disable access to parent chat window when child xml window open - by Matti on 12-07-2006 at 07:39 PM
RE: Disable access to parent chat window when child xml window open - by the andyman on 12-07-2006 at 06:17 PM
RE: RE: RE: Disable access to parent chat window when child xml window open - by the andyman on 12-07-2006 at 08:53 PM
RE: Disable access to parent chat window when child xml window open - by Spunky on 12-07-2006 at 09:40 PM
RE: RE: Disable access to parent chat window when child xml window open - by the andyman on 12-08-2006 at 05:54 PM
RE: Disable access to parent chat window when child xml window open - by CookieRevised on 12-08-2006 at 07:07 PM
RE: RE: Disable access to parent chat window when child xml window open - by the andyman on 12-09-2006 at 05:22 PM
RE: RE: RE: Disable access to parent chat window when child xml window open - by pollolibredegrasa on 12-09-2006 at 05:30 PM
RE: Disable access to parent chat window when child xml window open - by the andyman on 12-09-2006 at 06:51 PM
RE: RE: RE: Disable access to parent chat window when child xml window open - by the andyman on 12-10-2006 at 07:04 PM
RE: RE: RE: RE: Disable access to parent chat window when child xml window open - by pollolibredegrasa on 12-10-2006 at 07:28 PM
RE: RE: RE: RE: RE: Disable access to parent chat window when child xml window open - by the andyman on 12-10-2006 at 09:51 PM
RE: RE: RE: RE: RE: RE: Disable access to parent chat window when child xml window op - by the andyman on 12-11-2006 at 05:58 PM
RE: Disable access to parent chat window when child xml window open - by the andyman on 12-11-2006 at 06:30 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