Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-13-2008, 04:04 PM
Senior Member
 
Join Date: Jan 2008
Posts: 123
Default taskbar and systray

Im wondering if there is any wat to make application to disaper down to systray entirely even when "Always on top" is marked in SWFKit ?

Otherwise the windos is minimized just above the Start button.
Reply With Quote
  #2 (permalink)  
Old 01-19-2008, 10:07 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: taskbar and systray

You can do this by adding the following code into the "initialize" script
Code:
getMainWnd().onSize = function(type, width, height)
{
	if (type == 1) {
		this.hide();
	}
}
Reply With Quote
  #3 (permalink)  
Old 01-20-2008, 12:09 AM
Senior Member
 
Join Date: Jan 2008
Posts: 123
Default Re: taskbar and systray

Thank you SWKIT!

I will try this code tomorrow.

I will get back with response!
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 04:49 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.