Timeline


and

04/01/10:

08:21 Ticket #1548 (Multiple listviews in one GUI behave strangely) created by JonnyThunder
I'd posted this bug to the forum but didn't get a reply, so assuming …

03/31/10:

16:21 Ticket #1547 (Macro to determine if compiled with console switch) created by Klaatu
We can determine if a script is running compiled with the @compiled …
06:49 Ticket #1546 (Creating new excel book is not working.) created by bnashwath
I have include Excel.au3 header file in my code. I am trying to open …

03/29/10:

15:22 Ticket #1545 (RegRead 64bit) created by tanerforum@…
While doing regread, it doesn't work in win7 x64 nor vista x64. When …
14:44 Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) closed by Jpm
Fixed: Fixed by revision [5740] in version: 3.3.7.0

03/28/10:

19:46 Ticket #1535 (ControlSend changes case of text) closed by Valik
No Bug
19:46 Ticket #1538 (Random(1, 1, 1) = 0) closed by Valik
No Bug: This can be easily fixed by a line of code: […] The excuse that you might forget to write error-handling code is not a good one. I'm closing this as no bug. I'm not sure about my comments in #1251 because at that time AutoIt had some bugs in it that may or may not have influenced the output of Random().
19:35 Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) closed by Valik
Rejected: What you ask for doesn't make sense to me. The instance is a contrivance of AutoIt used to uniquely identify multiple controls with the same class. Your proposed regular expression does not make sense because the class name is just "Sash" and the instance is appended by AutoIt. Even if AutoIt were to match run the regular expression against the composite name it would always match the first instance because the first instance would always match the pattern. The loop you show is the correct way to handle this situation.
19:28 Ticket #1540 (_FileReadToArray bug?) closed by Valik
No Bug: It has nothing to do with @LF. It has everything to do with all the lines except the first being prefixed with the NULL character. This is not a bug in _FileReadToArray(). You just have a binary file, not a text file.
18:31 Ticket #1544 (Error in Help file - VarGetType) closed by Valik
No Bug: The remark is correct. VarGetType() might return "String" but IsInt() might return True if the string is, for example, "32".
16:17 Ticket #1544 (Error in Help file - VarGetType) created by Melba23
On the Help file page for VarGetType: "Remarks IsInt can …
15:52 Ticket #1543 (DirMove behaviour) created by mrflipp@…
I use the function "dirMove" to copy a directory called …

03/27/10:

17:25 Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) created by anonymous
Seems its missing a "Opt('GUIOnEventMode', 0)" prior to using …

03/26/10:

23:51 Ticket #1541 (_WinAPI_FillRect not x64 safe) created by Ascend4nt
This code from the _WinAPI_FillRect UDF is not properly created for …
14:46 Ticket #1540 (_FileReadToArray bug?) created by bergedorf@…
_FileReadToArray reads only 2 lines of my textfile. […] i add my …
13:23 Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) created by MrCreatoR <mscreator@…>
Sometimes there is need to get handle from controls that might have …
01:57 Ticket #1538 (Random(1, 1, 1) = 0) created by timsky
AutoIt 3.3.6.0 Windows 7 x64 En First ticket was closed with …
01:27 Ticket #1537 (Consolewrite_2 or cw pause) closed by Valik
Rejected: Turn off scrolling of SciTE's output pane.
01:03 Ticket #1537 (Consolewrite_2 or cw pause) created by anonymous
Hire is an idea: Consolewrite is super, I love it. The problem is …

03/25/10:

21:06 Ticket #1536 (@errorcode produces a run-time error) closed by Valik
No Bug: Right. So what's the bug?
20:06 Ticket #1536 (@errorcode produces a run-time error) created by jer_826@…
@errorcode produces a run-time error "Error: Unknown macro"
07:45 Ticket #1534 (Multiple GUI windows management issue) closed by Jpm
No Bug: Thanks MrCreatoR for the help. @darkprince.1979 next time before submitting a report use the Autoit Forum to get help and don't forget to mention the environment where the problem occured. use_DebugReportEnv() ;)

03/24/10:

12:23 Ticket #1535 (ControlSend changes case of text) created by dave.gibson@…
I was using ControlSend() to set the text of an edit box and noticed …
09:35 Ticket #1534 (Multiple GUI windows management issue) created by darkprince.1979@…
The GUI system is perfectly fine when there is only one window. When …

