Update â–º AutoIT 3.3.6.0

JoeP
SilverLounger
Posts: 2072
Joined: 25 Jan 2010, 02:12

Update â–º AutoIT 3.3.6.0

Post by JoeP »

An update to the popular, free scipting utility. Download from AutoIt v3 - Downloads.

Release history from http://www.autoitscript.com/autoit3/docs/history.htm:

"7th March, 2010 - v3.3.6.0

AutoIt:

Added #1376: FileOpen() mode parameter is now optional. Default mode is read.
Added #1054: Added FileGetEncoding().
Added: ControlCommand() "SendCommandID" - used to send WM_COMMAND Control ID messages. Allows the automation of ToolBarWindow32 controls (amongst others). For example, the "Back" button of Internet Explorer. Use Au3Info to get the Command ID from the ToolBar tab.
Fixed #1428: AdlibRegister/Unregister() were incorrectly using case-sensitive function names.
Fixed #1448: #OnAutoItStartRegister did not work in compiled scripts.
Fixed #961: RegDelete() was not working properly on 64bit keys when using the 32bit version of AutoIt and HKLM64.
Fixed: Regression in FileOpen() where it wasn't allowed to open files in read mode if they were already open in write mode.
Fixed #1449: GUICtrlDelete() not working for GUICtrlCreateDummy() types.
Fixed #1458: Inet sizes were capped to 32-bits.
Fixed #1459: Hard crash when too much recursion is used.
Fixed #1464: Regular expressions with a single character * pattern were stopping after the first null match.
Fixed #1463: StringToASCIIArray() working incorrectly with UTF8 characters.
Fixed #1475: TrayItemSetState($Value, $Tray_Checked) incorrectly enables a disabled TrayItem.
Changed: Send() and ControlSend() code reworked to allow for more Unicode characters to be used.
Changed: FileWriteLine() performance improved.

Aut2Exe:

Fixed #1409: Ctrl+C is no longer the shortcut for Convert. It is now Ctrl+G (Go) to avoid clashing with a Ctrl+C copy operation..

Au3Info:

Fixed #1444: Controls in applications like RegEdit were left highlighted.
Fixed #1391: ToolbarWindow32 info only showing the first toolbar.

AutoIt3Help:

Fixed #1423: "Open Script" button stopped working.

AutoItX:

Fixed: Missing .lib files readded.

UDFs:

Fixed #1438: AutoIt error when using _ArrayCombinations().
Fixed #1454: StringBetween() not working correctly.
Fixed #1441: _GUICtrlRichEdit_GetText() using wrong buffer length.
Fixed #1446: _ScreenCapture_Capture() was using height/width of 1 pixel less.
Fixed #1445: Documentation updated for _MemGlobalFree().
Fixed #1469: _GDIPlus_BitmapCloneArea() documentation updated.
Fixed #1466: _GUICtrlEdit_GetLine() returns an unexpected character.
Fixed #1487: _DateToDayOfWeekIso returned 0-6 but should be 1-7 where Monday = 1"

Joe
Joe

User avatar
diegol
StarLounger
Posts: 94
Joined: 28 Jan 2010, 04:15
Location: Buenos Aires, Argentina

Re: Update â–º AutoIT 3.3.6.0

Post by diegol »

Thank you Joe.

I used to like AutoIt so much! Especially the neat interface of SciTE4AutoIt and its Intellisense-like prompts.
Unfortunately my current tasks involve very little programming apart from some VBA/SQL.

:argentina: Diegol