Timeline


and

12/14/11:

22:22 Ticket #2063 (site's search won't take keywords with less than 3 chars) closed by Valik
No Bug
08:10 Ticket #2068 (ACos() bug) created by Spiff59
The x86 version of the ACos() function seems to go south after six …

12/13/11:

16:35 Ticket #2067 ($n=-2147483648 is not an int32) created by Jpm
such value can be stored in an int32 but is stored in an int64 […] …
13:33 Ticket #2066 (bad dllStructSetData return for int) created by Jpm
running the following script show a little discrepancy of a int64 …

12/12/11:

23:41 Milestone 3.3.7.23 completed
13:00 Ticket #2064 (DriveStatus returns INVALID on existing path (by Volume Name)) closed by trancexx
No Bug: The change is introduced in v3.3.7.2 with revision [5991]. Change log entry is: Fixed #1860: DriveStatus Returns Ready with blank value. The description for the function is that it takes path of drive to receive information from as parameter, not a volume GUID path. The fact that something undocumented worked before doesn't make it a bug when no longer does. Therefore this is not a bug.
12:31 Ticket #2065 (how to detect which button clicked in internet Explorer using java script) closed by trancexx
No Bug
12:08 Ticket #2065 (how to detect which button clicked in internet Explorer using java script) created by manishpatel810@…
how to detect which button clicked in internet Explorer using java …
02:39 Ticket #2064 (DriveStatus returns INVALID on existing path (by Volume Name)) created by MrCreatoR <mscreator@…>
Run this on 3.3.7.1 and lower versions: […] The result is fine, …
00:58 Ticket #2063 (site's search won't take keywords with less than 3 chars) created by jmichae3@…
this is a problem with the site's search engine. some windows OSs …

12/09/11:

19:21 Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) closed by trancexx
Fixed: Great, closing then. Fixed by revision [6475] in version: 3.3.7.22

12/08/11:

08:58 Ticket #2062 (Example text _IEFormElementGetCollection) created by MvL
Last time I tried (Windows XP, 3.3.6.1 and 3.3.7.22) the index of the …

12/07/11:

18:25 Milestone 3.3.7.22 completed

12/02/11:

23:42 Ticket #2042 (Windows 8 support for @OS macros) closed by Valik
Completed: Added by revision [6473] in version: 3.3.7.22
23:10 Ticket #2061 (Rewrite OS_Version class) created by Valik
The code is an unwieldy mess of madness. It needs refactored so that …

11/30/11:

18:10 Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) closed by Valik
Wont Fix: Regardless of what the root cause of this issue is, this is a SciTE bug. SciTE is not our project.

11/29/11:

07:28 Ticket #2060 (UDFs Documentation issues) closed by guinness
Fixed: Fixed by revision [6462] in version: 3.3.7.22
00:28 Ticket #2060 (UDFs Documentation issues) created by MrCreatoR <mscreator@…>
While translating AutoIt help file by the Russian community, we found …

11/28/11:

21:18 Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) created by Shaggi
Not much to say, sometimes, like 40% of times when i use ALT+I on a …

11/27/11:

23:34 Ticket #1973 (_IEAttach failes and crashes on some special window constellations) closed by trancexx
No Bug: This is not bug and that's not solution. Create and use COM error handler to avoid situations like that.
23:25 Ticket #2034 (_GUICtrlMenu_AppendMenu - bug when BitOr($MF_BYPOSITION, $MF_STRING) ...) closed by trancexx
Fixed: Fixed by revision [6454] in version: 3.3.7.22
17:30 Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) closed by trancexx
No Bug: Yashied you have registered a window class using Unicode version of that function. In that case the system passes text parameters of messages as Unicode, meaning your _MyWndProc() must use Unicode version functions you use. If you have done opposite of that _MyWndProc() would be correct. This proves that functions inside WinApi.au3 are not wrong. What's true is that WinApi.au3 misses Unicode versions of those functions as DllCall function calls ANSI versions of functions by default when there are any doubts. This is not a bug.

11/26/11:

08:56 Ticket #1900 (Improvements for StringRegExpGUI) closed by trancexx
Rejected: The need for this script is questionable. Apparently community doesn't appreciate it enough.

11/25/11:

17:53 Ticket #2055 (Convert UDF's to struct* type) closed by AdmiralAlkex
Fixed: Fixed by revision [6445] in version: 3.3.7.22
16:29 Ticket #1770 (Script getting pause when popup appears in IE) closed by Jpm
No Bug
16:29 Ticket #1770 (Script getting pause when popup appears in IE) reopened by Jpm

11/24/11:

19:24 Ticket #1777 (Issues with Security.au3) closed by trancexx
Fixed

11/23/11:

09:50 Ticket #2041 (_FTP_ListToArrayEx Datetime Format) closed by Jpm
Duplicate: Replying to anonymous: > A few additional inforamtion: > > In the help file it says that with $b_Fmt=1 the format will be YYYY/MM/DD and with $b_Fmt=0 it will be MM/DD/YYYY. > > But as seen on the picture the output with $b_Fmt=1 is YYYY/DD/MM, so defnetly a bug. check with beta as it as been solved by #1509

11/22/11:

12:54 Ticket #2058 (WinWait, WinWaitActive and WinActive calls are waiting indefinitely ...) created by Math
Few AutoItX functions are hanging when using in VS 2008(vb.net) IDE. …
12:41 Ticket #2057 (Advanced Window Descriptions - Add "PID" Property) created by firelion_84@…
Would be be possible to add "PID" as a property recognised in the …

11/21/11:

11:16 Ticket #2056 (Excel.au3 - 5 Broken Functions) created by Aru
3.3.7.21(beta) 3.3.6.1 Any reference to …
03:43 Ticket #2055 (Convert UDF's to struct* type) created by AdmiralAlkex
Just a reminder for myself.
02:51 Ticket #2054 (DirCreate incorrectly reports success when path is longer than 255 chars) created by wraithdu
DirCreate returns 1 (success) when the path is longer than 255 …

11/20/11:

09:28 Ticket #262 (Plugins - array parameters) closed by trancexx
Rejected: Current implementation of "Plugin" feature and internal handling of array data type makes the request not worthy of the complexity that would be the result of having this feature. However plugins would be handled eventually one way or the other. When that happens this ticket would be rendered invalid simply because plugins require thorough evaluation that should address every aspect of the implementation including array support.

11/18/11:

14:43 Ticket #269 (ImageSearch()) closed by trancexx
Rejected: After weighting gains and losses this ends up rejected.
Note: See TracTimeline for information about the timeline view.