03/23/10:

15:39 Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) created by anonymous
As of now there is no way of telling what filter type was selected. I …

03/22/10:

15:02 Ticket #1532 (ComboBox custom height not retained after window minimize) closed by Jpm
No Bug: If you use _GUICtrlComboBox_SetItemHeight() function you must create the control with _GUICtrlComboBox_Create(). The resizing stuff of GUICtrlCreateCombo() is relevant only with GUICtrl...() functions. Don't mix GUI... Builtins with UDF. Perhaps one day the situation will change when Valik commit an update of the Builtins functions
13:36 Ticket #1532 (ComboBox custom height not retained after window minimize) created by Spiff59
As shown in the example script below, if a user adjusts the item …

03/20/10:

15:42 Ticket #1531 (Windows textcolor not honored by Inputbox, Edit-, List- and Combo-Control) created by Mulder
If a different Window color scheme is used, white text on black …

03/19/10:

19:58 Ticket #1530 ({Abbrev-Expand} For1 , For0 doesn't working..) created by ashalshaikh@…
For1 , For0 doesn't not working.. SciTE Version 1.79 WinXp . Thanks
17:08 Ticket #1529 (TrayItemSetText() sets incorrect text) created by timsky
Hello. Windows 7 x64 En / XP SP 3 En AutoIt 3.3.6.0 …

03/18/10:

15:34 Ticket #1528 (GUICtrlCreateListView Example not work) created by thesnoW
[…] OS:WIN7 X64
12:06 Ticket #1527 (@ScriptDir & "\Test1.xls") created by Volly
The example script for _ExcelBookSaveAs points to @ScriptDir & …

03/17/10:

15:03 Ticket #1526 (Display FileName into Aut2Exe Error) created by lamarches@…
When i compile a script sometime my .exe is in use by another user. …

03/16/10:

10:07 Ticket #1525 (BitRotate example is misleading) created by anonymous
From the help file examples for BitRotate: […]

03/14/10:

19:21 Ticket #1524 (Bug: Helpfile INetGet return value) closed by Valik
No Bug: Who gives a fuck about something that was released over a year ago and is 3 versions out of date? No bug, the current documentation certainly doesn't say anything like that and accurately describes the behavior.
16:09 Ticket #1524 (Bug: Helpfile INetGet return value) created by Phil Seakins <seakinsp@…>
INetGet 3.3.0.0 help says "Return Value Success: Returns 1. Failure: …

03/13/10:

17:03 Ticket #1523 (Au3Check support UNICODE and all Include file use unicode enc.) created by thesnoW
1.Au3Check support UNICODE script file. 2.All Include file use …

03/12/10:

15:47 Ticket #1522 (Typo in _GUICtrlToolbar_Destroy) created by anonymous
Goes back a few versions as well. Should say "Toolbar" rather than …
00:10 Ticket #1521 (ProcessList) closed by Valik
Rejected: No for more reasons than I care to list. Suffice to say the two most obvious are: * You can't possibly need a process handle for every single process. * They are a resource that must be closed when no longer necessary. In other words, you've just asked for a way to easily create resource leaks.

03/11/10:

21:05 Ticket #1521 (ProcessList) created by raupi
Would it be possible to add in addition to the process name and PID …
21:02 Ticket #1216 (Adding arrays working suspiciously) closed by Nutster
Rejected: There are too many ways to implement array mathematics. Use UDF's to perform a specific operation, such as matrix addition or matrix multiplication vs. array concatenation or polynomial multiplication. Each is different and each yields different types of result. Not going to happen. Rejected.
19:31 Ticket #1520 (_ArrayAdd doesn't work after _ArrayDelete has removed the last element) closed by Valik
No Bug: There are numerous things wrong with the suggestion and I don't really view the problem as a bug.
13:59 Ticket #1520 (_ArrayAdd doesn't work after _ArrayDelete has removed the last element) created by snarks@…
_ArrayDelete returns an empty string after the last element of an …
10:23 Ticket #1506 (DirCopy/FileCopy) closed by Jon
Works For Me: My money would be on an AV related problem.

03/10/10:

04:17 Ticket #1519 (Number conversion routines are inconsistent) created by doudou
I would expected the following code to produce (arithmetically) the …

