Timeline


and

01/10/09:

23:01 Ticket #759 (_GUICtrlListView_GetItemTextString() --> BIG speed optimize) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
20:45 Ticket #769 (FileFlush function) created by Valik
Need to add a function to flush a file. Currently it's only flushed …
20:43 Ticket #768 (Help for FileInstall needs to be updated) closed by Valik
No Bug: Err, try compiling. And after you get an error do a face-palm for not thinking about why FileInstall() doesn't accept variables in the first place. This is not a bug. The documentation does not need updated because FileInstall() was not changed.
19:28 Ticket #768 (Help for FileInstall needs to be updated) created by HeidiR
Help for FileInstall needs to be updated to allow a variable for the …
19:04 Ticket #144 (AutoIt AutoRecord) closed by Valik
Rejected: I think this has fallen into the abandoned pile or is at least on the "will be done randomly". Closing the ticket.
19:01 Ticket #351 (Reverse PixelSearch) closed by Valik
Completed: Closing for JP since he had a typo in the commit message which prevented it from being auto-closed. Completed in 3.3.1.0.
18:58 Ticket #119 (GuiCtrlGet*) closed by Valik
Rejected: Good enough answer for me. Closing as rejected.
18:21 Ticket #424 (_Dec64()) closed by Valik
Duplicate: I just created #767 with a better title/description about for improved 64-bit integer support. I'm closing this as a duplicate.
18:20 Ticket #767 (Better 64-bit integer support) created by Valik
Currently a lot of integer related functions truncate at 32-bits even …
18:15 Ticket #714 (Radical(i1,i2,iN)) closed by Valik
Rejected
18:14 Ticket #63 (Overlay UAC icon on scripts with #RequireAdmin) closed by Valik
Rejected: Probably better ways to do this than a forced method.
17:39 Ticket #766 (Why was trac disabled?) closed by Valik
Rejected: This is not the appropriate place for that question. But as JP said, we have had an issue with spam so we have had it disabled. In the future if you have a question try the forum. Closing this ticket.
15:06 Ticket #766 (Why was trac disabled?) created by Kathy.Doyle at yahoo.com
The last days, trac was not able to create a new tickrt. Why ?

01/08/09:

16:30 Ticket #414 (Better OnAutoItStart/OnAutoItExit handling) closed by Jpm
Completed: Added in version: 3.3.1.0

01/06/09:

22:29 Ticket #765 (Tip Text for label not shown after using GUICtrlSetStyle() on that label) closed by Jpm
No Bug: The behavior is as expected as GUICtrlSetStyle does not force any style just the one send. In tyhe soecific case $SS_NOTIFY is a forced style which is destroyed as it is not part of default style. you need to supply Forced style if wanted
22:03 Ticket #764 (WinWait/ProcessWait should return handle/PID) closed by Jpm
Completed: Added in version: 3.3.1.0
20:43 Ticket #765 (Tip Text for label not shown after using GUICtrlSetStyle() on that label) created by MrCreatoR <mscreator@…>
Hi, First please check …
10:49 BadContent edited by Jon
(diff)
10:45 BadContent created by Jon
08:08 Ticket #763 (GUICtrlCreateIcon returns a 0 handle but doesn't destroy the created ...) closed by Jpm
Fixed: Fixed in version: 3.3.1.0

01/05/09:

21:40 Ticket #764 (WinWait/ProcessWait should return handle/PID) created by Valik
* WinWait() should return an HWND on success. * ProcessWait() should …
21:23 Ticket #763 (GUICtrlCreateIcon returns a 0 handle but doesn't destroy the created ...) created by Jos
GUICtrlCreateIcon returns a 0 handle but doesn't destroy the created …
12:30 Ticket #757 (Set defaults for MouseClick()'s x/y parameters) closed by Jpm
Completed: Added in version: 3.3.1.0

01/04/09:

03:59 Ticket #762 (Image Magick) closed by Valik
Rejected
03:30 Ticket #762 (Image Magick) created by Chris86
Could you include image magick in au3? it would be very nice for image …

01/03/09:

22:45 Ticket #761 (Scite issue: is this the correct spot?) closed by Jos
No Bug: A new option is added to the latest release of SciTE which was implemented as a standard in SciTEGlobal.properties: save.position=1 This will always restore the latest window position of SciTE. If you do not like this behaviour than just add it to your SciTEUser.properties with a value of 0. Jos

