Moderators SmOke_N Posted August 3, 2006 Moderators Share Posted August 3, 2006 Au3Check's database is built from the documentation files. No documentation, no database entry. Ignore Au3Check's errors when it says StringRegExp() and StringRegExpReplace() are missing.Cool, thanks. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted August 3, 2006 Moderators Share Posted August 3, 2006 The documentation has been pulled, the function is still there.Is there a reason for this or was it just a mishap? Link to comment Share on other sites More sharing options...
Valik Posted August 3, 2006 Share Posted August 3, 2006 Yes, there was a reason. Link to comment Share on other sites More sharing options...
Administrators Jon Posted August 3, 2006 Administrators Share Posted August 3, 2006 Is there a reason for this or was it just a mishap?I want the current state of the code and documentation to match what will be released, so that we don't get hidden bugs/errors when we change things at the last minute.StringRegExp functions work well but with a few bugs that we need Nutster to fix. The plugin stuff is a way off working like I want yet (array passing, different syntax, auto includes in aut2exe). So the decision is to pull the docs but leave the functions to use at your own risk as we work on them in the background. Deployment Blog:Â https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming:Â https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted August 3, 2006 Moderators Share Posted August 3, 2006 I want the current state of the code and documentation to match what will be released, so that we don't get hidden bugs/errors when we change things at the last minute.StringRegExp functions work well but with a few bugs that we need Nutster to fix. The plugin stuff is a way off working like I want yet (array passing, different syntax, auto includes in aut2exe). So the decision is to pull the docs but leave the functions to use at your own risk as we work on them in the background.Thanks for the explanation. Will the documentation be added back to the beta versions after the production release, or should I just keep a version with the documentation handy?Thanks,Bob Link to comment Share on other sites More sharing options...
Valik Posted August 3, 2006 Share Posted August 3, 2006 The documentation will be added back in after the release. Link to comment Share on other sites More sharing options...
Kickassjoe Posted August 5, 2006 Share Posted August 5, 2006 did valik just become a developer or have i missed this every time i look at his sn? if he did... welcome to the autoit team *wishes he was on it with is 3 posts, none helpful, cuz hes an autoit noob(talkin about me in the *'s not u valik lol)* if he was already in the development team... then make me an appointment to the eye doctor. What goes around comes around... Payback's a bitch. Link to comment Share on other sites More sharing options...
GaryFrost Posted August 5, 2006 Share Posted August 5, 2006 did valik just become a developer or have i missed this every time i look at his sn? if he did... welcome to the autoit team *wishes he was on it with is 3 posts, none helpful, cuz hes an autoit noob(talkin about me in the *'s not u valik lol)* if he was already in the development team... then make me an appointment to the eye doctor.You need to make an appointment. SciTE for AutoItDirections for Submitting Standard UDFs  Don't argue with an idiot; people watching may not be able to tell the difference.  Link to comment Share on other sites More sharing options...
Kickassjoe Posted August 11, 2006 Share Posted August 11, 2006 LOL i sware to god he wasnt a developer when i joined lol... bcuz i was thinkin... y is valik still reg member? i have seen him help so many ppl... maybe i needed an appointment then too lol... What goes around comes around... Payback's a bitch. Link to comment Share on other sites More sharing options...
JSThePatriot Posted August 11, 2006 Share Posted August 11, 2006 LOL i sware to god he wasnt a developer when i joined lol... bcuz i was thinkin... y is valik still reg member? i have seen him help so many ppl... maybe i needed an appointment then too lol...The entire time I have been here he has been a developer.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...
Valik Posted August 11, 2006 Share Posted August 11, 2006 LOL i sware to god he wasnt a developer when i joined lol... bcuz i was thinkin... y is valik still reg member? i have seen him help so many ppl... maybe i needed an appointment then too lol...You must definitely have me confused with somebody else or have a very liberal definition of "help". Link to comment Share on other sites More sharing options...
JSThePatriot Posted August 11, 2006 Share Posted August 11, 2006 You must definitely have me confused with somebody else or have a very liberal definition of "help".haha... I was thinking the same thing, but I wasnt sure how I would word it. You help, but only if they are able to understand, which isnt many people.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...
jftuga Posted August 14, 2006 Share Posted August 14, 2006 Is there a changelog for just the differences between the last beta and 3.2.0? -John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile Link to comment Share on other sites More sharing options...
Valik Posted August 14, 2006 Share Posted August 14, 2006 It should have been in the detailed changelog but it doesn't appear to be (With at least 3.2.0.0, I haven't installed 3.2.0.1 to check it). I know there was a bug fix of some sort put into 3.2.0.0 and I made some changes to Au3 Info by adding hotkeys. Those are the only two changes I recall. Link to comment Share on other sites More sharing options...
Administrators Jon Posted August 26, 2006 Administrators Share Posted August 26, 2006 You can download from http://www.autoitscript.com/autoit3/files/beta/autoit/3.2.1.0 (26th August, 2006) (Beta)- Changed: Performance improvement prototype (up to 100% on some scripts!).- Fixed: Memory leak with prototype plugins.- Fixed: Some Object Collections could not be parsed in one AutoIt statement .- Fixed: Bad screen updating of already unchecked radiobuttons. (Thanks SlimShady)- Fixed: Tray icon tooltip not displaying the scriptname when compiled. (Thanks Christian Blackburn) Deployment Blog:Â https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming:Â https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted August 26, 2006 Moderators Share Posted August 26, 2006 Was the documentation for StringRegExp not supposed to be put back in? Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted August 26, 2006 Moderators Share Posted August 26, 2006 (edited) ** DUMB QUESTION ** Edited August 26, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
GaryFrost Posted August 26, 2006 Share Posted August 26, 2006 ** DUMB QUESTION **Carefull you'll get a sign. SciTE for AutoItDirections for Submitting Standard UDFs  Don't argue with an idiot; people watching may not be able to tell the difference.  Link to comment Share on other sites More sharing options...
Valuater Posted August 26, 2006 Share Posted August 26, 2006 Carefull you'll get a sign.lol... 8) Link to comment Share on other sites More sharing options...
randallc Posted August 26, 2006 Share Posted August 26, 2006 Hii, Speed looks great, but "nearly" compiles. Wants to know "where is "file.au3", Then "GUIconstants.au3" or similar?.... Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW 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