Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-22-2004, 02:40 PM
Junior Member
 
Join Date: Mar 2004
Posts: 6
Default balloonTimeout

Hi Everybody.
I'm trying to set the timeout of the balloon tooltip with this method but it seems it doesn't work.

here's the code:

Application.Behaviour.bShowInSystemTray = true;
Application.SysTray.useDefaultHandler = false
Application.SysTray.balloonTip = "hello"
Application.SysTray.tip = "you are on me"
Application.SysTray.balloonTitle = "the Title"
Application.SysTray.balloonTimeout = 1000

Application.SysTray.showBalloonTip()
I suppose that the balloon should close automatically after 1 second, but it stay there until I click on it... WHY?

thanks to all for replies.

Kat
Reply With Quote
  #2 (permalink)  
Old 09-23-2004, 10:08 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:balloonTimeout

"The system enforces minimum and maximum timeout values. uTimeout values that are too large are set to the maximum value and values that are too small default to the minimum value. The system minimum and maximum timeout values are currently set at 10 seconds and 30 seconds, respectively. "

-- from Microsoft MSDN.

So you cannot set a timeout value smaller than 10 seconds.
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 10:11 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.