Jump to content

TrayTip issues


Recommended Posts

I am using TrayTips to output status of my program... I am getting issues with annoying noises from the balloon pop ups ...

I the help file it states you can put a 16 on the end of the value to stop the sounds but this does not seem to work for me ..

Example

TrayTip("***WARNING***", $WarningMessage, 30, 18)

; This should give me a balloon with a warning icon + 16 to keep the sounds from occuring ...

TrayTip ( "", "", 16)

;Clears the trayTip without a sound

TrayTip($UpdateName, "Cleaning Up Installation Files - Please Wait", 30, 17)

;This shouldd give me the information icon "1" + the "16" silent = 17 as the flag

Does anyone know why this is not working

If this is windows deciding to ignore this has anyone got a script to detect if the sound is muted then mute if not and remove mute when complete (only if muted in forst place)

Thaks for any help

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...