Jump to content

Visible TrayTip failing


Recommended Posts

I have a TrayTip I wait for in my Do Loop, I can see it with my own eyes AND AU3 Info is reporting back to me a handle and a title for the TrayTip....

But - no matter what method I try doing to see if that traytip exists, NOTHING works.

Here's some failed attempts:

$text = 1

Do
If WinExists("[CLASS:tooltips_class32]", "") Then
   ExitLoop
Else
Sleep(500)
EndIf

Until $text = 10

Do
$text = WinExists("[CLASS:tooltips_class32]", "")
Sleep(100)
MsgBox(0, "", $text)
Until $text = 1

Do
$text = WinExists("Link Check completed.")
Sleep(100)
MsgBox(0,"", $text)
Until $text <> 0

Now, when I look at the TrayTip, visual title is "Link Checker", and the text is "Link Check Completed" -- but I'm just using what AU3 Info gives me and IT WON'T WORK!!

Here's the Info:

>>>> Window <<<<
Title:    Link Check completed.
Class:    tooltips_class32
Position:    1245, 807
Size:    170, 74
Style:    0x940006C3
ExStyle:    0x00080088
Handle:    0x00010068

Hopefully someone has an idea what's going on :/. Thanks!

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