01/02/09:

05:30 Ticket #761 (Scite issue: is this the correct spot?) created by Sulfurious
The current version of scite 4 autoit, for me, no longer supports a …
00:17 Ticket #760 (Regular expression; NUL character in \x##) closed by Valik
No Bug: Code works how I expect. The function doesn't claim to work on binary data (data with embedded terminators).

01/01/09:

23:53 Ticket #760 (Regular expression; NUL character in \x##) created by trancexx
It's about null character in \x## pattern. Not working for that …
03:35 Ticket #759 (_GUICtrlListView_GetItemTextString() --> BIG speed optimize) created by Zedna
$iSelected = _GUICtrlListView_GetNextItem($hWnd) should be before FOR …

12/30/08:

04:06 Ticket #758 (ControlGetHandle() does not work if controlID is passed as string type ...) closed by Valik
No Bug: This is not a bug and the behavior is correct. Casting via Number() or Int() is the correct thing to do.
03:35 Ticket #758 (ControlGetHandle() does not work if controlID is passed as string type ...) created by shEiD
In my script, I get controlID variable from registry with RegRead(). …

12/29/08:

19:28 Ticket #757 (Set defaults for MouseClick()'s x/y parameters) created by MrCreatoR <mscreator@…>
For now MouseClick() does not accepting default (-1 or …

12/28/08:

23:34 Ticket #755 (_FileReadToArray broken in 3.3.0.0) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
21:04 Ticket #756 (Virus detected) closed by Valik
No Bug: http://www.autoitscript.com/forum/index.php?showtopic=34658
18:39 Ticket #756 (Virus detected) created by OptimusB@…
When I build a script with the latest AutoIt3 3.3.0.0 and SciTE4, …

12/27/08:

12:17 Ticket #755 (_FileReadToArray broken in 3.3.0.0) created by Melba23
If an array containing empty elements is saved by _FileWriteFromArray, …

12/26/08:

19:14 Ticket #754 (RUN COMMAND) closed by Valik
No Bug: Err, if the Run() command were that fundamentally broken don't you think we'd have caught it by now? The Run() function certainly works correctly for me. I'm closing this as no bug. If you are experiencing a problem you need to work out the specific details of the bug on the forum and then create a ticket describing how to reproduce the problem.
08:40 Ticket #754 (RUN COMMAND) created by LOULOU25
With the new version runcommand dosen't admit a path for launching the …

12/25/08:

09:51 Ticket #753 (@ScriptDir does contain a trailing backslash on drive root.) closed by Jpm
No Bug: I don't know which verison you are really running with but this problem have beed fix since 3.2.2.0 infact in beta 3.2.1.13
07:50 Ticket #753 (@ScriptDir does contain a trailing backslash on drive root.) created by Decker87
@ScriptDir does return a trailing backslash when the script is on the …

12/24/08:

09:19 Milestone 3.3.0.0 completed

12/23/08:

12:16 Milestone 3.2.13.14 completed

12/22/08:

09:14 Ticket #752 (_ArrayUnique) closed by Jpm
Fixed: Fixed in version: 3.2.13.14

12/21/08:

22:54 Ticket #752 (_ArrayUnique) created by Xenobiologist
Hi, […] Output is: […] There is also a typo in the helpfile : …
10:06 Ticket #750 (SciTE "toggle all folds" shows not all functions) closed by Jos
Fixed: Fixed in version: 3.2.13.14
07:00 Ticket #751 (Bug with StringSplit on ANSI platforms) closed by Jpm
Works For Me: There is no more ANSI support in the Beta . so I don't understand your report. flag=2 is invalid under the release version working as expected under the Beta
06:01 Ticket #751 (Bug with StringSplit on ANSI platforms) created by corz
[…]

12/20/08:

21:40 Ticket #750 (SciTE "toggle all folds" shows not all functions) created by TinyBoy
Toggle the following code and you'll see the begin of first function …
19:27 Ticket #740 (Regression in DllStructSetData()) closed by Valik
Fixed: Fixed.
19:26 Ticket #749 (Better Encryption) closed by Valik
Rejected: Blah blah blah. Covered a million times. Wrong place. Et cetera. Closed.
18:31 Milestone 3.2.13.13 completed
15:35 Ticket #749 (Better Encryption) created by anonymous
Well, I just read a thread in the Example Forum section and the guy …
08:53 Ticket #462 (Send() can't send Unicode characters.) reopened by Valik
Wow, there actually is a bug, it's just not being reported very well. It's taken over 5 months for it to come out what the real issue is. Bravo. Anyway, it appears that for whatever reason only the last two characters of Send()'s ASC are actually being used. Simple script that reproduces the problem: […]

12/19/08:

20:09 Ticket #744 (StringFromASCIIArray() ANSI switch) closed by Valik
Completed: Added in version: 3.2.13.13
06:54 Ticket #734 (Docs update for StringRegExpReplace()) closed by Valik
Completed
06:02 Ticket #748 (DllCall crashing the script on wrong dll file name (VarType)) closed by Jpm
Fixed: Fixed in version: 3.2.13.13

12/18/08:

21:04 Ticket #748 (DllCall crashing the script on wrong dll file name (VarType)) created by MrCreatoR <mscreator@…>
I know this is a wrong usage of the function, but as i said before, in …
09:06 Ticket #747 (GUI becomes unresponsive on displaying animated Gifs in embedded IE) created by KaFu
HiHo Devs, when I embed an IE into a GUI let it display a large gif / …

12/17/08:

20:57 Ticket #741 (RegRead on Win XP x64 is not Working.) closed by Jon
No Bug: Running a 32bit executable on an x64 OS will be subject to registry virtualisation. So I'd expect your scripts to fail. Try either: - Compiling as x64 - Using HKLM64 instead of HKLM or HKEY_LOCAL_MACHINE
19:42 Ticket #746 (SCITE request) closed by Valik
Rejected: Err, that's not related to AutoIt, that's a core SciTE change. Just because you happen to want to use it for AutoIt related tasks doesn't mean it's not a core SciTE change. Have you tried pressing F8? It toggles the visibility of the output pane. Anyway, I'm closing this.
19:36 Ticket #746 (SCITE request) created by anonymous
I don't know if this is the right place for this, but I see some …
19:14 Ticket #745 (Bug in INIReadSection function) closed by Valik
No Bug: No bug. If you look in "Report (bug).ini" carefully you'll see that where it stops reading there are NULL characters. There are various other keys where the value contains a NULL as well. Open the document in SciTE and it will show you a visual representation of all the non-printing characters that appear in the document.
13:20 Ticket #745 (Bug in INIReadSection function) created by dmitriis@…
Function returns not all values of keys in some cases. In a file with …
03:10 Ticket #744 (StringFromASCIIArray() ANSI switch) created by Valik
Switch for treating input array as ANSI character values instead of …

12/15/08:

08:19 Ticket #743 (TrayItemGetHandle crashes the script) closed by Jpm
Fixed: Fixed in version: 3.2.13.13

12/14/08:

11:20 Ticket #743 (TrayItemGetHandle crashes the script) created by MrCreatoR <mscreator@…>
When we trying to use TrayItemGetHandle() on wrong ID (not created by …

12/12/08:

10:57 Ticket #741 (RegRead on Win XP x64 is not Working.) created by avira1@…
Hi i found a Bug in the Function RegRead on Windows XP Sp2 x64. I …
02:00 Ticket #740 (Regression in DllStructSetData()) created by Valik
Strings, re-using buffers, not NULL terminated. Fix fix.

12/11/08:

21:50 Ticket #739 (_GUICtrlTreeView_SetInsertMark with $hItem=0 does not remove the ...) closed by Gary
Works For Me: Works for me: […]
20:00 Ticket #739 (_GUICtrlTreeView_SetInsertMark with $hItem=0 does not remove the ...) created by j0linus
Instead of removing the insertion mark, it is set above/below the …
02:03 Ticket #738 (Unable to match uTorrent setup "Title" and "Visible Text") closed by Valik
No Bug: Script works fine for me. No bug.
01:33 Ticket #738 (Unable to match uTorrent setup "Title" and "Visible Text") created by samsonluk@…
In attempt to make a uTorrent auto install script. OS = Windows XP …
Note: See TracTimeline for information about the timeline view.