|
|||
|
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 |
|
|||
|
"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. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|