Jump to content

TrayTip hides tray icon


 Share

Recommended Posts

Hi,

as the title says, when i use TrayTip, when the tip disappears the icon also goes away even if i have set the icon to show (only tested on W7).

I want the icon to always show, before during and after the TrayTip.

Even if i reset the tray state, it doesn't show after TrayTip.

TrayTip help doesn't mention anything about this. Does this work as intended ?

Example :

#include <TrayConstants.au3>

TraySetState($TRAY_ICONSTATE_SHOW)
Sleep(3000)
TrayTip("Test Title", "Test Text", 3)
Sleep(3000)
TrayTip("", "", 0)
Sleep(3000)
TraySetState($TRAY_ICONSTATE_RESET)
Sleep(500)
TraySetState($TRAY_ICONSTATE_SHOW)

While 1
    Sleep(100)
WEnd

 

Link to comment
Share on other sites

Hi.

I think it's normal behavior. Win7 shows tray icons standard if something is happening. Tray icons hiding behind the little triangle next to the language symbol the corner below right. Click it and you find a link to change the behavior of all the last appearing tray icons. There you can say something like "show never, show always, show if something is happening". 

Hope that helps, Conrad 

SciTE4AutoIt = 3.7.3.0   AutoIt = 3.3.14.2   AutoItX64 = 0   OS = Win_10   Build = 19044   OSArch = X64   Language = 0407/german
H:\...\AutoIt3\SciTE     H:\...\AutoIt3      H:\...\AutoIt3\Include     (H:\ = Network Drive)

   88x31.png  Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...