DaLiMan Posted August 8, 2005 Share Posted August 8, 2005 having this error in SciTe ERROR: TraySetToolTip(): undefined function. Works perfectly though!?!?! Just giving this for you guys to look into.....and maybe deBug. Link to comment Share on other sites More sharing options...
Developers Jos Posted August 8, 2005 Author Developers Share Posted August 8, 2005 having this error in SciTeERROR: TraySetToolTip(): undefined function.Works perfectly though!?!?!Just giving this for you guys to look into.....and maybe deBug. <{POST_SNAPBACK}>Works fine here with the latest version of SciTE4AutoIt3 installed....What version are you trying ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
DaLiMan Posted August 9, 2005 Share Posted August 9, 2005 Works fine here with the latest version of SciTE4AutoIt3 installed....What version are you trying ?<{POST_SNAPBACK}>Copied this from the 'about' screen.SciTE Version 1.63 Apr 4 2005 22:55:02It is not that it don't work at all.It just gives the error and when you hit continue it works like it should. Link to comment Share on other sites More sharing options...
Developers Jos Posted August 9, 2005 Author Developers Share Posted August 9, 2005 Copied this from the 'about' screen.SciTE Version 1.63 Apr 4 2005 22:55:02It is not that it don't work at all.It just gives the error and when you hit continue it works like it should.<{POST_SNAPBACK}>There are regularly updates posted on:Http://www.autoitscript.com/autoit3/sciteI have made the 1.64 post for the SciTE4Autoit3 in the developers forum here. Download the latest and try again.... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
DaLiMan Posted August 10, 2005 Share Posted August 10, 2005 There are regularly updates posted on:Http://www.autoitscript.com/autoit3/sciteI have made the 1.64 post for the SciTE4Autoit3 in the developers forum here. Download the latest and try again....<{POST_SNAPBACK}>Did that yesterday just to be sure, but without result.SciTEVersion 1.64 Jun 6 2005 13:03:05Still having this error:ERROR: TraySetToolTip(): undefined function.I say...WEIRD!!! Link to comment Share on other sites More sharing options...
tuape Posted August 10, 2005 Share Posted August 10, 2005 Isn't there any updater which gets all latest beta definitions etc.? Link to comment Share on other sites More sharing options...
JSThePatriot Posted August 10, 2005 Share Posted August 10, 2005 From my understanding, it is just the syntax checker that doesnt get the complete update. That would be relatively hard to update the syntax checker every time as there are many new commands each time. If you just continue through the errors your script should run as planned. I hope this helps, JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
Developers Jos Posted August 10, 2005 Author Developers Share Posted August 10, 2005 Did that yesterday just to be sure, but without result.SciTEVersion 1.64 Jun 6 2005 13:03:05Still having this error:ERROR: TraySetToolTip(): undefined function.I say...WEIRD!!! <{POST_SNAPBACK}>Tell us what program is giving this error .... Au3Check or AutoiT3 Maybe show the SciTE Output pane info ?? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
DaLiMan Posted August 11, 2005 Share Posted August 11, 2005 Tell us what program is giving this error .... Au3Check or AutoiT3 Maybe show the SciTE Output pane info ??<{POST_SNAPBACK}>Well it seems that Au3Check is causing the errors......Sorry I didn't notice this earlier.>"C:\Program Files\AutoIt3\SciTe\CompileAU3\CompileAU3.exe" /run /prod /ErrorStdOut /in "C:\Program Files\AutoIt3\Examples\Helpfile\TraySetToolTip.au3" /autoit3dir "C:\Program Files\AutoIt3" /UserParams >Running AU3Check...C:\Program Files\AutoIt3\SciTe\Defs\Production\Au3Check\au3check.dat C:\Program Files\AutoIt3\Examples\Helpfile\TraySetToolTip.au3(5,46) : ERROR: TraySetToolTip(): undefined function. TraySetToolTip("This is my new tooltip text!") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\Examples\Helpfile\TraySetToolTip.au3 - 1 error(s), 0 warning(s) >AU3Check Ended with Error(s). >Exit code: 0 Time: 18.395 Link to comment Share on other sites More sharing options...
Developers Jos Posted August 11, 2005 Author Developers Share Posted August 11, 2005 >"C:\Program Files\AutoIt3\SciTe\CompileAU3\CompileAU3.exe" /run /prod /ErrorStdOut /in "C:\Program Files\AutoIt3\Examples\Helpfile\TraySetToolTip.au3" /autoit3dir "C:\Program Files\AutoIt3" /UserParams <{POST_SNAPBACK}>ahhh Works as designed !! Try running the BETA in stead of the Production version, because this function isn't in the 3.1.1 Production version Alt+F5.....Also the latest definitions files are available here ... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Holger Posted August 11, 2005 Share Posted August 11, 2005 @JdeB: will you change the Autoit3-Logo on the Scite-site too?! Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView Link to comment Share on other sites More sharing options...
Developers Jos Posted August 11, 2005 Author Developers Share Posted August 11, 2005 @JdeB: will you change the Autoit3-Logo on the Scite-site too?! <{POST_SNAPBACK}> Why ... i like the old one better ..... done... tnx SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
DaLiMan Posted August 12, 2005 Share Posted August 12, 2005 ahhh Works as designed !! Try running the BETA in stead of the Production version, because this function isn't in the 3.1.1 Production version Alt+F5.....Also the latest definitions files are available here ...<{POST_SNAPBACK}>OK, but why is this shown in the F1 helpfile then? Instead of the ALT-F1 help only.I'll check the latest def. also..... Link to comment Share on other sites More sharing options...
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