Administrators Jon Posted February 13, 2010 Administrators Posted February 13, 2010 AutoIt v3.3.5.4 (Beta) Released:There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there ary any improvements/disasters...AutoIt:- Changed: FileWriteLine() performance improved.- 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 #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.Au3Info:- Fixed #1391: ToolbarWindow32 info only showing the first toolbar.- Changed: Better identification of the control under the mouse (again...)UDFs:- Fixed #1441: _GUICtrlRichEdit_GetText() using wrong buffer length.- Fixed #1446: _ScreenCapture_Capture() was using height/width of 1 pixel less.The following changes are script breaking changes:Discuss the beta here.Report issues here.Download here. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Recommended Posts