Jump to content

Latest Beta


jpm
 Share

Recommended Posts

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 by jpm
Link to comment
Share on other sites

  • Replies 641
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

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

Watch as the open bug reports list gets smaller and smaller. We are looking at a release in early May.

David Nuttall
Nuttall 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

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

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.00

Updated : 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

Is there any noticeable difference in the size of executables when upgrading from upx 1.25 to 2.00?

-John

not 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

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

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

@jpm

Can 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. :D

Link to comment
Share on other sites

@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

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

  • 2 weeks later...

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

  • 2 weeks later...

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

  • 3 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...