Jump to content

Traysettooltip() Error


Recommended Posts

#Include <Constants.au3>
#NoTrayIcon

TraySetState()
TraySetToolTip("This is my new tooltip text!")

>C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe /prod /AU3Check /in "C:\stuff\test.au3"

>Running AU3Check params: from:C:\Program Files\AutoIt3\SciTE\au3check\

C:\stuff\test.au3(5,46) : ERROR: TraySetToolTip(): undefined function.

TraySetToolTip("This is my new tooltip text!")

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\stuff\test.au3 - 1 error(s), 0 warning(s)

This of the help file.

and i have no idea how to get this error off.

using the latest beta v3.1.1.121.

i get this error when i do a "Syntaxcheck Prod"

if i do a "Syntaxcheck beta" all is ok.

does this mean anything?

BTW. All i have installed is the beta. there is no stable version installed.

thanks

Edited by Hello12345
Link to comment
Share on other sites

#Include <Constants.au3>
#NoTrayIcon

TraySetState()
TraySetToolTip("This is my new tooltip text!")

This of the help file.

and i have no idea how to get this error off.

using the latest beta v3.1.1.121.

i get this error when "Syntaxcheck Prod"

if i do a "Syntaxcheck beta" all is ok.

does this mean anything?

It means it's a beta function. Use beta check, beta run, and/or beta compile and you'll be fine.
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...