Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-10-2006, 11:54 AM
Junior Member
 
Join Date: May 2006
Posts: 20
Default border icons only minimize no exit

Hi,
In operation panel->appearance->border icons
can I have only minimize but no exit button?
Thanks

Alvin
Reply With Quote
  #2 (permalink)  
Old 07-10-2006, 12:51 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:border icons only minimize no exit

You cannot hide the close button. However, you can prevent the main window from being closed by using the following method:

Code:
getMainWnd().onQueryClose = function ()
{
if (some condition) 
// the main window can be closed only under some specific condition 
return true;
return false;
}
Reply With Quote
  #3 (permalink)  
Old 07-12-2006, 10:57 AM
Junior Member
 
Join Date: May 2006
Posts: 20
Default Re:border icons only minimize no exit

Thanks.

Alvin
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 03:47 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.