jpm Posted April 6, 2006 Author Share Posted April 6, 2006 (edited) 06th April, 2006 - v3.1.1.118 (beta)Changed : Example and Include files are readonly. (Thanks herewasplato, by JdeB)Updated : GUICtrlCreateRadio doc example. (by Smoke_N)Added : An extra parameter in ControlSetText to force redraw. (Thanks ning, by Valik)Changed : Opt("GUIEventCompatibilityMode", ) renamed in Opt("GUIEventOptions. both OK for this beta but will dropped in .122. (by Jon)Fixed : empty parameter in $cmdline. (Thanks aec)Updated : v1.58 (6 April 2006)- updated _ProcessGetPriority() to accept either a name or PID argument. (valik)- Fixed bug in _FileWriteLine() insert mode not inserting new line. (sasdad)() insert mode not inserting new line. (sasdad) Edited April 6, 2006 by jpm Link to comment Share on other sites More sharing options...
jpm Posted April 14, 2006 Author Share Posted April 14, 2006 14th April, 2006 - v3.1.1.119 (beta)Updated : FAQ page. (by JdeB)Fixed : open script in Gui concept page. (Thanks MadBoy)Fixed : FilesSetAttrib return 1 on non existing file. (Thanks Mhz)Fixed : InetGet() could block the foreground execution even when run in background mode. (Thanks podws, fixed by Valik)Fixed : GUISetBKColor freezing the display. (Thanks The Kandie Man,greenmachine)Updated : Allow array to be initialized with another array in an element (see Dim doc). (by Nutster)Fixed : FileOpen doc. (Thanks Zedna) Link to comment Share on other sites More sharing options...
Angel Posted April 16, 2006 Share Posted April 16, 2006 I hate to ask this, but I LOOOONG time ago the new release was supposed to be "Real Soon Now " or "As soon as Jon has some time". So what happened? The betas keep coming, so the development is quite active... are there any major bugs that are holding the new release? I'd just like to have an idea of what is going on, as I have no access to the developper discussions... Thanks! Angel Link to comment Share on other sites More sharing options...
w0uter Posted April 16, 2006 Share Posted April 16, 2006 "Its done when its done." My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
Nutster Posted April 16, 2006 Share Posted April 16, 2006 Watch as the open bug reports list gets smaller and smaller. We are looking at a release in early May. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd... Link to comment Share on other sites More sharing options...
Angel Posted April 16, 2006 Share Posted April 16, 2006 Watch as the open bug reports list gets smaller and smaller. We are looking at a release in early May.Where can I see that list?Angel Link to comment Share on other sites More sharing options...
w0uter Posted April 16, 2006 Share Posted April 16, 2006 http://www.autoitscript.com/forum/index.php?showforum=16 My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
jpm Posted April 21, 2006 Author Share Posted April 21, 2006 21th April, 2006 - v3.1.1.120 (beta)Fixed : FileSetAttrib doc example. (Thanks Mhz)Fixed : WinGetProcess and ProcessExist return same pid precision. (Thanks elgabionline, fixed by Valik)Fixed : GUICreate WS_POPUP Centering. (Thanks elgabionline)Fixed : Bad Notification on end of drag when $GUI_DROPACCEPTED not set on a control. (Thanks Ebenezer, gafrost)Fixed : InetGet("abort") and exiting AutoIt with a download in progres now correctly stop the download immediately. (by Valik)Fixed : @InetGetBytesRead Byte count could be wrong due to a race condition. (Thanks Rick, fixed by Valik)Updated : v1.59 (20 April 2006)- Updated _ProcessGetPriority to use 0x0400. (Valik)- Added _GUICtrlEditSetRECT to GuiEdit.au3. (gafrost)- Updated Email addresses in UDF's to avoid retrieval by search engines. (JPM) Link to comment Share on other sites More sharing options...
jpm Posted April 28, 2006 Author Share Posted April 28, 2006 28th April, 2006 - v3.1.1.121 (beta)Fixed : Some doc clarification in the "Function Notes" page. (fixed by Herewasplato)Changed : doubleclick on titlebar trigger maximize/restore event. (Thanks livewire/Valik)Fixed : Filecopy not creating subdir under Netware shared. (Thanks PeteW)Changed : Upx 1.25->2.00Updated : v1.60 (28 April 2006)- Updated _GuiCtrlStatusBarResize example. (gafrost)- Added 2 variables to GuiStatusBar.au3. (gafrost)- Fixed typo in _ArraySort. (Knight) Link to comment Share on other sites More sharing options...
jftuga Posted April 28, 2006 Share Posted April 28, 2006 Is there any noticeable difference in the size of executables when upgrading from upx 1.25 to 2.00? -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...
Somerset Posted April 28, 2006 Share Posted April 28, 2006 Is there any noticeable difference in the size of executables when upgrading from upx 1.25 to 2.00?-Johnnot really from my test on a normal script, without fileinstall. the new savings seems to be about 1,200 bytes, anything is good from my guess. Link to comment Share on other sites More sharing options...
jpm Posted May 1, 2006 Author Share Posted May 1, 2006 01th May, 2006 - v3.1.1.122 (beta)Fixed : DirCreate not creating subdir on dir with read/hidden/system attributes. (Thanks dash007, PeteW)Changed : "GUIEventCompatibilityMode" Opt removed definetly use "GUIEventOptions".Fixed : FileSetAttrib, FileSetTime destroy @workingdir.Fixed : Some doc typos in the "Function Notes" page. (fixed by Herewasplato)Updated : Suppression of a validation of interface checking. (by SvenP) Link to comment Share on other sites More sharing options...
jpm Posted May 6, 2006 Author Share Posted May 6, 2006 06th May, 2006 - v3.1.1.123 (beta)Changed : Empty parameter not allowed in COM reference. Fixed : GUIGetCursorInfo on listview header. (Thanks aec) Fixed : Func OnAutoItExit doc typo. Fixed : DllCall @error not equal 3 when function not found. Fixed : exitcode 0 when AutoIt exit on fatal error should be different from 0. Fixed : ubyte can be used as Array. (Thanks Lazycat) Fixed : TrayCreateItem doc precision. (Thanks Zedna) Link to comment Share on other sites More sharing options...
jpm Posted May 9, 2006 Author Share Posted May 9, 2006 @jpmCan you be more specific on these changes :Beta 122- Updated : Suppression of a validation of interface checking. (by SvenP)Certainly does not affect you as some com .dll was not accepted befor now they are . something about idpatch interface no more checked.Did you check with this version?Beta 123- Changed : Empty parameter not allowed in COM reference.something like Obj.change($a, , $ must be change to Obj.change($a, default, $remember passing empty parameter is not allowed in AutoIt function call. Link to comment Share on other sites More sharing options...
BlindWanderer Posted May 13, 2006 Share Posted May 13, 2006 @jpmThanks good to know !!I'm having an issue where I cannot use the ByRef keyword in functions that are called as a result of ObjEvent. It exits unexpectedly. The reason I bring this up is that some COM objects allow you to manipulate their event paramaters as to provide feedback. For example BeforeNavigate2 Link to comment Share on other sites More sharing options...
DaleHohm Posted May 13, 2006 Share Posted May 13, 2006 @BlindWanderer If you want to discuss that, open a thread in V3 Support... Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble Link to comment Share on other sites More sharing options...
jpm Posted May 16, 2006 Author Share Posted May 16, 2006 16th May, 2006 - v3.1.1.124 (beta)Fixed : Memory leak on object invoking error.Fixed : StringRegExp returning string instead of array withy flag=1.Fixed : AutoItSc.bin size. (Thanks Zedna)Fixed : GUICtrlSetImage for 16x16 icon not repainting. (Thanks mr.underperson)Added : Some doc precision about running under a Windows 64-bit Edition. (Thanks FreeFry)Changed : Exitcode 0x7ffff000-0x7fffffff are reserved for AutoIt. Exit of such code will produce a messagebox.Changed : RegEnumKey and RegEnumVal return more precise @error to help diagnostic.Fixed : Mouse... invalid button definition. (Thanks vollyman)Fixed : Small precision in FileFindFirstFile doc about returning dir names too. (Thanks redndahead)Fixed : Hyperlink in CLSID doc page. (Thanks Nitro322)Fixed : IniDelete() could create an empty file if the file did not exist. (Thanks TheSaint, fixed by Valik)Fixed : ToolTip Centering go around. (Thanks mr.underperson)Fixed : $GUI_GR_RECT and $GUI_GR_ELLIPSE under win98. (Thanks Zedna) Link to comment Share on other sites More sharing options...
jpm Posted May 26, 2006 Author Share Posted May 26, 2006 26th May, 2006 - v3.1.1.125 (beta)Fixed : WinMove not handling Default keyword for W or H. (Thanks Cyberslug)Changed : no more compaction of AutoIt3.exe, Au3Info.exe, AUT2Exe.exe and AutoIt3Help.exe files. Compiled script can still be compacted. (by Jon)Fixed : Some doc precision about FileDelete and DirMove. (Thanks Zedna)Fixed : RegRead, RegWrite and RegDelete coherent @error with other Reg functions.Fixed : Crash AutoIt with invalid "With" . (Thanks gamerman2360)Fixed : AutoIt limits doc typo. (Thanks Omegis)Removed : Exitcode 0x7ffff000-0x7fffffff are reserved for AutoIt. Exit of such code will produce a messagebox. (by Devs)Removed : ToolTip Centering go around. (by Valik)Fixed : The documentation for ToolTip() clarifies how the center flag works and the requirements for getting an icon to display on the title row. (by Valik)Fixed : GuiCtrlSetColor(), GUICtrlSetBkColor() doc can set ListViewItem and TreeViewItem. (Holger forget to update them in .72)Fixed : some doc typos (Thanks Zedna, Helge, jftuga)Fixed : bad formated #include. (Thanks Helge)Fixed : TCPLIsten, TCPConnect, UDPSend, UDPBind not checking bad ipaddr or port. (Thanks Helge)Fixed : Invalid lines (Those without proper key=value pairs) would cause the returned data to be wrong. These lines are now stripped. (by Valik)Fixed : Comments were not stripped on Windows 95/98/ME. (by Valik)Fixed : Memory leak on GUIDelete if some pic control where used. (Thanks b8bboi)Updated : v1.61 (23 May 2006)- Fixed _GuiCtrlListViewSort() avoiding insert/removal of spaces. (gafrost)- Changed test in _DateIsValid() test from <1900 to <1000 to allow a startdate of 1600 used for UTC calculations. (JdeB)- Fixed _GUICtrlListViewSort. (JPM,gafrost) - Added _ClipPutFile() to misc.au3. (Piccaso)- Updated _GUICtrlListViewSetItemSelState, added an optional focus state parameter. (gafrost) Link to comment Share on other sites More sharing options...
jpm Posted June 4, 2006 Author Share Posted June 4, 2006 04th June, 2006 - v3.1.1.126 (beta)Fixed : Slight update on language variable doc precision. (Thanks jftuga)Added :Â Â Â Â Â Â Â Send("ASC 0x...}") to allow hex value. (Thanks Christian Blackburn)Fixed : The Clear() method on a COM Error object would cause the COM Errorhandler to stop functioning.Fixed : Bogus error messages on long lines when a COM Error handler is used (Thanks DaleHohm)Fixed : A lot of typo and grammar in Doc. (Thanks GeoSoft)Fixed : IniReadSection Invalid lines (Those without proper key=value pairs) would cause the returned data to be wrong. These lines are now stripped. (by Valik)Fixed : IniReadSection comments were not stripped on Windows 95/98/ME. (by Valik)Fixed : Wrong PID type return by ProcessList. (Thanks elgabionline)Added : Some information in GUIGetMsg about control hovering. (Thanks TheSaint)Added : List Box can be colored with GUICtrlSetColor and GUICtrlSetBkColor. (Thanks Rick, by Holger)Added : SplashTextOn return the handle of the splash window. (Thanks Helge, by Larry)Fixed : TRayItemGetState memory leak. (Thanks Freeze128)Fixed : FileWrite of a binarystring return false. (Thanks picasso)Fixed : @AutoItVersion bad return when compiled file is resource hacked. (Thanks gamerman2360)Updated : v1.62 (2 June 2006)- Fixed _ClipPutFile() example include statement. (RazerM)- Doc Fixes: _GUICtrlListViewEnsureVisible. (gafrost) _FileReadToArray. (CyberSlug) _ Fixed _Now() which was returning "tt" at the end (JdeB) Link to comment Share on other sites More sharing options...
jpm Posted June 20, 2006 Author Share Posted June 20, 2006 20th June, 2006 - v3.1.1.127 (beta)Fixed : bad Combo bkcolor : grey. (Thanks awrog)Added : ClipGet return @error=1 on empty and @error=2 on nontext. (Thanks Christain BlackBurn)Added : ClipPut("") empty the clipboard.Fixed : WinKill() referencing an explorer.exe window not closing. (Thanks marfdaman)Updated : Upx.exe 2.00 -> 2.01.Added : FileGetLongName($relativefile, 1) and FileGetShortName($relativefile, 1) support relative path conventions.Fixed : Small precision in FileFindFirstFile doc about matching 3-char extension. (Thanks tutui)Fixed : AutoIt Crash if too many includes in Opt(TrayIconDebug,1). (Thanks System Tester, herewasplato)Added : GUI_MAXCOLOURS added to AutoIt limits appendix.Fixed : GUISetOnEvent, GuiCtrlSetOnEvent, TrayItemSetOnEvent and TraySetOnEvent can be disabled. (Thanks Wooltown)Fixed : Wrong matching of While/Wend, Do/Until, If/Endif, ... .Fixed : ObjEvent() doc example.Fixed : ObjEvent() regression from .125. (Thanks Valik)Updated : ClipGet() doc remarks on multiselection. (Thanks Simucal)Fixed : #include doc about lower case only removed. (Thanks ...)Fixed : BitShift() doc. (by Valik)Fixed : Remove MessageBox in Aut2exe.exe (Thanks helge, fixed by Jon)Updated : v1.63 (19 June 2006)- Updated _DateTimeFormat() to use a default template when registry entries are missing Like in Win9x/WinME for SLongDate. - GuiListView updated .This update will possible break scripts. (gafrost)Replaced ControlListView calls (will no longer need window title/text in params).Functions updated to reflect new params.Examples updated for consistancy.Templates updated as needed.- _ArrayBinarySearch: (JdeB)removed check for more than 1 entry to allow the use of this UDF on arrays with one entry. 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