<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Announcements and Site News</title>
	<description>Announcements and Site News</description>
	<link>http://www.autoitscript.com/forum/index.php</link>
	<pubDate>Thu, 05 Nov 2009 23:01:34 +0000</pubDate>
	<ttl>60</ttl>
	<item>
		<title>AutoIt v3.3.1.5 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105080</link>
		<description><![CDATA[AutoIt v3.3.1.5 (Beta) Released:<br />
<div class='bbc_spoiler'>
	<span>Spoiler</span> <input type='button' class='bbc_spoiler_show' value='Show' />
	<div class='bbc_spoiler_wrapper'><div class='bbc_spoiler_content' style="display:none;"><br />
AutoIt:<br />
- Added #1056: New Inet option to by-pass forcing the connection online.<br />
<br />
- Fixed #1248: Regression in IsHWND() that caused it to erroneously return true in some cases.<br />
- Fixed #1234: COM methods that modified boolean arguments could change them to ints.<br />
- Fixed #1066: FileOpen() with mode 1 now allows text to be overwrriten if the write pointer is repositioned.<br />
- Fixed #1258: System menu could display when trying to dismiss a control menu.<br />
<br />
- Changed: InputBox() no longer requires passing both x and y or w and h.<br />
<br />
UDFs:<br />
- Added #1228: _FTP_SetStatusCallback(), _FTP_DecodeInternetStatus() in FTPEx.au3. (Thanks Beege)<br />
<br />
- Fixed: Regression in _InetGetSource(). Also includes a new parameter to control how the data is returned.<br />
- Fixed #1247: Documented that some _GUICtrlComboBoxEx_* functions don't work with certain ComboBox styles.<br />
- Fixed #1260: Potential buffer overflow in _WinAPI_GetLastErrorMessage().<br />
<br />
Au3Check:<br />
- Fixed #1239: Incorrect library search order.<br />
</div></div>
</div><br />
<br />
The following changes are script breaking changes:<br />
<div class='bbc_spoiler'>
	<span>Spoiler</span> <input type='button' class='bbc_spoiler_show' value='Show' />
	<div class='bbc_spoiler_wrapper'><div class='bbc_spoiler_content' style="display:none;"><br />
<em class='bbc'><strong class='bbc'>Some of the following features are deprecated. Deprecated features are no longer documented but continue to work. Deprecated features will be removed after version 3.3.2.0. It is strongly recommended that scripts relying on deprecated features be updated to work with the new beh&#097;vior. Some features have already been removed and will be noted as such.</strong></em><br />
<br />
<strong class='bbc'>AutoIt:</strong><br />
<br />
<ul class='bbc'><li>ShellExecute() and ShellExecuteWait() no longer use the "open" verb by default. See the remarks section for those functions for more details.</li><li>The return value of InetGet() has changed. It is <strong class='bbc'>important</strong> to read and understand the changes because <span class='bbc_underline'>it is possible to leak resources</span> if InetGet() is used incorrectly.</li><li>InetGet("abort"),@InetGetActive and @InetGetBytesRead are now deprecated. The following list shows the new functions used to access the old beh&#097;vior:<ul class='bbc'><li><strong class='bbc'>InetGet("abort")</strong> - Calling the new InetClose() function with a handle returned from InetGet() will abort a download.</li><li><strong class='bbc'>@InetGetActive</strong> - Calling the new InetGetInfo() function with no parameters returns a count of active downloads.</li><li><strong class='bbc'>@InetGetBytesRead</strong> - Calling the new InetGetInfo() function with a handle returned from InetGet()will return the bytes read (and more) for a download.</li></ul></li><li>The FtpBinaryMode option set with AutoItSetOption() has been removed. Now InetGet() takes a flag to specify the transfer mode.</li><li>The URLDownloadToFile() alias for InetGet() has been removed.</li><li>AdlibEnable() and AdlibDisable() are deprecated. See the new functions AdlibRegister() and AdlibUnRegister().</li><li>OnAutoItStart() is deprecated. See the new pre-processor statement #OnAutoItStartRegister.</li><li>OnAutoItExit() is deprecated. See the new functions OnAutoItExitRegister() and OnAutoItExitUnregister().</li><li>The AutoItSetOption() option OnExitFunc has been removed. See the new functions OnAutoItExitRegister() and OnAutoItExitUnregister().</li><li>GUICreate() with $WS_EX_MDICHILD has been fixed to be relative to client area as documented.</li><li>ProcessWait() now returns a PID instead of 1 on success.</li><li>WinWait(), WinWaitActive(), WinActivate(), WinActive() and WinMove() now return an HWND instead of 1 on succes.</li><li>The macro@YDAY now uses the range 001 - 366 instead of 1 - 366. This makes the macro more consistent with other languages (like C/C++) and more consistent with all other date related macros which return strings with leading 0s to pad the length.</li><li>RegEnumKey() and RegEnumVal() now return an empty string instead of an error message.</li></ul><strong class='bbc'><br />
UDFs:</strong><br />
<ul class='bbc'><li>The last optional parameter for _StringBetween() has been removed.</li><li>_StringAddThousandsSep() has been removed. There are too many opinions on what this function should do and too many revisions of this function have been made.</li><li>_SQLite_SaveMode() has been renamed to _SQLite_SafeMode().</li></ul></div></div>
</div><br />
<br />
<span class='bbc_underline'><span style='font-size: 15px;'><strong class='bbc'>Please test regular exp<b></b>ressi&#111;ns extensively with this release.</strong></span></span><br />
<br />
<strong class='bbc'>This release is not digitally signed.</strong><br />
<br />
<a href='http://www.autoitscript.com/forum/index.php?showtopic=95366' class='bbc_url' title='External link' rel='external'>Discuss the beta here.</a><br />
<a href='http://www.autoitscript.com/trac/autoit/wiki' class='bbc_url' title='External link' rel='external'>Report issues here.</a><br />
<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>Download here.</a>]]></description>
		<pubDate>Thu, 05 Nov 2009 23:01:34 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105080</guid>
	</item>
	<item>
		<title>AutoIt v3.3.1.4 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=104576</link>
		<description><![CDATA[AutoIt v3.3.1.4 (Beta) Released:<br />
<div class='bbc_spoiler'>
	<span>Spoiler</span> <input type='button' class='bbc_spoiler_show' value='Show' />
	<div class='bbc_spoiler_wrapper'><div class='bbc_spoiler_content' style="display:none;"><br />
AutoIt:<br />
- Added #508: Static keyword.<br />
<br />
- Fixed #906: ActiveX controls were not told what their initial size was.<br />
- Fixed: Boolean tests on binary strings now behaves properly.<br />
- Fixed #1242: Beta Regression in _WinAPI_WideCharToMultiByte(). (Thanks Valik)<br />
- Fixed: Fatal error under certain conditions when using minus sign.<br />
<br />
- Changed: PCRE regular exp<b></b>ressi&#111;n engine updated to 8.00.<br />
<br />
UDFs:<br />
- Fixed #1223: _GUICtrlStatusBar_EmbedControl() failing.<br />
- Fixed #1226: _DateDayOfWeek() had an off-by-one error.<br />
- Fixed: Order of parameters was documented wrong for _WinAPI_MakeQWord().<br />
- Fixed #1168: _ExcelBookOpen() now selects the first visible worksheet to prevent a COM error.<br />
<br />
- Changed: _SQLite 3.6.18 -&gt; 3.6.19<br />
</div></div>
</div><br />
<br />
The following changes are script breaking changes:<br />
<div class='bbc_spoiler'>
	<span>Spoiler</span> <input type='button' class='bbc_spoiler_show' value='Show' />
	<div class='bbc_spoiler_wrapper'><div class='bbc_spoiler_content' style="display:none;"><br />
<em class='bbc'><strong class='bbc'>Some of the following features are deprecated. Deprecated features are no longer documented but continue to work. Deprecated features will be removed after version 3.3.2.0. It is strongly recommended that scripts relying on deprecated features be updated to work with the new beh&#097;vior. Some features have already been removed and will be noted as such.</strong></em><br />
<br />
<strong class='bbc'>AutoIt:</strong><br />
<br />
<ul class='bbc'><li>ShellExecute() and ShellExecuteWait() no longer use the "open" verb by default. See the remarks section for those functions for more details.</li><li>The return value of InetGet() has changed. It is <strong class='bbc'>important</strong> to read and understand the changes because <span class='bbc_underline'>it is possible to leak resources</span> if InetGet() is used incorrectly.</li><li>InetGet("abort"),@InetGetActive and @InetGetBytesRead are now deprecated. The following list shows the new functions used to access the old beh&#097;vior:<ul class='bbc'><li><strong class='bbc'>InetGet("abort")</strong> - Calling the new InetClose() function with a handle returned from InetGet() will abort a download.</li><li><strong class='bbc'>@InetGetActive</strong> - Calling the new InetGetInfo() function with no parameters returns a count of active downloads.</li><li><strong class='bbc'>@InetGetBytesRead</strong> - Calling the new InetGetInfo() function with a handle returned from InetGet()will return the bytes read (and more) for a download.</li></ul></li><li>The FtpBinaryMode option set with AutoItSetOption() has been removed. Now InetGet() takes a flag to specify the transfer mode.</li><li>The URLDownloadToFile() alias for InetGet() has been removed.</li><li>AdlibEnable() and AdlibDisable() are deprecated. See the new functions AdlibRegister() and AdlibUnRegister().</li><li>OnAutoItStart() is deprecated. See the new pre-processor statement #OnAutoItStartRegister.</li><li>OnAutoItExit() is deprecated. See the new functions OnAutoItExitRegister() and OnAutoItExitUnregister().</li><li>The AutoItSetOption() option OnExitFunc has been removed. See the new functions OnAutoItExitRegister() and OnAutoItExitUnregister().</li><li>GUICreate() with $WS_EX_MDICHILD has been fixed to be relative to client area as documented.</li><li>ProcessWait() now returns a PID instead of 1 on success.</li><li>WinWait(), WinWaitActive(), WinActivate(), WinActive() and WinMove() now return an HWND instead of 1 on succes.</li><li>The macro@YDAY now uses the range 001 - 366 instead of 1 - 366. This makes the macro more consistent with other languages (like C/C++) and more consistent with all other date related macros which return strings with leading 0s to pad the length.</li><li>RegEnumKey() and RegEnumVal() now return an empty string instead of an error message.</li></ul><strong class='bbc'><br />
UDFs:</strong><br />
<ul class='bbc'><li>The last optional parameter for _StringBetween() has been removed.</li><li>_StringAddThousandsSep() has been removed. There are too many opinions on what this function should do and too many revisions of this function have been made.</li><li>_SQLite_SaveMode() has been renamed to _SQLite_SafeMode().</li></ul></div></div>
</div><br />
<br />
<strong class='bbc'>This release is not digitally signed.</strong><br />
<br />
<a href='http://www.autoitscript.com/forum/index.php?showtopic=95366' class='bbc_url' title='External link' rel='external'>Discuss the beta here.</a><br />
<a href='http://www.autoitscript.com/trac/autoit/wiki' class='bbc_url' title='External link' rel='external'>Report issues here.</a><br />
<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>Download here.</a>]]></description>
		<pubDate>Mon, 26 Oct 2009 18:43:25 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=104576</guid>
	</item>
	<item>
		<title>Forum Upgraded to 3.0.4</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=104110</link>
		<description>But currently AutoIt tags and code tags are broken again. Attempting to fix...</description>
		<pubDate>Sat, 17 Oct 2009 11:15:28 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=104110</guid>
	</item>
	<item>
		<title>AutoIt v3.3.1.3 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=104014</link>
		<description><![CDATA[AutoIt v3.3.1.3 (Beta) Released:<br />
<div class='bbc_spoiler'>
	<span>Spoiler</span> <input type='button' class='bbc_spoiler_show' value='Show' />
	<div class='bbc_spoiler_wrapper'><div class='bbc_spoiler_content' style="display:none;"><br />
AutoIt:<br />
- Fixed: Hex() no longer crashes.<br />
<br />
UDFs:<br />
- Fixed #1215: _ArraySearch() not searching on 2D array.<br />
- Fixed: Typos in _Crypt_EncryptData() documentation and _Crypt_EncryptFile example.<br />
- Fixed: GDIPlus return values.<br />
- Fixed #1026: GDIPlus Bitmap examples and documentation use the correct function to free resources.<br />
</div></div>
</div><br />
<br />
The following changes are script breaking changes:<br />
<div class='bbc_spoiler'>
	<span>Spoiler</span> <input type='button' class='bbc_spoiler_show' value='Show' />
	<div class='bbc_spoiler_wrapper'><div class='bbc_spoiler_content' style="display:none;"><br />
<em class='bbc'><strong class='bbc'>Some of the following features are deprecated. Deprecated features are no longer documented but continue to work. Deprecated features will be removed after version 3.3.2.0. It is strongly recommended that scripts relying on deprecated features be updated to work with the new beh&#097;vior. Some features have already been removed and will be noted as such.</strong></em><br />
<br />
<strong class='bbc'>AutoIt:</strong><br />
<br />
<ul class='bbc'><li>ShellExecute() and ShellExecuteWait() no longer use the "open" verb by default. See the remarks section for those functions for more details.</li><li>The return value of InetGet() has changed. It is <strong class='bbc'>important</strong> to read and understand the changes because <span class='bbc_underline'>it is possible to leak resources</span> if InetGet() is used incorrectly.</li><li>InetGet("abort"),@InetGetActive and @InetGetBytesRead are now deprecated. The following list shows the new functions used to access the old beh&#097;vior:<ul class='bbc'><li><strong class='bbc'>InetGet("abort")</strong> - Calling the new InetClose() function with a handle returned from InetGet() will abort a download.</li><li><strong class='bbc'>@InetGetActive</strong> - Calling the new InetGetInfo() function with no parameters returns a count of active downloads.</li><li><strong class='bbc'>@InetGetBytesRead</strong> - Calling the new InetGetInfo() function with a handle returned from InetGet()will return the bytes read (and more) for a download.</li></ul></li><li>The FtpBinaryMode option set with AutoItSetOption() has been removed. Now InetGet() takes a flag to specify the transfer mode.</li><li>The URLDownloadToFile() alias for InetGet() has been removed.</li><li>AdlibEnable() and AdlibDisable() are deprecated. See the new functions AdlibRegister() and AdlibUnRegister().</li><li>OnAutoItStart() is deprecated. See the new pre-processor statement #OnAutoItStartRegister.</li><li>OnAutoItExit() is deprecated. See the new functions OnAutoItExitRegister() and OnAutoItExitUnregister().</li><li>The AutoItSetOption() option OnExitFunc has been removed. See the new functions OnAutoItExitRegister() and OnAutoItExitUnregister().</li><li>GUICreate() with $WS_EX_MDICHILD has been fixed to be relative to client area as documented.</li><li>ProcessWait() now returns a PID instead of 1 on success.</li><li>WinWait(), WinWaitActive(), WinActivate(), WinActive() and WinMove() now return an HWND instead of 1 on succes.</li><li>The macro@YDAY now uses the range 001 - 366 instead of 1 - 366. This makes the macro more consistent with other languages (like C/C++) and more consistent with all other date related macros which return strings with leading 0s to pad the length.</li><li>RegEnumKey() and RegEnumVal() now return an empty string instead of an error message.</li></ul><strong class='bbc'><br />
UDFs:</strong><br />
<ul class='bbc'><li>The last optional parameter for _StringBetween() has been removed.</li><li>_StringAddThousandsSep() has been removed. There are too many opinions on what this function should do and too many revisions of this function have been made.</li><li>_SQLite_SaveMode() has been renamed to _SQLite_SafeMode().</li></ul></div></div>
</div><br />
<br />
<strong class='bbc'>This release is not digitally signed.</strong><br />
<br />
<a href='http://www.autoitscript.com/forum/index.php?showtopic=95366' class='bbc_url' title='External link' rel='external'>Discuss the beta here.</a><br />
<a href='http://www.autoitscript.com/trac/autoit/wiki' class='bbc_url' title='External link' rel='external'>Report issues here.</a><br />
<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>Download here.</a>]]></description>
		<pubDate>Thu, 15 Oct 2009 23:02:50 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=104014</guid>
	</item>
	<item>
		<title>AutoIt v3.3.1.2 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=103949</link>
		<description><![CDATA[AutoIt v3.3.1.2 (Beta) Released:<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>AutoIt:<br />
- Added: new type to DllCall and DllStruct to avoid confusion with MSDN description. That avoid specially X64 errors.<br />
- Added #967: Ftp via proxy now works for the Inet functions.<br />
- Added #351: PixelSearch() now supports both right-to-left and bottom-to-top searches.<br />
<br />
- Changed: AutoIt exit callback functions are called in reverse order of registration.<br />
- Changed: AdlibUnRegister() now returns the count of remaining Adlib functions that are registered.<br />
-Changed: AdlibUnRegister()'s function argument is now optional.  Calledwithout arguments causes the last registered function to beunregistered.<br />
- Changed: @YDAY now returns values in the range 001 -366 instead of 1 - 366.  This makes it more consistent with otherlanguages.  THIS IS A SCRIPT BREAKING CHANGE.<br />
- Changed #1080: InetGet background downloads now return immediately instead of connecting to the remote host first.<br />
-Changed #1137: RegEnumKey() and RegEnumVal() now correctly return anempty string on failure instead of an error message string.<br />
- Changed: PixelChecksum() can calculate checksums from right-to-left and bottom-to-top.<br />
<br />
- Fixed #1013: MDI childs doesn't adjust to parent windows client area. (Thanks monoceres)<br />
- Fixed: Crash due to unregistering an Adlib while an Adlib was firing.<br />
- Fixed: Adlib functions no longer dominate when more than one are registered.<br />
- Fixed #1005: TraySetClick(64) = hovering. (Thanks timsky, MrCreatoR)<br />
- Fixed #1049: InetRead() inserted arbitrary null terminators.<br />
- Fixed: ClipPut("") not emptying.<br />
- Fixed #1068: Binary to Int. (Thanks amel27)<br />
- Fixed #1087: Checkbox or Radio repainting when mouse hovering.<br />
- Fixed: Bad painting on double GUICtrlSetPos() for label.<br />
- Fixed #1094: Send("{LSHIFT UP}") stay down. (Thanks nick.weltha)<br />
- Fixed #1074: Inputbox() positionning on multi monitor. (Thanks partypooper)<br />
- Fixed #1079: GUISetFont(), GUICrlSetFont() doc related to issue #918<br />
- Fixed #1105: disable colored Multiline button not properly displayed.<br />
- Fixed #1077: GUICtrlSetBkColor() bad recoloring. (Thanks Mulder)<br />
- Fixed #1116: GUICtrlCreateGraphic don't follow ResizeMode.<br />
- Fixed #1102: Better documentation of the StringInStr() count parameter.<br />
- Fixed #1161: Removed all documentation references to ColorMode.<br />
- Fixed #1156: AutoItSetOption()/Opt() now set @error instead of generating a fatal error with invalid input.<br />
- Fixed #1093: StringFormat() beta regression for non latin chars<br />
- Fixed: Comparing pointers now works correctly.<br />
<br />
AutoItX:<br />
- Removed: ColorMode option removed from AutoItSetOption().<br />
<br />
Aut2Exe:<br />
- Fixed #1036: Inet-related functions now work in compiled scripts.<br />
<br />
Au3Info:<br />
- Removed: ColorMode BGR option removed since AutoIt no longer supports the option to use BGR mode.<br />
<br />
Others:<br />
- Added #1050: TextPad v5 syntax files installation. (Thanks poebel)<br />
<br />
UDFs:<br />
- Added: GuiRichEdit and functions<br />
- Added: _WinAPI_GetGuiResources()<br />
- Added #981: _WinAPI_WideCharToMultiByte(), _WinAPI_MultiByteToWideChar() support IN/OUT as "strings"<br />
- Added #1157: Encryption functions in Crypt.au3.<br />
- Added #1128: _WinAPI_PathFindOnPath() in WinAPI.au3.<br />
<br />
- Fixed #999: _GUICtrlTreeView_SetFocused documentation<br />
- Fixed #1016: _WordDocSaveAs() Doc for error handling. (Thanks Volly)<br />
- Fixed: Sound positioning in case of VBR Format Sound. (Thanks Melba23, RazerM)<br />
- Fixed #1031: _Clipboard_SetData() fix. (Thanks Ascend4nt)<br />
- Fixed #1040: _ScreenCapture_Capture() leak memory. (Thanks rover)<br />
- Fixed #1026: _Gdiplus_BitmapCreate*() doc examples. (Thanks wraithdu)<br />
- Fixed #1092: _Timer_...() datatype for X64. (Thanks Ascend4nt)<br />
- Fixed #1059: Incorrect error handling in _FileListToArray(). (Thanks Spiff59)<br />
- Fixed #1101: _NowTime(), _NowDate() Doc. (Thanks danullman)<br />
- Fixed: _WinAPI_GetWindowLong(), _WinAPI_SetWindowLong support X64.<br />
- Fixed #1111: Bad grammar in comments for _DateAdd().<br />
- Fixed #1155: _WinAPI_CreateSolidBitmap() updated (Thanks Yashied)<br />
- Fixed: all includes use Unicode for Dllcall and SendMessage<br />
- Fixed: _WinAPI_Get/SetWindowLong under X64<br />
- Fixed: UDF library now uses #include "" instead of #include &lt;&gt;.<br />
- Fixed #1033: UDF library now has better and more consistent error handling when DllCall() is used.<br />
<br />
- Changed: _SQLite 3.6.14.2 -&gt; 3.6.18<br />
- Changed: _InetGetSource() now uses InetRead().<br />
<br />
- Removed #1112: __WinAPI_Check() has been removed as have all calls to it.</div></div><br />
<br />
AutoIt 3.3.1.2 contains the following script breaking changes:<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'><em class='bbc'><strong class='bbc'>Someof the following features are deprecated. Deprecated features are nolonger documented but continue to work. Deprecated features will beremoved after version 3.3.2.0. It is strongly recommended that scriptsrelying on deprecated features be updated to work with the newbeh&#097;vior. Some features have already been removed and will be noted assuch.</strong></em><br />
<br />
<strong class='bbc'>AutoIt:</strong><br />
<br />
<ul class='bbc'><li>ShellExecute()and ShellExecuteWait() no longer use the "open" verb by default. Seethe remarks section for those functions for more details.</li><li>The return value of InetGet() has changed. It is <strong class='bbc'>important</strong> to read and understand the changes because <span class='bbc_underline'>it is possible to leak resources</span> if InetGet() is used incorrectly.</li><li>InetGet("abort"),@InetGetActive and @InetGetBytesRead are now deprecated. The followinglist shows the new functions used to access the old beh&#097;vior:<ul class='bbc'><li><strong class='bbc'>InetGet("abort")</strong> - Calling the new InetClose() function with a handle returned from InetGet() will abort a download.</li><li><strong class='bbc'>@InetGetActive</strong> - Calling the new InetGetInfo() function with no parameters returns a count of active downloads.</li><li><strong class='bbc'>@InetGetBytesRead</strong>- Calling the new InetGetInfo() function with a handle returned fromInetGet()will return the bytes read (and more) for a download.</li></ul></li><li>The FtpBinaryMode option set with AutoItSetOption() has been removed. Now InetGet() takes a flag to specify the transfer mode.</li><li>The URLDownloadToFile() alias for InetGet() has been removed.</li><li>AdlibEnable() and AdlibDisable() are deprecated. See the new functions AdlibRegister() and AdlibUnRegister().</li><li>OnAutoItStart() is deprecated. See the new pre-processor statement #OnAutoItStartRegister.</li><li>OnAutoItExit() is deprecated. See the new functions OnAutoItExitRegister() and OnAutoItExitUnregister().</li><li>TheAutoItSetOption() option OnExitFunc has been removed. See the newfunctions OnAutoItExitRegister() and OnAutoItExitUnregister().</li><li>GUICreate() with $WS_EX_MDICHILD has been fixed to be relative to client area as documented.</li><li>ProcessWait() now returns a PID instead of 1 on success.</li><li>WinWait(), WinWaitActive(), WinActivate(), WinActive() and WinMove() now return an HWND instead of 1 on succes.</li><li>Themacro @YDAY now uses the range 001 - 366 instead of 1 - 366. This makesthe macro more consistent with other languages (like C/C++) and moreconsistent with all other date related macros which return strings withleading 0s to pad the length.</li><li>RegEnumKey() and RegEnumVal() now return an empty string instead of an error message.</li></ul><strong class='bbc'><br />
UDFs:</strong><br />
<ul class='bbc'><li>The last optional parameter for _StringBetween() has been removed.</li><li>_StringAddThousandsSep()has been removed. There are too many opinions on what this functionshould do and too many revisions of this function have been made.</li><li>_SQLite_SaveMode() has been renamed to _SQLite_SafeMode().</li></ul></div></div><br />
<br />
<strong class='bbc'>This release is not digitally signed.</strong><br />
<br />
<a href='http://www.autoitscript.com/forum/index.php?showtopic=95366' class='bbc_url' title='External link' rel='external'>Discuss the beta here</a>.<br />
<a href='http://www.autoitscript.com/trac/autoit/wiki' class='bbc_url' title='External link' rel='external'>Report issues here.</a><br />
<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>Download here.</a>]]></description>
		<pubDate>Wed, 14 Oct 2009 23:24:56 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=103949</guid>
	</item>
	<item>
		<title>Website abuse</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=98146</link>
		<description><![CDATA[Anyone found abusing the website is subject to harsh punishment without warning.  A non-exhaustive list of potential abuses include:<br />
<ul class='bbc'><li>Automated forum registration or login.</li><li>Automated posting or sending messages on the forum.</li><li>Automated manipulation of polls, user reputation or other forum features.</li><li>Automated creation or comments on issue tracker tickets.</li><li>Automated creation or editing of wiki pages.</li><li>Excessive downloading of pages or files.</li><li>Excessive frequency when downloading RSS feeds.</li><li>Other abuses which are either examples of excessive bandwidth usage or automation of the site.</li></ul>Use common sense.  If you do not have common sense, don't do anything.  Do not automate the forum, wiki or issue tracker in any way at all.  Scripts which automatically update AutoIt such as <em class='bbc'>AutoUpdateIt</em> are acceptable as long as they are not abused and do not generate excessive bandwidth usage.]]></description>
		<pubDate>Sat, 11 Jul 2009 07:29:22 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=98146</guid>
	</item>
	<item>
		<title>Forum Upgrade - Attempt #3</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=97958</link>
		<description><![CDATA[Once again I've upgraded the forum.<br />
<br />
Record issues here: <a href='http://www.autoitscript.com/forum/index.php?showtopic=97957&view=getnewpost' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/forum/index.php?showtopic=97957&view=getnewpost</a> <br />
<br />
I've rebuilt posts since June 5th to today, and have now started the rebuild again right from the start.  Until a post is rebuilt it will look strange: messed up tags, quotes not looking correct, etc.  I'll post to this thread when all the posts should have been rebuilt.<br />
<br />
Please don't whine about skin/look and feel issues.  Once new skins become available we can add them if required.]]></description>
		<pubDate>Wed, 08 Jul 2009 12:30:25 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=97958</guid>
	</item>
	<item>
		<title>Forum Rollback</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=97808</link>
		<description><![CDATA[I just rolled back from todays forum upgrade to the backup taken this morning. <br />
<br />
The new forum seemed to be performing OK and the new code/autoit tags were looking good. However, a large number of old posts containing code in autoit tags were corrupted and I decided to rollback to preserve them and I can look at some new scripts to try and bring them to the new forum software relatively intact.]]></description>
		<pubDate>Sun, 05 Jul 2009 16:09:08 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=97808</guid>
	</item>
	<item>
		<title>Blogs removed</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=97615</link>
		<description><![CDATA[My Invision Blog component was on a yearly subscription.  There were virtually no blogs in use with more than 0 or 1 entries so it's obviously not well utilised. For that reason I decided not to renew the subscription and have removed all the blogs.]]></description>
		<pubDate>Wed, 01 Jul 2009 08:51:16 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=97615</guid>
	</item>
	<item>
		<title>Forum Upgrade Soon</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=97478</link>
		<description><![CDATA[The forum software will be updated in a week or so. So if the default skin gets messed up or you can't login you'll know why. Also, unfortunately I believe the skining engine is totally different so all the custom skins will have to be removed.]]></description>
		<pubDate>Sun, 28 Jun 2009 12:55:24 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=97478</guid>
	</item>
	<item>
		<title>AutoIt v3.3.1.1 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=96752</link>
		<description><![CDATA[<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/autoit3/files/beta/autoit</a><br />
<br />
<strong class='bbc'>3.3.1.1 (14th June, 2009) (Beta)<br />
</strong>AutoIt:<br />
- Added #529: Added the "NAME" property to allow direct search for .NET WinForm control names.<br />
- Added: PixelChecksum() extra parameter to select CRC32 instead of ADLER.<br />
- Added #984: @OSVersion now returns "WIN_XPe" for Windows XP Embedded.<br />
- Added #938: UDPOpen() flag to allow broadcasting  with 255.255.255.255. (Thanks skyteddy)<br />
<br />
- Fixed #969: FileFindNextFile() does not set @extended if first found is a dir. (Thanks wraithdu)<br />
- Fixed #975: Checkbox or Radio bkcolor on tab regression with Theme. (Thanks GEOSoft, jchd)<br />
- Fixed #983: InetGet() crash with IE6.<br />
- Fixed #1006: @MSEC returned wrong value for values &lt; 100.<br />
- Fixed #1010: FileRead() UTF8 with BOM files return too many chars.<br />
<br />
- Changed #968: AutoUpdateIt updated by ProgAndy to use new Inet features.<br />
<br />
AU3Info:<br />
- Added: Control information now includes the .NET WinForm if available.<br />
<br />
UDFs:<br />
- Fixed #979: _ArrayDisplay() - just old/incorrect syntax in header comment<br />
- Fixed #974: _WinAPI_WindowFromPoint tagPoint structure<br />
- Fixed #1000: _GUICtrlListBox_Create result error message _WinAPI_CreateWindowEx: Cannot find window class<br />
- Fixed #1004: _PathFull() was returning invalid results.<br />
- Fixed #1015: _SQLite_SaveMode() renamed as _SQLite_SafeMode(). (Thanks Zedna)<br />
- Fixed #1019: _GUICtrlListView_SetItemCut, _GUICtrlListView_SetItemFocused, _GUICtrlListView_SetItemDropHilited enabled flag not working correctly.<br />
<br />
- Changed: Error msg with UTF8 info can be displayed on Scite console. Extra parameter in _SQLite_Startup().<br />
- Changed: _SQLite 3.6.14.1 -&gt; 3.6.14.2<br />
<br />
- Removed: _StringAddThousandsSep() has been removed.  Too many opinions on how the function should work means nobody is happy with it.]]></description>
		<pubDate>Sun, 14 Jun 2009 10:21:09 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=96752</guid>
	</item>
	<item>
		<title>The issue tracker</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=96000</link>
		<description><![CDATA[It is becoming increasingly obvious that many of you who use our issue tracker have never bothered to read the information page we have set up.  <a href='http://www.autoitscript.com/trac/autoit/wiki/WikiStart' class='bbc_url' title='External link' rel='external'>Here</a> is the page everybody using our issue tracker needs to read.  If you cannot follow the guidelines detailed on that page then save everybody some time and just don't post.  It's really not that hard to post on the issue tracker but you must be willing to do a little work on your part and to use some common sense.]]></description>
		<pubDate>Mon, 01 Jun 2009 16:07:13 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=96000</guid>
	</item>
	<item>
		<title>AutoIt v3.3.1.0 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=95367</link>
		<description><![CDATA[<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/autoit3/files/beta/autoit</a><br />
<br />
<strong class='bbc'>3.3.1.0 (20th May, 2009) (Beta)<br />
</strong><br />
AutoIt:<br />
- Added #757: Set defaults for MouseClick()'s x/y parameters.<br />
- Added #764: Return Pid on ProcessWait() and handle on WinWait(), WinWaitActive, WinActivate(), WinActive(), WinMove() when successful.<br />
- Added #414: better handling of OnAutoItStart/OnAutoItExit, now #OnAutoItStartRegister, OnAutoItExitRegister() and OnAutoItExitUnRegister().<br />
- Added: Better handling of AdlibEnable/AdlibDisable, now AdlibRegister(), AdlibUnRegister() and AdlibDisable().<br />
- Added #351: Reverse PixelSearch().<br />
- Added #769: FileFlush() function.<br />
- Added #333: #NoAutoIt3Execute Directive for disabling /AutoIt3ExecuteScript or /AutoIt3ExecuteLine.<br />
- Added #604: $GUI_BKCOLOR_TRANSPARENT can be used with label, group, radio, checkbox controls.<br />
- Added #135: FileSetPos(), FileGetPos() functions for moving the file pointer around.<br />
- Added #582: GUICtrlSetTip() can be used on TabItem controls. (Thanks ProgAndy)<br />
- Added #699: Shutdown() now return @error=GetLastError() when failing.<br />
- Added #461: StringReplace() from right to left if occurrence &lt;0 as for StringInStr().<br />
- Added: GUICtrlSetColor() and GUICtrlSetBkColor() for Combo Controls.<br />
- Added: GUI without title bar (no $WS_CAPTION) can be moved with the mouse.<br />
- Added #815: Temporary variables can be passed ByRef.<br />
- Added #837: FileFindNextFile() set @extended if a directory is returned. (Thanks pdaughe)<br />
- Added #839: Shutdown() rewritten and now works properly when run as a non-interactive user.<br />
- Added: Shutdown() now takes an optional reason code.<br />
- Added #846: _PathFull() now supports strange but valid syntax where drives do not  have a trailing slash.<br />
- Added #869: @MUILang macro to help MUI environment scripts. (Thanks Emiel Wieldraaijer)<br />
- Added #918: Added Quality parameter to GUICtrlSetFont() and GUISetFont().<br />
- Added: ProcessClose() return info on error.<br />
<br />
- Fixed: CtrlSetStyle listview on non selected tab. (Thanks Ultima)<br />
- Fixed #763: GUICtrlCreateIcon() create an empty icon on error. (Thanks Jos)<br />
- Fixed: no mouse move when invalid button used in MouseClick() or MouseClickDrag().<br />
- Fixed #779: infinite loop on Exit due to GUICreate() child badly created.<br />
- Fixed #774: GuiCtrlSetBkColor() bad label display. (Thanks MvGulik)<br />
- Fixed #790: Windows region constant $ERROR rename in $ERRORREGION.<br />
- Fixed: StringInStr("aaa", "aa", 2) does not return 0.<br />
- Fixed #802: Searching for controls by Height property.<br />
- Fixed: Checkbox or radio painting on tab. (Thanks einaman)<br />
- Fixed #816: data for GUI date control doc clarification. (Thanks anonymous)<br />
- Fixed #819: Crash with EventLog functions.<br />
- Fixed #814: InetGet() through a proxy requiring authentication did not work.<br />
- Fixed #813: bad handling of Windows advanced matching for [HANDLE:...] in X64 version. (Thanks <a href='mailto:bsobottke@nero.com' title='E-mail Link' class='bbc_email'>bsobottke@nero.com</a>)<br />
- Fixed #863: DirMove() extra dot. (Thanks dRsrb)<br />
- Fixed #867: UDPRecv() can return from IP/Port. (Thanks Martin, livewire)<br />
- Fixed #886: More explicit documentation that operator == is a forced string comparison.<br />
- Fixed #885: Default compared to False returned True instead of False.<br />
- Fixed #888: Send("{}}") Extra null char.<br />
- Fixed #916: Line inversion in INet.au3<br />
- Fixed: DllCall() returning 64-bit int. (Thanks wraithdu)<br />
- Fixed: GuiCtrlSetImage() after GUI resized. (Thanks JackDinn)<br />
- Fixed: DirMove() return code wrong under XP.<br />
- Fixed #931: bad GUICtrlSetResizing() for graphic control. (Thanks martin)<br />
- Fixed #934: MouseGetCursor() hogging mouse double click. (Thanks martin)<br />
- Fixed #615: License updated to be less restrictive.<br />
- Fixed #919: Remarks added to ConsoleWrite(), ConsoleWriteError() and StdinWrite() regarding how those functions handle binary data and non-ANSI characters.<br />
- Fixed #897: Documented that StringToASCIIArray() does not accept binary input (convert to a string first).<br />
- Fixed #937: Bad event handling of Opt("TrayMenuMode",1)<br />
<br />
- Changed: It is now possible to read from files opened for writing.<br />
- Changed: PCRE regular exp<b></b>ressi&#111;n engine updated to 7.9.<br />
- Changed #899: ShellExecute[Wait]() no longer uses "open" as the default verb.  See remarks section for those functions for more information.<br />
- Changed: Inet functions rewritten with the following additions and changes:<br />
 - Removed: Long deprecate URLDownloadToFile() alias for InetGet().<br />
 - Added: HttpSetUserAgent(), InetClose(), InetGetInfo() and InetRead() functions.<br />
 - Added: Multiple background downloads are now supported with InetGet().<br />
 - Added #408: New flag for ignoring SSL errors for HTTPS connections.<br />
 - Added #884: Better proxy support with mode 0.<br />
 - Added #949: The user-agent can be changed.<br />
 - Changed: InetGet() returns a handle which must be closed.<br />
 - Changed: @InetGetBytes, @InetGetActive and InetGet("abort") are deprecated and will be removed in the future.<br />
<br />
AU3Info:<br />
- Added #140: ToolsBar button infos.<br />
<br />
UDFs:<br />
- Added: _GDIPlus_BrushGetSolidColor, _GDIPlus_BrushSetSolidColor (smashly)<br />
- Added: $tagWIN32_FIND_DATA and corresponding attribute constants.<br />
- Added #868: _WinAPI_GetLayeredWindowAttributes(), _WinAPI_SetLayeredWindowAttributes(). (Thanks <a href='mailto:Prog@ndy' title='E-mail Link' class='bbc_email'>Prog@ndy</a>)<br />
- Added: _Date_Time_ ... Str() can return date as yyyy/mm/dd.<br />
- Added #271: FTPEx.au3 for _FTP_...(). (Thanks ProgAndy, Wouter)<br />
- Added #932: mouse event constants in WinDowsConstants.au3. (Thanks Spiff59)<br />
- Added #952: _ArrayDisplay() extra parameter for column header text. (Thanks Zedna)<br />
- Added #957: _Assert() in Debug.au3. (Thanks Nutster)<br />
<br />
- Fixed #755: _FileReadToArray() removing empty end lines.<br />
- Fixed #773: Doc for _GUICtrlStatusBar_SetParts (Thanks Zedna)<br />
- Fixed #786: _SQLite_Exec() does not return @error. (Thanks tayoufabrice)<br />
- Fixed: Doc for _ClipBoard_SetData<br />
- Fixed #793: _WinNet_EnumResource error always returned<br />
- Fixed: _StringAddThousandsSep adding leading comma with negative numbers (Zedna)<br />
- Fixed #809: _Soundxxx() with first parameter as filename.<br />
- Fixed #850: _ExcelReadSheetToArray doesn't work with German Excel 2003 (<a href='mailto:Prog@ndy' title='E-mail Link' class='bbc_email'>Prog@ndy</a>) Note: not tested with other languages<br />
- Fixed #887: Related section based on Tweaky work.<br />
- Fixed #958: _ArrayDisplay - bad centering of window after adjust its width<br />
- Fixed #951: _ArrayDisplay() speed improvement for nb entries &gt;4000. (Thanks Zedna)<br />
- Fixed: _SoundOpen() set @error on MCI Error.<br />
<br />
- Changed: _StringBetween removed last optional param (not needed after change)(SmOke_N)<br />
<br />
- Updated: Excel docs (litlmike)<br />
- Updated: _SQLite 3.6.7 -&gt; 3.6.14.1<br />
- Updated: _ArrayCombinations, _ArrayPermute, _ArrayUnique (litlmike)<br />
<br />
- Removed: _WinAPI_MakeDWord]]></description>
		<pubDate>Wed, 20 May 2009 19:48:32 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=95367</guid>
	</item>
	<item>
		<title>New Blocking System</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=90850</link>
		<description><![CDATA[<del class='bbc'>In the next 24-hours we will be rolling</del> We have rolled out a new site-wide system for blocking users.  Users who are blocked will be sent to a read-only version of the website which you can find <a href='http://read-only.autoitscript.com' class='bbc_url' title='External link' rel='external'>here</a>.  There are several reasons we are doing this.  This <a href='http://read-only.autoitscript.com/read-only.php' class='bbc_url' title='External link' rel='external'>page</a> explains some of it.<br />
<br />
First we are going to be blocking known spammers.  This <span class='bbc_underline'>will</span> affect some of you.  It already has because the system was temporarily rolled into place and a few of you were blocked.  We know it will affect some of you and that is why the read-only site exists.  It would have been a lot easier if we hadn't made a read-only site and just left an error page for those of you who are blocked.  If you are accidentally blocked please do not be upset.  We will work with you as this <a href='http://read-only.autoitscript.com/read-only.php' class='bbc_url' title='External link' rel='external'>page</a> explains.<br />
<br />
We are trying to make this a better place.  Keeping spammers out is one part of that.  The other part is keeping malicious users out.  That's where the Tor, public proxy and manual blocks come in.  Tor and public proxies make it way too easy for a user we don't want to come back time and time again.  It's happened numerous times already.  It makes our lives much easier if we just out-right block all users using those tools.  If those tools are the only way you can access this site (for example, you are using it to evade a work or school block on our site) then you can still continue to use them to access the read-only mirror.<br />
<br />
So what can you do on the read-only mirror?  Well, read.  That's about it.  You can download files and browse the forum or issue tracker.  If your machine happens to have a valid login cookie for the forum then it will still continue to function.  However, if you log out<br />
of the forum you will not be able to log in.  You can not log in to the read-only site.  The read-only site is designed so that everybody can still read our content but the malicious users won't be able to mess with our content.<br />
<br />
We aren't trying to make your lives more difficult.  Hopefully none of you will be affected but that's an unrealistic dream.  We are trying to make this a cleaner place.  A place that requires less work on our part to administrate so we can do productive things like develop AutoIt instead of baby-sit.]]></description>
		<pubDate>Mon, 09 Mar 2009 01:33:43 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=90850</guid>
	</item>
	<item>
		<title>Mass banning based on email address.</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=87522</link>
		<description><![CDATA[Those of you using temporary email addresses have just had your accounts banned.  We no longer allow temporary email addresses and the side effect is that existing accounts are banned as well.  If you are affected, please send an email <a href='mailto:banned@autoitscript.com' title='E-mail Link' class='bbc_email'>here</a> to resolve the issue.  Please provide a valid email account in the body of the message so that we may correctly remove the ban.]]></description>
		<pubDate>Mon, 19 Jan 2009 00:32:41 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=87522</guid>
	</item>
	<item>
		<title>A reminder about forum policy</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=87509</link>
		<description><![CDATA[Some people seem to be under the misunderstanding that you are owed an explanation for being banned from this forum.  Some of you are also under the misunderstanding that there has to be a reason for being banned.  Neither of these are true.  We reserve the right to ban anybody at any time for any reason and may do so without telling you.<br />
<br />
Here are a few comments on being banned.<br />
<ul class='bbc'><li>Do not create multiple accounts.  Having multiple accounts is a very good way to get banned permanently.  Creating a new account to come back and talk to a moderator is a very good way to ensure all your accounts are permanently banned.  There are other ways to contact moderators that are not nearly as offensive to the staff.  For example, <a href='mailto:banned@autoitscript.com' title='E-mail Link' class='bbc_email'>this</a> email address can be used to contact someone about your ban.<br /></li><li>Don't waste our time contacting us when you knew you were going to be a ban.  We will extend the ban.  Really the only time you should ever contact a moderator about a ban is if you just wake up one morning and can't use your account like normal.<br /></li><li>Do not use the Report feature to contact a moderator about a ban.  If you abuse the Report feature, you will be banned.  Submitting multiple reports will get you banned as well as submitting false reports.<br /></li><li>Our bans are not always fair.  Deal with it and move on.  Asking once why you were banned or how long you were banned is fine.  Whether or not you receive an answer, however, is irrelevant.  Don't keep asking and don't complain about it or it will get worse.  Also, complaining about the bans others have received is a good way for you to join them.  Bans are not open for discussion to people outside the moderator and banned user.<br /></li><li>If you are banned and you start flooding our forum or issue tracker with spam in retaliation your ban is automatically justified no matter how good or bad the previous reason.  Even if you were accidentally banned, if you start misbehaving in retaliation to a mistaken ban, you will not be unbanned.  Act civilized or you will not be allowed back.<br /></li><li>Remember that spam doesn't just affect that one person you are pissed off at.  For example, we have had to keep our issue tracker shut down because some rogue user is upset over something and none of us know why.  As a result, there are periods of time where users can't create tickets.  This leads to bugs not getting reported or huge delays in getting bugs reported and fixed which may cause them to miss releases.  For those of you who still like AutoIt as a language but are upset at an individual staff member, this is a really counter-productive action.<br /></li><li>Further to the previous point about spamming Trac, cleaning it up is trivial but is disruptive.  I had to stop development of new features on AutoIt to clean up the mess somebody left on Trac.  It's not very conducive to furthering the language when you have to stop work on it to clean up after some immature user who would rather affect the entire community than take his personal grievances to the person in question he is upset at.<br /></li><li>Likewise, flooding the forum is almost equally as disruptive.  Certain actions cause emails to be generated spamming <em class='bbc'>all</em> moderators, not just the one you are upset at.  In addition, chances are, a completely different moderator is going to take time out of their day to clean up the mess.  Not to mention all the innocent users who may not even realize what is going on who get caught in the cross-fire.</li></ul>]]></description>
		<pubDate>Sun, 11 Jan 2009 19:00:43 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=87509</guid>
	</item>
	<item>
		<title>AutoIt v3.3.0.0 Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=86590</link>
		<description><![CDATA[Thanks to all involved and merry xmas to all <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/smile.gif' class='bbc_emoticon' alt=':)' /> <br />
<br />
<strong class='bbc'>Download:</strong> <a href='http://www.autoitscript.com/autoit3/downloads.shtml' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/autoit3/downloads.shtml</a><br />
<br />
<br />
<strong class='bbc'>3.3.0.0 (24th December, 2008) (Release)</strong><br />
<br />
<strong class='bbc'>AutoIt:</strong><br />
- Windows 9x and Windows NT 4.0 Operating System support has been removed.<br />
<br />
- Added: New flag for StringSplit() to not return the count in element 0.<br />
- Added #328: StringToASCIIArray(), StringFromASCIIArray() functions.<br />
- Added: New flag to Run()/RunAs() to fix issue #415 (Adds new Constants.au3 constant: $STDIO_INHERIT_PARENT).<br />
- Added: New flag to all Run functions for better CUI compatibility (Adds new Constants.au3 constant: $RUN_CREATE_NEW_CONSOLE).<br />
- Added #481: 11 pixel margin around the text in SplashTextOn() (Meets Vista UI guidelines).<br />
- Added #468: Added @MSec macro for obtaining the current milliseconds for the current second.<br />
- Added #277: @CPUArch macro to return the capability of the processor.<br />
- Added #454: $FO_UTF8 allowing FileOpen() in Read mode for reading UTF8 files without BOM.<br />
- Added: $FO_UTF16_LE, $FO_UTF16_BE allowing FileOpen() in Read mode for reading UTF16 files without BOM.<br />
- Added #407: Documented that For...In loops are read-only.<br />
- Added #645: IniDelete() now supports the Default keyword for the 3rd parameter.<br />
<br />
- Fixed: Send() was incorrectly inserting a leading zero when using the {ASC 0xNNNN} format.<br />
- Fixed #305: GUICtrlSetFont() for Combo causing highlight.<br />
- Fixed #318: GUICtrlSetTip() on TreeViewItem must return 0.<br />
- Fixed #339: GUICtrlDelete() crashes.<br />
- Fixed #345: @OSVersion for Windows 2008.<br />
- Fixed #366: AutoIt crash on bad syntax.<br />
- Fixed #380: @OSVersion for Windows XP 64-bit Edition.<br />
- Fixed #346: FileOpenDialog/FileSaveDialog filter length limit.<br />
- Fixed #387: DllClose() and DllCallbackFree() crashing when an invalid handle used.<br />
- Fixed #449: @SystemDir does not return SysWOW64 under X64 in 32-bit mode.<br />
- Fixed #440: Fatal error when script ends with EOF (0x1A).<br />
- Fixed #464: Example script for GUICtrlCreateAvi() did not work on Vista.<br />
- Fixed #484: ObjGet() would crash when invalid files were specified.<br />
- Fixed #501: ProcessGetStats() failed for processes running as other users (including SYSTEM).<br />
- Fixed #92: DllStruct data truncated with char[]/wchar[].<br />
- Fixed: GuiCtrlSetState($graphic, $GUI_HIDE) does not hide.<br />
- Fixed: GuiCtrlSetResizing($graphic, ) not moving.<br />
- Fixed: GuiCreate(...,Style without caption) does not resize properly.<br />
- Fixed: GuiSetStyle(caption change) does not resize properly.<br />
- Fixed: GuiCtrlSetState($listviewitem) does not return error.<br />
- Fixed #562: Specifying the TITLE property caused all other properties to be lost (Window title matching).<br />
- Fixed #569 TCPRecv doc example.<br />
- Fixed #589: Some comparison operators did not return a boolean value.<br />
- Fixed #583: Bad formatting of @MSEC in documentation.<br />
- Fixed #574: Using 0 for the SendKeyDelay or SendKeyDownDelay removes the respective delay when using Send().<br />
- Fixed #542: Crash with regular exp<b></b>ressi&#111;ns.<br />
- Fixed #531: Clarification of some of the remarks for GUICtrlSetGraphic().<br />
- Fixed #539: StringSplit() with flag 2 and no matching delimiters wasn't returning the full string.<br />
- Fixed #601: Tooltip return 0 when title length &gt;99.<br />
- Fixed #608: listView GUICtrlSetBkColor not redrawn.<br />
- Fixed #628: GuiCtrlRead($ctxmenu, $adv) bad return (Saunders)<br />
- Fixed #640: PCRE does not support &#092;L, &#092;l, &#092;N, &#092;U, or &#092;u : doc updated<br />
- Fixed #642: Installer now correctly opens the merged helpfile to the history page instead of the AutoIt-only helpfile.<br />
- Fixed #646: Call() now sets specific @error and @extended values when it fails to find a function.<br />
- Fixed #669: Typo in Dec() example.<br />
- Fixed #659: Documented that UNC paths are not supported when using FileSelectFolder().<br />
- Fixed #671: Crash when using $WS_EX_MDICHILD without specifying a valid parent.<br />
- Fixed: Crash when using BinaryToString() with invalid UTF16 input string. BinaryToString() now has new @error codes to support diagnosing invalid input.<br />
- Fixed #743: AutoIt Crash when Tray functions are use with invalid ID.<br />
- Fixed #748: AutoIt Crash with DllCall(0,...).<br />
<br />
- Changed #393: Documented that SoundSetWaveVolume() works differently in Windows Vista.<br />
- Changed: PCRE regular exp<b></b>ressi&#111;n engine updated to 7.8.<br />
- Changed: @ProcessorArch changed to @OSArch as it was misleading.<br />
- Changed: Size limits removed from RegRead() and RegWrite() (previously 64KB for some registry types).<br />
- Changed: RegRead() and RegWrite() no longer use hex strings for REG_BINARY types - native binary datatypes are enforced.<br />
<br />
<strong class='bbc'>Aut2Exe:</strong><br />
- Fixed #436: Compression level was ignored when performing compilation from the GUI.<br />
- Added #460: More verbose UPX errors.<br />
<br />
<strong class='bbc'>AutoItX:</strong><br />
- Changed: Native DLL: All string methods in the native API are now Unicode. The majority of functions no longer have ANSI versions.<br />
- Added: COM: WinList method.<br />
- Fixed: Native DLL: Return strings were sometimes incorrectly terminated.<br />
- Fixed: PixelChecksum() not returning correct values.<br />
<br />
<strong class='bbc'>UDFs:</strong><br />
- Added: _GDIPlus_StringFormatSetAlign<br />
- Added: _StringExplode()<br />
- Added: _GDIPlus_ImageGetFlags, _GDIPlus_ImageGetHorizontalResolution, _GDIPlus_ImageGetPixelFormat, _GDIPlus_ImageGetRawFormat<br />
_GDIPlus_ImageGetType, _GDIPlus_ImageGetVerticalResolution<br />
- Added: _PathGetRelative<br />
- Added: _ArrayCombinations, _ArrayPermute, _ArrayUnique<br />
- Added: _WinAPI_CreatePen, _WinAPI_DrawLine, _WinAPI_LineTo, _WinAPI_MoveTo, _WinAPI_GetBkMode, _WinAPI_SetBkMode<br />
- Added: _WinAPI_CombineRgn, _WinAPI_CreateRectRgn, _WinAPI_CreateRoundRectRgn, _WinAPI_SetWindowRgn<br />
- Added: _ExcelHorizontalAlignSet, _ExcelFontSetProperties, _ExcelBookAttach <br />
- Added: _WinAPI_SetEndOfFile, _WinAPI_SetFilePointer<br />
- Added: Missing FrameConstants.au3<br />
- Added: Excel UDFs<br />
- Added: _Timer_GetIdleTime, _WinAPI_GetWindowPlacement, _WinAPI_SetWindowPlacement<br />
- Added #332: Remarks to _GUICtrlStatusBar_Create<br />
- Added #275: _GDIPlus_GraphicsFillPolygon <br />
- Added: _GUICtrlTab_ClickTab <br />
- Added: _GUICtrlComboBoxEx_GetUnicode, _GUICtrlComboBoxEx_SetUnicode<br />
<br />
- Removed: _StringSplit, no longer needed<br />
<br />
- Fixed #693: _DateTimeFormat() time format<br />
- Fixed #701: _GUICtrlListView_ClickItem() Clicks in the wrong place when $fMove = True<br />
- Fixed #700: _GUICtrlTreeView_ClickItem() Clicks in the wrong place when $fMove = True<br />
- Fixed #703: _GUICtrlListBox_ClickItem() Clicks in the wrong place when $fMove = True<br />
- Fixed #705: _GUICtrlToolbar_ClickButton() Clicks in the wrong place when $fMove = True<br />
- Fixed #707: _GUICtrlMonthCal_Create() width and height<br />
- Fixed #674: _GUICtrlTab_ClickTab() Clicks in the wrong place when $fMove = True<br />
- Fixed #610: _WinAPI_CreateFile() wrong return value upon failure<br />
- Fixed #619: _GUICtrlListView_SetItemSelected memory allocation<br />
- Fixed #617: corrections to six GDI+ ImageGet help file examples<br />
- Fixed #621: _StringAddThousandsSep don't work with negative number<br />
- Fixed #635: _GuiCtrlTab_ClickTab() docs list unused $fPopupScan parameter<br />
- Fixed #650: Missing BorderConstants.au3<br />
- Fixed #656: _FileCountLines returns 0 if file only contains 1 line<br />
- Fixed #600: _ArraySearch fails with 2D array.<br />
- Fixed #603: _FileReadToArray() does not return an array if the file contains only a single line of text.<br />
- Fixed #495: _GUICtrlTreeView_GetTree returns only 1 parent<br />
- Fixed #503: _Date_Time_FileTimeToLocalFileTime example <br />
- Fixed #510: _GUICtrlListView_ClickItem: If columns inside listview exceed visible area, clicks outside of the control<br />
- Fixed #500: _ChooseColor run on 64bit<br />
- Fixed #517: WinAPI UDF - bad error checking after DllCall()<br />
- Fixed #533: Array functions dimension check<br />
- Fixed: various Timer Functions<br />
- Fixed #506: _FileCountLines deal with all common line-end-chars<br />
- Fixed #485: WinAPI missing related links in helpfile<br />
- Fixed #571: return value doc for _GUICtrlListBox_FindString, _GUICtrlListBox_GetAnchorIndex and _GUICtrlListBox_GetText<br />
- Fixed #586: _GuiCtrlListView_SetGroupInfo() destroyed group ID's.<br />
- Fixed #516: _ChooseFont run on 64bit<br />
- Fixed #595: _WinAPI_SetWindowsHookEx help file description of $WH_KEYBOARD_LL<br />
- Fixed #465: _DateTimeSplit if seconds omitted defaulted to -1, now defaults to 0<br />
- Fixed: Excel Examples<br />
- Fixed #422: _GDIPlus_GraphicsSetSmoothingMode $iSmooth accepts only 0 - 4, doc updated<br />
- Fixed #388: _GUICtrlToolbar_SetButtonSize Example<br />
- Fixed #400: SQLite.dll.au3 @ProcessorArch replaced with @OSArch<br />
- Fixed #390: _viPrintf replaced return type<br />
- Fixed #371: _GDIPlus_Startup return value <br />
- Fixed #368: _ArrayToClip return value<br />
- Fixed #361, #362: _GUICtrlListView_InsertItem doc <br />
- Fixed #285: _ChooseColor Example <br />
- Fixed #299: _GUICtrlTab_SetItemText buffer length for Unicode <br />
- Fixed #292: _EventLog__Clear not clearing log when backup parameter is empty<br />
- Fixed #258: _ClipBoard_GetData<br />
- Fixed #294: _FileReadToArray where the file contains no @LF <br />
- Fixed #303: Clock.au3 in Examples&#092;GUI&#092;Advanced <br />
- Fixed: _GUICtrlListView_SetItemEx text buffer <br />
- Fixed #320: _WinNet_EnumResource struct pointers <br />
- Fixed #321: _GUICtrlStatusBar_GetText buffer length for Unicode<br />
<br />
- Changed: StringAddThousandsSep params in regards to #442<br />
- Changed #733: Doc for _GUICtrlButton_SetImageList<br />
- Changed: _SQLite -&gt; 3.6.7<br />
- Changed #442: _StringAddThousandsSep() allows for regional settings<br />
- Changed #290: _GDIPlus_DrawImagePoints <br />
- Changed: _Soundxxxx functions <br />
- Changed #599: _FileListToArray speed optimization]]></description>
		<pubDate>Wed, 24 Dec 2008 09:33:03 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=86590</guid>
	</item>
	<item>
		<title>AutoIt v3.2.13.13 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=86304</link>
		<description><![CDATA[<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/autoit3/files/beta/autoit</a><br />
<br />
<strong class='bbc'>3.2.13.13 (20th December, 2008) (Beta)</strong><br />
<br />
AutoIt:<br />
- Added #744: StringFromASCIIArray() and StringToASCIIArray() now allow specifying an encoding.<br />
<br />
- Fixed: Send() was incorrectly inserting a leading zero when using the {ASC 0xNNNN} format.<br />
- Fixed: DllStructSetData() wasn't correctly terminating string buffers that had been used previously.<br />
- Fixed #743: AutoIt Crash when Tray functions are use with invalid ID.<br />
- Fixed #748: AutoIt Crash with DllCall(0,...).<br />
<br />
- Updated #734: StringRegExpReplace() doc for backward reference.<br />
<br />
UDFs:<br />
- Updated: _SQLite 3.6.6.2 -&gt; 3.6.7]]></description>
		<pubDate>Sat, 20 Dec 2008 18:33:42 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=86304</guid>
	</item>
	<item>
		<title>AutoIt 3.2.13.12 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=85746</link>
		<description><![CDATA[<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/autoit3/files/beta/autoit</a><br />
<br />
<strong class='bbc'>3.2.13.12 (9th December, 2008) (Beta)</strong><br />
<br />
AutoIt:<br />
- Changed #596: StringFromASCIIArray() and StringToASCIIArray() now correctly handle embedded terminators. Also, StringToASCIIArray() no longer inserts a trailing 0 into arrays.<br />
- Fixed: Crash when using BinaryToString() with invalid UTF16 input string. BinaryToString() now has new @error codes to support diagnosing invalid input.<br />
- Fixed: ControlGetText() regression from last beta.<br />
- Updated: Shutdown documentation.<br />
<br />
UDFs:<br />
- Added: _GDIPlus_StringFormatSetAlign (monoceres)<br />
<br />
- Updated: StringAddThousandsSep params in regards to #442<br />
- Updated: _SQLite 3.6.5 -&gt; 3.6.6.2<br />
- Updated #733: Doc for _GUICtrlButton_SetImageList<br />
<br />
- Fixed #693: _DateTimeFormat() time format<br />
- Fixed #701: _GUICtrlListView_ClickItem() Clicks in the wrong place when $fMove = True<br />
- Fixed #700: _GUICtrlTreeView_ClickItem() Clicks in the wrong place when $fMove = True<br />
- Fixed #703: _GUICtrlListBox_ClickItem() Clicks in the wrong place when $fMove = True<br />
- Fixed #705: _GUICtrlToolbar_ClickButton() Clicks in the wrong place when $fMove = True<br />
- Fixed #707: _GUICtrlMonthCal_Create() width and height]]></description>
		<pubDate>Tue, 09 Dec 2008 19:55:37 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=85746</guid>
	</item>
	<item>
		<title>AutoIt 3.2.13.11 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=84547</link>
		<description><![CDATA[<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/autoit3/files/beta/autoit</a><br />
<br />
<strong class='bbc'>3.2.13.11 (17th November, 2008) (Beta)</strong><br />
<br />
AutoIt:<br />
- Fixed #669: Typo in Dec() example.<br />
- Fixed #659: Documented that UNC paths are not supported when using FileSelectFolder().<br />
- Fixed #671: Crash when using $WS_EX_MDICHILD without specifying a valid parent.<br />
<br />
AutoItX:<br />
- Added: COM: WinList method.<br />
- Fixed: Native DLL: Return strings were sometimes incorrectly terminated.<br />
- Fixed: PixelChecksum() not returning correct values.<br />
<br />
UDFs:<br />
- Fixed #674: _GUICtrlTab_ClickTab() Clicks in the wrong place when $fMove = True<br />
<br />
- Updated: _SQLite 3.6.4 -&gt; 3.6.5<br />
- Updated #442: _StringAddThousandsSep() allows for regional settings]]></description>
		<pubDate>Mon, 17 Nov 2008 21:22:07 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=84547</guid>
	</item>
	<item>
		<title>AutoIt v3.2.13.10 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=84056</link>
		<description><![CDATA[<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/autoit3/files/beta/autoit</a><br />
<br />
<strong class='bbc'>3.2.13.10 (8th November, 2008) (Beta)</strong><br />
<br />
AutoIt:<br />
- Added #407: Documented that For...In loops are read-only.<br />
- Added #645: IniDelete() now supports the Default keyword for the 3rd parameter.<br />
<br />
- Fixed #628: GuiCtrlRead($ctxmenu, $adv) bad return (Saunders)<br />
- Fixed #640: PCRE does not support &#092;L, &#092;l, &#092;N, &#092;U, or &#092;u : doc updated<br />
- Fixed: StringToASCIIArray() crash (Part of issue #596).<br />
- Fixed #642: Installer now correctly opens the merged helpfile to the history page instead of the AutoIt-only helpfile.<br />
- Fixed #646: Call() now sets specific @error and @extended values when it fails to find a function.<br />
<br />
- Changed: Documented StringToASCIIArray() and StringFromASCIIArray() use UNICODE codes (Part of issue #596)<br />
<br />
AutoItX:<br />
- Fixed: multiple unicode related problems introduced in a previous beta.<br />
<br />
UDFs:<br />
- Added: _StringExplode() (WeaponX)<br />
<br />
- Fixed #610: _WinAPI_CreateFile() wrong return value upon failure<br />
- Fixed #619: _GUICtrlListView_SetItemSelected memory allocation<br />
- Fixed #617: corrections to six GDI+ ImageGet help file examples<br />
- Fixed #621: _StringAddThousandsSep don't work with negative number<br />
- Fixed #635: _GuiCtrlTab_ClickTab() docs list unused $fPopupScan parameter<br />
- Fixed #650: Missing BorderConstants.au3<br />
- Fixed #656: _FileCountLines returns 0 if file only contains 1 line<br />
<br />
- Changed: _Soundxxxx functions (RazerM)<br />
- Changed #599: _FileListToArray speed optimization (code65536)<br />
- Changed: _SQLite 3.5.9 -&gt; 3.6.4.]]></description>
		<pubDate>Sat, 08 Nov 2008 10:58:37 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=84056</guid>
	</item>
	<item>
		<title>Server Move - Important</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=82839</link>
		<description><![CDATA[I've decided to move the hosting of the server after feeling the need to have complete control over the server and software I want to install. I currently have to jump through a lot of hoops to get new versions installed.<br />
<br />
I intend (time permitting) to do it this weekend. Hopefully I can get the main website and forums online in that time. However as the DNS and IP addresses will change you may lose the forum for a day or two if you keep getting the "old" site.<br />
<br />
The new server is in the UK so the ping-time may be slightly worse for those in the US (probably faster in Europe) but the server has a much better net connection and spec so it should perform better for all. (I never got more than 70 KB/s download speed from the current one). <br />
<br />
<strong class='bbc'>Current Status<br />
</strong>Main website: Moved and working.<br />
Forums: Moved and working.<br />
Forum search: Working<br />
Blogs: Almost working<br />
Wiki: Moved and working.<br />
Trac/Bugs: Moved and working.]]></description>
		<pubDate>Sun, 19 Oct 2008 08:33:04 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=82839</guid>
	</item>
	<item>
		<title>AutoIt v3.2.13.9 (Beta) Released</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=82489</link>
		<description><![CDATA[<a href='http://www.autoitscript.com/autoit3/files/beta/autoit' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/autoit3/files/beta/autoit</a><br />
<br />
<strong class='bbc'>3.2.13.9 (12th October, 2008) (Beta)</strong><br />
<br />
AutoIt:<br />
- Fixed #601: Tooltip return 0 when title length &gt;99.<br />
- Fixed #608: listView GUICtrlSetBkColor not redrawn.<br />
- Fixed: Regression in writing Unicode files introduced in 3.2.13.8.<br />
<br />
UDFs:<br />
- Fixed #600: _ArraySearch fails with 2D array.<br />
- Fixed #603: _FileReadToArray() does not return an array if the file contains only a single line of text.]]></description>
		<pubDate>Sun, 12 Oct 2008 20:12:16 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=82489</guid>
	</item>
	<item>
		<title>Forum Information and FAQs</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=37739</link>
		<description><![CDATA[<span style='font-size: 15px;'><strong class='bbc'><span class='bbc_underline'>Post Count / Rankings<br />
</span><br />
</strong><span style='font-size: 13px;'>Ranks based on post count are as follows:<br />
<br />
Newbie (0-9 posts)<br />
Member (10-99)<br />
Advanced Member (100-199)<br />
Spammer! (200-299)<br />
<br />
At 300 posts you can change the title to whatever you like <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/smile.gif' class='bbc_emoticon' alt=':)' /> <br />
</span><br />
<br />
 <strong class='bbc'><span class='bbc_underline'>User Groups and Rights<br />
</span></strong></span><br />
<strong class='bbc'>Members</strong> - New members with less than 5 posts. While in this group there are certain restrictions on what files you can upload and you are unable to start topics in certain forums. There is a lot of wasted resources used by members who register, upload massive photos and avatars and then leave the forum without posting.<br />
<br />
<strong class='bbc'>Full Members</strong> - Members with more than 5 posts. No restrictions.<br />
<br />
<strong class='bbc'>AutoIt MVPs</strong> - Members who are judged by the community to be helpful, write and share useful code, help the development of AutoIt. Or all three <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/smile.gif' class='bbc_emoticon' alt=':)' /> These users have the same rights as normal members but get a team icon and a little more attachment space. <br />
<br />
<strong class='bbc'>Moderators</strong> - The forum police. This is not a democracy and the each of the mods have their own distinct personality. They have the rights to edit posts, delete posts, ban users, delete users, IP ban, etc. Let the poster beware <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/biggrin.gif' class='bbc_emoticon' alt=':D' /> <br />
<br />
<strong class='bbc'>Developers</strong> - A small group of users with access to the AutoIt source code and who have contributed significantly to the internal development of AutoIt.<br />
<br />
<br />
<strong class='bbc'><span style='font-size: 15px;'><span class='bbc_underline'>Signature Policy</span></span></strong><br />
<br />
No formal policy for the use of signatures but if a moderator thinks it is too big and/or distracting then you may be asked to tone it down. Noone likes wading through signatures that are a page high.<br />
<br />
<br />
<strong class='bbc'><span style='font-size: 15px;'><span class='bbc_underline'>Attachment Policy<br />
</span><br />
</span></strong>Each user group has a size allowance for uploading attachments to the board. Attachments already take up an enormous amount of space so the general policy is that attachments that have been posted over <strong class='bbc'>90 </strong>days and have been viewed less than <strong class='bbc'>5 times</strong>. If it was viewed that few times it can't be globally useful <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/smile.gif' class='bbc_emoticon' alt=':)' /> <br />
<br />
Attached pictures over <strong class='bbc'>a year</strong> old will also be deleted.<br />
<br />
<br />
<strong class='bbc'><span class='bbc_underline'><span style='font-size: 15px;'>Member Deletion Policy<br />
<br />
</span></span></strong>Members with <strong class='bbc'>0 posts</strong> will be deleted after <strong class='bbc'>1 year</strong> inactivity. <br />
Members with <strong class='bbc'>less than 5 posts</strong> will be deleted after <strong class='bbc'>3 years</strong> inactivity. <br />
<br />
<br />
<br />
<strong class='bbc'><span style='font-size: 15px;'><span class='bbc_underline'>FAQs</span><br />
</span></strong><br />
<strong class='bbc'>When do the forum email digests get sent?</strong><br />
Weekly - 6am PST on Fridays<br />
Daily - 7am<br />
<br />
<strong class='bbc'>Why does Valik hate me?</strong><br />
He just does. It's nothing personal...well except against you <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Sat, 11 Oct 2008 13:10:40 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=37739</guid>
	</item>
	<item>
		<title>High Server Load - Search Restricted</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=82240</link>
		<description><![CDATA[The forum is currently running at very high load which is resulting in it becoming unavailable at random intervals. As a troubleshooting step I've temporarily disabled and/or limited the Search functions to see if they are the cause. During this time search and "view new posts" may not be working.<br />
<br />
Thanks.]]></description>
		<pubDate>Sat, 11 Oct 2008 12:28:59 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=82240</guid>
	</item>
</channel>
</rss>