Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-01-2004, 01:46 AM
Member
 
Join Date: Jan 2003
Posts: 56
Default When the Projector 'X' clicked, is it possible to pop-up message or something?

When the Projector 'X' (close button) is clicked, is it possible to pop-up a message or something? I am looking to see if it is possible to pop-up a message or run a movie clip that says something like 'Are you sure you want to quit? You haven't saved your data yet? with a 'Yes' / 'No' option. I can do the pop-up in Flash (tm) if it's needed, but I want to know if it's possible to have a script or something in SWFKit to monitor when the projector's 'X' close button is clicked? If this isn't a feature yet, I would really, really, really like to know if you could add it. Any response is much appreciated!!!!
Thanks!
Adan
Reply With Quote
  #2 (permalink)  
Old 04-02-2004, 03:47 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:When the Projector 'X' clicked, is it possible to pop-up message or somethi

Please try

Code:
var wnd = getMainWnd();
wnd.onQueryClose = function ()
{
Dialogs.msgBox("Something");
                return true; //return false to prevent it from closing
}
Reply With Quote
  #3 (permalink)  
Old 04-03-2004, 07:34 PM
Member
 
Join Date: Jan 2003
Posts: 56
Default Re:When the Projector 'X' clicked, is it possible to pop-up message or somethi

Great code, it worked!
Thanks!
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:57 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.