What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] function OnEvent_MenuClicked with window already open

[help] function OnEvent_MenuClicked with window already open
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [help] function OnEvent_MenuClicked with window already open
Declare the Window as a global variable and then if the window is open the variable shall return true else false. So
code:
var Wnd;//Declaring as global variable
/* Event */
if(!Wnd){
/* Open Window/*
}

01-28-2007 01:50 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] function OnEvent_MenuClicked with window already open - by LifelesS on 01-28-2007 at 01:44 PM
RE: [help] function OnEvent_MenuClicked with window already open - by NanaFreak on 01-28-2007 at 01:49 PM
RE: [help] function OnEvent_MenuClicked with window already open - by Felu on 01-28-2007 at 01:50 PM
RE: [help] function OnEvent_MenuClicked with window already open - by LifelesS on 01-28-2007 at 01:57 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