03/09/10:

22:04 Ticket #1501 (StringRegExp and StringRegExpReplace missing) closed by Jon
Fixed
20:19 Ticket #1518 (DropDown-Menu of ComboBoxes are not available on x64-Exe) closed by Valik
Fixed: We know. The manifest is missing from x64 compiled scripts because Visual Studio is retarded and likes to do this to us. It will be fixed next release.
19:38 Ticket #1518 (DropDown-Menu of ComboBoxes are not available on x64-Exe) created by skyteddy
Hello, in my big script, with more then 10.000 lines of code, I have …
12:22 Ticket #1517 (_GUICtrlListView_SimpleSort not sorts checkboxes defined by ...) created by anonymous
Below is example script - shows files and directories in C:\ Step to …
09:15 Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) created by card0384@…
I would like to register myself from a computer place, out of range of …

03/08/10:

15:27 Ticket #1515 (FileOpen for Read fails on already opened file) created by M23
From v3.3.5.3 Beta release notes: Fixed: Regression in FileOpen() …
08:53 Ticket #1512 (StdoutRead no correct output with german language OS) closed by Jpm
No Bug: Thanks Doudou for helping Just a small typo […]
08:38 Ticket #1514 (Missing _SQLite examples in v3.6.6.0 help file) closed by Jpm
Fixed: Fixed by revision [5739] in version: 3.3.7.0
03:25 Ticket #1514 (Missing _SQLite examples in v3.6.6.0 help file) created by ILLBeBack
The examples are missing in the v3.6.6.0 help file for functions …

03/07/10:

16:38 Milestone 3.3.6.0 completed
13:41 Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) created by doudou
With the standard UDF GuiToolTip.au3 it is impossible to create a …
12:51 Ticket #1512 (StdoutRead no correct output with german language OS) created by Emiel Wieldraaijer
Hi, StdoutRead does not produce the correct output I've an image …

03/06/10:

19:17 Ticket #1510 (The $tagNMTVKEYDOWN structure) closed by Valik
Duplicate: Ugh. You people who can't be bothered to search the issue tracker before posting need to fuck off. I'm tired of closing these duplicate tickets.
16:21 Ticket #1511 (Datatype mismatch in _GDIPlus_BrushCreateSolid) created by ProgAndy
In _GDIPlus_BrushCreateSolid, the second parametertype is delcared as …
09:44 Ticket #1510 (The $tagNMTVKEYDOWN structure) created by rexx26@…
Global Const $tagNMTVKEYDOWN = $tagNMHDR & ";word VKey;uint Flags" …

03/05/10:

19:08 Ticket #1509 (_Date_Time_FileTimeToStr() Document or Source Code bug) created by anonymous
------source code----- ; Encode a file time $tFile = …

03/04/10:

16:28 Ticket #1508 (IniReadSection: Possibility to increase restrictions, except Win9x?) closed by Valik
Duplicate: Learn to search.
13:42 Ticket #1508 (IniReadSection: Possibility to increase restrictions, except Win9x?) created by skyteddy
Hello, I have to read big Ini-Sections in XP, Vista and Windows 7, …
13:24 Ticket #1507 (help file improvement) created by psraman@…
I am new to programming. It is abou the help script samples. The list, …

03/03/10:

16:51 Ticket #1506 (DirCopy/FileCopy) created by Steveiwonder
Trying to use DirCopy to copy a "Briefcase" RightClick > New> …
15:59 Ticket #1505 (Variable not declared in IE.au3) created by Richard Nichols <nospam4rdn-autoit@…>
If the "MustDeclareVars" option is set then the following error is …
02:15 Ticket #1504 (GUICtrlSetBkColor sets button style to $BS_DEFPUSHBUTTON) closed by Valik
Wont Fix: It's good to see you searched the issue tracker before wasting our time. Closing as won't fix just like the identical #376.
00:07 Ticket #1504 (GUICtrlSetBkColor sets button style to $BS_DEFPUSHBUTTON) created by SEuBo
Hello, When GUICtrlSetBkColor is used on a button, it "steals" the …

03/02/10:

21:26 Ticket #1503 (FileGetSize don't works solid) created by xelotiac@…
Hi there, when my Opera-Browser cache a flash video and I control …
Note: See TracTimeline for information about the timeline view.