Administrators Jon Posted August 30, 2007 Administrators Share Posted August 30, 2007 3.2.7.1 (30th August 2007) (Beta) - Changed: More speed improvements. - Fixed: ControlGetText() crash on Scite windows. (Thanks Xenobiologist) 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...
Administrators Jon Posted September 2, 2007 Administrators Share Posted September 2, 2007 http://www.autoitscript.com/autoit3/files/beta/autoit/3.2.7.2 (2nd September 2007) (Beta)- Changed: PCRE regular expression engine updated to 7.3.- Changed: Recursion-based code limits relaxed.- Fixed: ProcessExist() under Windows 9x.- Fixed: $LVSCW_AUTOSIZE column truncates display string. (Thanks benners)- Fixed: Incorrect listview creation. (Thanks Bowmore) 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...
Administrators Jon Posted September 3, 2007 Administrators Share Posted September 3, 2007 3.2.7.3 (3rd September 2007) (Beta) - Fixed: String memory allocation error introduced in 3.2.7.2. 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...
Administrators Jon Posted September 5, 2007 Administrators Share Posted September 5, 2007 3.2.7.4 (5th September 2007) (Beta) - Changed: General speed improvements (currently up to 24% in some cases compared to 3.2.6.0). - Fixed: Memory leak when AutoIt need to get longfilename (a lot of file functions). (Thanks Visual Leak Detector) - Fixed: ListviewItem not created after other Child Windows creation/deletion. (Thanks MsCreatoR) - Fixed: ControlGetFocus() returning bad ClassNN. (Thanks txomin, pdaughe) - Fixed: Detection of invalid CONTINUELOOP. (Thanks MsCreatoR) 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...
Xenobiologist Posted September 5, 2007 Share Posted September 5, 2007 3.2.7.4 (5th September 2007) (Beta)- Changed: General speed improvements (currently up to 24% in some cases compared to 3.2.6.0).- Fixed: Memory leak when AutoIt need to get longfilename (a lot of file functions). (Thanks Visual Leak Detector)- Fixed: ListviewItem not created after other Child Windows creation/deletion. (Thanks MsCreatoR)- Fixed: ControlGetFocus() returning bad ClassNN. (Thanks txomin, pdaughe)- Fixed: Detection of invalid CONTINUELOOP. (Thanks MsCreatoR)Hi,fantastic Jon! I'm glad to see that Autoit is that good - and you can be in the lap of luxury to think about the speed and performance improvment. So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Link to comment Share on other sites More sharing options...
Administrators Jon Posted September 6, 2007 Administrators Share Posted September 6, 2007 3.2.7.5 (6th September 2007) (Beta) - Fixed: Character positions returned by StringRegExp() not correct for characters > 127 (accents, non-Western) 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...
SlimShady Posted September 6, 2007 Share Posted September 6, 2007 The archive is corrupt. You can see the size is 1MB while the previous was 5.6MB. Link to comment Share on other sites More sharing options...
Administrators Jon Posted September 12, 2007 Administrators Share Posted September 12, 2007 http://www.autoitscript.com/autoit3/files/beta/autoit/3.2.9.0 (12th September, 2007) (Beta)- Added: ControlTreeView().LONG overdue functionality. Have a play with it and see if it works ok and suggest extra functions I can add to it. At the moment it has the basic select, gettext, check, uncheck ones. 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...
Administrators Jon Posted September 18, 2007 Administrators Share Posted September 18, 2007 3.2.9.1 (18th September, 2007) (Beta) - Added: SendKeepActive(). - Added: More commands for ControlTreeView(). - Fixed: GUICtrlSetImage() sizing regression from 3.2.4.9. (Thanks Wooltown) - Fixed: GUICtrlCreateListView() with no column. (Thanks gafrost) - Fixed: _GUICtrlListViewInsertColumn() after _GUICtrlListViewDeleteColumn() of the first column of a ListView control. (Thanks Antiec, gafrost) 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...
jvanegmond Posted September 20, 2007 Share Posted September 20, 2007 Jon, that new SendKeepActive function workes miracles. Thanks! github.com/jvanegmond Link to comment Share on other sites More sharing options...
Administrators Jon Posted September 30, 2007 Administrators Share Posted September 30, 2007 3.2.9.2 (30th September, 2007) (Beta)Major update to MANY GUI UDFs and additional UDFs merging UDFs from Paul Campbell (PaulIA) Auto3Lib project. (gafrost). Big thanks to Gary and Paul- Changed: PCRE regular expression engine updated to 7.4.- Added: ProcessGetStats().- Fixed: Extra notification on colored button. (Thanks livewire)- Fixed: IniReadSectionNames() for [] sections. (Thanks DavidFarner)The UDFs have caused a significant increase in the installer and zip sizes. Might need to have a discussion about this. 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...
Administrators Jon Posted September 30, 2007 Administrators Share Posted September 30, 2007 3.2.9.2 (30th September, 2007) (Beta) Major update to MANY GUI UDFs and additional UDFs merging UDFs from Paul Campbell (PaulIA) Auto3Lib project. (gafrost). Big thanks to Gary and Paul - Changed: PCRE regular expression engine updated to 7.4. - Added: ProcessGetStats(). - Fixed: Extra notification on colored button. (Thanks livewire) - Fixed: IniReadSectionNames() for [] sections. (Thanks DavidFarner) The UDFs have caused a significant increase in the installer and zip sizes. Might need to have a discussion about this.OMG, the helpfile examples take up 8MB. 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...
jvanegmond Posted September 30, 2007 Share Posted September 30, 2007 (edited) Jon, about the UDFs. I am thinking of an UDF manager, like the Dev-C++'s packman WebUpdate. All the UDFs will be stored online, and easily downloaded by the end user. What do you think? Edited September 30, 2007 by Manadar github.com/jvanegmond Link to comment Share on other sites More sharing options...
livewire Posted September 30, 2007 Share Posted September 30, 2007 Jon, ProcessGetStats points to ProcessExists in the helpfile for the v3.2.9.2 (beta). -Livewire Link to comment Share on other sites More sharing options...
Xenobiologist Posted September 30, 2007 Share Posted September 30, 2007 Hi, I also like the idea of a core Autoit and some modules. THANKS Gary for creating all the UDFs! So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Link to comment Share on other sites More sharing options...
Developers Jos Posted September 30, 2007 Developers Share Posted September 30, 2007 (edited) OMG, the helpfile examples take up 8MB.The helpfile is 3Mb bigger and hardly compressable, the examples compress to about 1.3 Mb.One idea could be to create an full installer with UDF's only for Productions versions and separate the Beta installers, creating one for AutoIt and one for the UDF. The only issue with that is the integrated SciTE definition updates.... The current UDF library has grown to 1150+ Functions and include Structures.I like to Thank Paul for allowing to use his work done and available in Auto3Lib and of course Gary who has performed an immense task integrating it into the standard UDF library and creating all the helpfile documents and preparing the examples.Jos Edited September 30, 2007 by Jos 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...
GaryFrost Posted September 30, 2007 Share Posted September 30, 2007 In case anyone asks what happened to the old functions, these have been deprecated. They should still work, but when the user can they should start using the new functions. With as many functions as was done there may have been some things missed that can be added in at a later time. Gary 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...
GEOSoft Posted September 30, 2007 Share Posted September 30, 2007 Hi,I also like the idea of a core Autoit and some modules.THANKS Gary for creating all the UDFs!So long,MegaI've always thought that it should be handled that way and also Scite4AutoIt etal should be third party files.See the way its handled under Third Party Files on this pagehttp://www.jrsoftware.org/isinfo.phpThe Includes are a separate link (in this case because they are written by an individual) but the concept is still solid.Remember when you could put AutoIt on a floppy? George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
Zedna Posted September 30, 2007 Share Posted September 30, 2007 @Garry: That's amazing big work!! Thanks. It's pitty that it's not backward compatible but in this case it make sense this is the best solution. About HelpFile size: I noticed in all ListView helpfile examples is huge unneccessary/commented debug code in WM_NOTIFY. This debug WM_NOTIFY code can be mentioned once in "GuiListView Management.htm" and not in all GUOListView functions. In examples should be only code related to mentioned function. In TreeView and others UDFs is it similar but code overhead is not so big as in ListView UDF. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Zedna Posted September 30, 2007 Share Posted September 30, 2007 (edited) Remember when you could put AutoIt on a floppy?Man! In these days much of computers don't have floppy anymore.USB sticks are GIGA sized, new HDDs under 80GB doesn't exist.So 3MB difference make no big sense today. But I think it will not be problem if Standard UDFs (whole include directory with UDFs3.chm) will be as separate download file (zip/installer). Edited September 30, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search 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