What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Stop the X button from closing a PlusWnd

[?] Stop the X button from closing a PlusWnd
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: [?] Stop the X button from closing a PlusWnd
code:
function OnSong2AvatarEvent_CtrlClicked(PlusWnd, ControlId){
if(ControlId == 'BaseBtnCancel') {
MsgPlus.CancelTimer("CheckSong");
}
}


is what i use to check if they click the x button, then if they do it cancels my timer, simply change my cancel timer call to wahtever you need (I'd do it myself but i can't be bothered :P)
[Image: jeansiger5.jpg]
08-11-2006 09:18 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Stop the X button from closing a PlusWnd - by Matti on 08-11-2006 at 09:03 AM
RE: [?] Stop the X button from closing a PlusWnd - by Mike on 08-11-2006 at 09:07 AM
RE: [?] Stop the X button from closing a PlusWnd - by Ash_ on 08-11-2006 at 09:18 AM
RE: [?] Stop the X button from closing a PlusWnd - by Matti on 08-11-2006 at 01:47 PM
RE: [?] Stop the X button from closing a PlusWnd - by deAd on 08-11-2006 at 02:42 PM
RE: [?] Stop the X button from closing a PlusWnd - by matty on 08-11-2006 at 02:48 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