Hello12345 Posted April 30, 2006 Posted April 30, 2006 (edited) #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 April 30, 2006 by Hello12345
greenmachine Posted April 30, 2006 Posted April 30, 2006 #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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now