Administrators Jon Posted January 13, 2005 Author Administrators Posted January 13, 2005 Updated:http://www.autoitscript.com/autoit3/files/beta/autoit/- Compiled in Terminal Server Aware mode (fixes @WindowsDir problems under TS)- Renamed AU3_Spy.exe to AU3Info.exe and changed doc references- Added current cursor ID to the AU3Info output- Fixed misc GUI bugs as reported in bug forum- Misc doc updates Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Administrators Jon Posted January 15, 2005 Author Administrators Posted January 15, 2005 Updated: - StringFormat \\ bug fixed - Misc reported GUI bugs fixed - Reported UDF typos/bugs fixed - Helpfile examples installed in Autoit3\Examples\Helpfile (for future helpfile integration) Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Administrators Jon Posted January 16, 2005 Author Administrators Posted January 16, 2005 Updated: - Colorized helpfile examples - Some GUI OnEvent documentation - Changed StringRegExp to return an array or true/false, depending on flag. - Changed StringRegExp to return either the first matching string or ALL matching strings in the return array, depending on flag. - Fixed StringRegExp for incomplete string vs. pattern. Now fails instead of hanging. - Fixed recent TAB control bug Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Developers Jos Posted January 16, 2005 Developers Posted January 16, 2005 Updated:- Colorized helpfile examples<{POST_SNAPBACK}>The Helpfile also contains a new "Open this script" button which will only work when you have installed this beta with the available installer since it tries to open the example in from examples\helpfile\function.au3This also means that when the helpfile is opened from an Editor, the current directory is in general set to the directory of the script being edited, so the button will also not work .The next SciTE4Autoit3 will contain all changes for this to work again.if you want to make the changes already now you need to do the following:Copy this script to your autoit3 directory: http://www.autoitscript.com/fileman/users/jdeb/test/autoit3help.exe ( source: http://www.autoitscript.com/fileman/users/jdeb/test/autoit3help.au3 )change these lines in au3.properties:# Commands to for Help F1 #command.help.*.au3=$(CurrentWord)!$(autoit3dir)\autoit.chm #command.help.subsystem.*.au3=4 command.help.*.au3=$(autoit3dir)\Autoit3Help.exe $(CurrentWord) command.help.subsystem.*.au3=1The AutoIthelp program can also be used by other editors to make the button work.It uses KeyHH.exe to open the helpfile at the correct Index entry. Enjoy, 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.
SlimShady Posted January 16, 2005 Posted January 16, 2005 Wow. The help file looks great. That "Open this script" feature is a really nice idea.
Administrators Jon Posted January 16, 2005 Author Administrators Posted January 16, 2005 Wow. The help file looks great.That "Open this script" feature is a really nice idea.Cyberslug and JdeB are the evil geniuses behind this one Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
jpm Posted January 16, 2005 Posted January 16, 2005 "Un grand bravo" to Cyberslug and JdeB. Jon say genius I would say genius²
Chris_1013 Posted January 17, 2005 Posted January 17, 2005 Also... is it right that the "Open This Script" feature only opens in notepad as opposed to in the default editor?
Administrators Jon Posted January 17, 2005 Author Administrators Posted January 17, 2005 Updated: - @UserProfileDir fix - Installer file associations tweaked - You get an error if you try and use an undefined function for GuiSetOnEvents Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Developers Jos Posted January 17, 2005 Developers Posted January 17, 2005 Also... is it right that the "Open This Script" feature only opens in notepad as opposed to in the default editor?<{POST_SNAPBACK}>The new helpfile opens the example file with the program that is associated with the extension .AU3 action "Open" .The default with the AutoIt3 installer has been set to Notepad and the next release of the SciTE installer will associate SciTE.exe to "Open". 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.
edy Posted January 18, 2005 Posted January 18, 2005 When i click in the button "open this script" nothing happen, why? I have installed the last autoit-v3.0.103.exe. Thanks
CyberSlug Posted January 18, 2005 Posted January 18, 2005 When i click in the button "open this script" nothing happen, why?I have installed the last autoit-v3.0.103.exe.Thanks<{POST_SNAPBACK}>Did you launch the Help file diretly (i.e. from the Start Menu) or from SciTE?You need to make a change to au3.properties as JdeB describes above in order for SciTE to work fully with the new help file.... Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
edy Posted January 18, 2005 Posted January 18, 2005 Did you launch the Help file diretly (i.e. from the Start Menu) or from SciTE?You need to make a change to au3.properties as JdeB describes above in order for SciTE to work fully with the new help file....<{POST_SNAPBACK}>with both methods do not work.Bye
bshoenhair Posted January 18, 2005 Posted January 18, 2005 When i click in the button "open this script" nothing happen, why?I have installed the last autoit-v3.0.103.exe.Thanks<{POST_SNAPBACK}>Same here, not working.
Administrators Jon Posted January 18, 2005 Author Administrators Posted January 18, 2005 Updated: - Misc docs typos - Misc UDF fixes - New GUI sample in the docs from CyberSlug (the one that shows all the controls) - Better extended-ASCII support for the Send() function - previously some extended characters were missing. (JP, can you please check the Send stuff and also my work around the diadic characters. It should attempt a diadic keystroke and only fall back to ALT+0nnn when the keyboard doesn't support it - like with english keyboards. Also could you check my changes to your key table are correct? ) Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Developers Jos Posted January 18, 2005 Developers Posted January 18, 2005 (edited) with both methods do not work.<{POST_SNAPBACK}>Same here, not working.<{POST_SNAPBACK}>Ok we need more info to be able to check what is happening. First... What is the error you get ? or are you getting nothing ?If you get the error unable to open \examples\helpfile\functoinxys.au3 then:- is the file in the Autoit3 examples directory ?- did you start the helpfile from AutoIt3 directory?EDIT: oh and also check what's associated with Au3 Open task by going in the file explorer/Tools/Folder options/FileTypes/AutoIt3 scripts. Edited January 18, 2005 by JdeB 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.
Josbe Posted January 18, 2005 Posted January 18, 2005 @JdeB: Very nice job.(examples with syntax colored) Sorry, but I have the problem with button...This appears like a missing/unknown OBJECT. What I need to do? (OS: Win2000)BTW: I did like the description what you said above too.(au3 props., etc) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Developers Jos Posted January 18, 2005 Developers Posted January 18, 2005 @JdeB: Very nice job.(examples with syntax colored) Sorry, but I have the problem with button...This appears like a missing/unknown OBJECT. What I need to do? (OS: Win2000)BTW: I did like the description what you said above too.(au3 props., etc)<{POST_SNAPBACK}>The function we use is an OCX called hhctrl.ocx and the HTML code looks like:<OBJECT id=hhctrl type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" width=58 height=57> <PARAM name="Command" value="ShortCut"> <PARAM name="Button" value="Text:Open this Script"> <PARAM name="Item1" value=",examples/helpfile/RegDelete.au3,">Do you know if you have this ocx on you pc ? (should be located in system or system32.) 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.
CyberSlug Posted January 18, 2005 Posted January 18, 2005 Hmm, I just ran the latest AutoIt installer on Windows 2000 SP4. The "Open this Script" button did not start working until I closed and opened the help file a few times Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Josbe Posted January 18, 2005 Posted January 18, 2005 The function we use is an OCX called hhctrl.ocx and the HTML code looks like:<OBJECT id=hhctrl type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" width=58 height=57> <PARAM name="Command" value="ShortCut"> <PARAM name="Button" value="Text:Open this Script"> <PARAM name="Item1" value=",examples/helpfile/RegDelete.au3,">Do you know if you have this ocx on you pc ? (should be located in system or system32.)<{POST_SNAPBACK}>Yes. [version file(hhctrl.ocx): 5.2.3735.1] AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
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