Timeline


and

09/04/08:

19:51 Ticket #556 (Change to SciTE4AutoIt3.exe installer.) closed by Jos
Rejected: Don't see how this works as you didn't install upgrade for SciTE4AutoIt3. I do try to keep it as Backwards compatible as possible but do not have the gift to make it forwards compatible. Jos
19:48 Ticket #554 (AutoIt3Wrapper not processing "&" in path properly) closed by Jos
Fixed
17:43 Ticket #536 (ControlGetFocus() prevents double-clicks) closed by Valik
Wont Fix: This can't be fixed. It's a quirk of windows that when getting focus the input state is reset (keyboard state, mouse state, et cetera). You can still double-click, you just now have to do it faster than the polling interval since it's going to reset the mouse input each time. Closing as won't fix because while it is undesirable behavior it can't be fixed since it's a Windows design problem.
16:12 Ticket #556 (Change to SciTE4AutoIt3.exe installer.) created by dg0421
I would like to suggest that the SciTE4AutoIt3.exe installer check the …
13:41 Ticket #555 (bug in _GUICtrlListView UDF) created by anonymous
_GUICtrlListView_SetItemDropHilited didnt work properly, so we tried …
06:46 Ticket #549 (ControlSend sometimes sends wrong text) closed by Jpm
No Bug: depending what you are oing simulteaneously when running your script eg you can have such behaviour if the shift key used. the zedna suggestion is perfectly valid (controlsettext)

09/03/08:

18:38 Ticket #554 (AutoIt3Wrapper not processing "&" in path properly) created by dg0421
My source files are contained in: E:\ACE-IDS\XP & 2003 …

09/02/08:

17:27 Ticket #551 (ControlClick with "new" buttons syntax error (au3check)) closed by Jos
Fixed: Fixed in version: 3.2.13.8
17:21 Ticket #553 (_ArrayDisplay() has another problem if using literal pipes in the array) created by GEOSoft
I seldom use this function but it seems that each time I do, I find …

09/01/08:

17:25 Ticket #552 (ProcessExist/ProcessList optional username parameter) closed by Valik
No Bug: This is not a bug and the need is over-stated a bit. Closing as no bug.
15:41 Ticket #552 (ProcessExist/ProcessList optional username parameter) created by Developer@…
ProcessExist and ProcessList could provide an optional username …
14:14 Ticket #551 (ControlClick with "new" buttons syntax error (au3check)) created by Xenobiologist
Hi, ControlClick($title,, 1, 'primary') ControlClick($title,, 1, …
14:08 Ticket #550 (Run() - doc precision) created by Zedna
From AutoIt changelog: […] But there is no information about this …
03:21 Ticket #549 (ControlSend sometimes sends wrong text) created by www.songwei@…
ControlSend sometimes sends wrong text. For example, I want to send …

08/31/08:

08:24 Ticket #548 (Array initializing syntax everywhere) created by monoceres
It would be great if this syntax: [1,2,3] would work just like an …
04:36 Ticket #547 (WinGetHandle and WinGetTitle under Vista) closed by Valik
No Bug: The reason is the windows are running on a different desktop. This is expected and is not a bug.
04:30 Ticket #547 (WinGetHandle and WinGetTitle under Vista) created by Developer@…
Under Vista, the WinGetHandle function does not return the handle of a …

08/30/08:

20:21 Ticket #543 (Autoit does not automate high res mouse motion correctly.) closed by Jos
No Bug

08/29/08:

06:53 Ticket #497 (GUICtrlSetFont() does not work in a listview control) closed by Jpm
Works For Me
02:02 Ticket #485 (missing related links in helpfile) closed by Gary
Fixed: Fixed in version: 3.2.13.8
02:01 Ticket #545 (Add other possibility in FAQ, point 13. Howto: custom icon) closed by Valik
Rejected: SciTE4AutoIt3 and it's tools are not an official part of AutoIt. Adding documentation for how to do things which relies on tools not every user has installed is not a very good idea.
01:34 Ticket #511 (GUICtrlCreateTab - doc precision) closed by Gary
Rejected
01:31 Ticket #506 (_FileCountLines) closed by Gary
Fixed: Fixed in version: 3.2.13.8

08/28/08:

20:47 Ticket #546 (FileOpen() Shared/exclusive access) created by ChrisL
I would find it useful to add a new flag or flags to the FileOpen() …
18:10 Ticket #544 (Read from console with FileRead) closed by Valik
No Bug: This doesn't need documented. There is a native AutoIt function for doing the same thing so I don't feel that it is necessary for us to document alternate ways.
10:21 Ticket #545 (Add other possibility in FAQ, point 13. Howto: custom icon) created by Triblade
In the helpfile under FAQ, point 13 there is written how to add a …
07:26 Ticket #544 (Read from console with FileRead) created by paulpmeier
The description of this feature I missed in the AutoIt Help: …
03:21 Ticket #543 (Autoit does not automate high res mouse motion correctly.) created by anonymous
The program I am trying to automate appears to use the directx high …

08/27/08:

19:18 Ticket #542 (StringRegEx causing a hard crash) created by Jos
http://www.autoitscript.com/forum/index.php?showtopic=76269&view=findpo
07:28 Ticket #541 (ControlCommand Helpfile typo) closed by Jpm
Fixed: Fixed in version: 3.2.13.8

08/26/08:

17:05 Ticket #540 (ProcessExists() causes a large number of page faults) closed by Valik
No Bug: It goes up by approximately 105 per call for me. However, this doesn't appear abnormal. Process Explorer, which I used to watch the page fault count, goes up by over 250 page faults per update interval. It appears that using the Windows API functions we do to enumerate processes just generates a lot of page faults. It's nothing to be concerned about.
12:33 Ticket #541 (ControlCommand Helpfile typo) created by Xenobiologist
Hi, ControlCommand helpfile little typo. "HideDropDown", "" UNdrops …
09:31 Ticket #540 (ProcessExists() causes a large number of page faults) created by MarcoM
I know that page faults are not errors per se, but ProcessExists() is …
02:50 Ticket #539 (StringSplit w/ flag 2 doesn't return string if no delims) created by wraithdu
In StringSplit() with flag 2 (no return count in first element), if …
00:17 Ticket #538 (GUICtrlCreateGraphic - working on last GUI created) closed by Valik
No Bug: This is not a bug. ANY control you try to create will fail. Controls are created on the GUI that is set internally as the "current" GUI. Since you deleted the current GUI, creation fails. To control what GUI controls are created on, use GUISwitch().

08/25/08:

23:58 Ticket #538 (GUICtrlCreateGraphic - working on last GUI created) created by enaiman
Hi, I'm not sure if this is an intended behaviour or a bug. …
18:50 Ticket #537 (Strange behaviour while using wrong GUI parameter) closed by Valik
No Bug: It's not strange. You're passing an HWND as the extended style. Since the HWND changes from run to run, you pass a different value every time. Since the extended style is just bitwise flags, you're passing a different combination each time. That's why the results are unpredictable.
17:33 Ticket #537 (Strange behaviour while using wrong GUI parameter) created by Xenobiologist
Hi, I tested this script and my Windows hung up after I clicked the …
11:20 Ticket #536 (ControlGetFocus() prevents double-clicks) created by MarcoM
It seems that polling which control has the focus with …
11:15 Ticket #535 (don't pause the script when the tray menu is open or the gui title bar ...) created by ar.0.cut.all.the.dots@…
Clicking on the script's tray menu or a GUI window title bar pauses …

08/24/08:

04:19 Ticket #534 (Binary() is ****ed up) closed by Valik
No Bug: It looks correct to me. It stores the int 256 in binary format which is 0x00000100 in hex. But here's the catch, it's stored in little-endian which is why you see it as 0x00010000. You can use this line to see how the bytes are stored little-endian: […] When you read it right to left, 2 characters at a time, it spells 0xDEADBEEF again showing how little-endian stores it. I also get 0x00010000 both times so I don't see any bugs at all.
03:55 Ticket #534 (Binary() is ****ed up) created by mmavipc@…
heres some example code $nNum = 256 consolewrite(binary($nNum) & @lf) …

08/22/08:

21:57 Ticket #533 (_ArrayBinarySearch allows multi-dimension array when it shouldn't) closed by Gary
Fixed: Fixed in version: 3.2.13.8
16:44 Ticket #532 (Adding Icons to Tray Menu) closed by Valik
Rejected: This is outside the scope of what AutoIt should be doing.
15:55 Ticket #533 (_ArrayBinarySearch allows multi-dimension array when it shouldn't) created by Triblade
It's my coding mistake that I tried to use it on a two dimensional …
12:05 Ticket #532 (Adding Icons to Tray Menu) created by playzoneuk
Is there a possibility of having the ability to add icons to Tray …

08/21/08:

17:28 Ticket #530 (HotKeySet ignores optional parameters) closed by Valik
No Bug: This is not a bug.
16:00 Ticket #531 (GuiCtrlSetGraphic documentation) created by koshyjohnuk
This is not major. Just a couple of mistakes in the help file for the …
12:49 Ticket #530 (HotKeySet ignores optional parameters) created by danerjones@…
After executing this function: […] The following Error was …
08:50 Ticket #529 (Identifying .NET controls using WM_GETCONTROLNAME) created by zfisherdrums
Having read previous request and response for DataGrid on ticket #23, …
08:29 Ticket #528 (Native Control Identification and Property Retrieval using Active ...) created by zfisherdrums
<disclaimer> I request this understanding that it may be outside of …

08/19/08:

20:19 Ticket #526 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) closed by Valik
Duplicate: Appears to be a duplicate of #525
20:16 Ticket #525 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) closed by Valik
No Bug: You have to turn WOW64 redirection off. Windows is going to continue to redirect the system32 directory for a 32-bit process to the SYSWOW64 directory which contains the 32-bit files. That's why you get the "module not found" error - it's not looking where you think it is. Look at Using AutoIt -> Running under Windows 64-bit Edition in the documentation for more information about directory/registry redirection under 64-bit Windows and what you can do to turn it off. This is still not a bug in AutoIt.
20:06 Ticket #524 (MsgBox(): Text as first parameter) closed by Valik
Rejected
19:20 Ticket #527 (Abend 0xC0000005 at 7C9109F9 in Aut2exe.exe (ntdll.dll)) created by Spiff59
The attached (unfinished) code runs interpretively out of SciTe, but …
15:43 Ticket #526 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) created by drummer
The Run function returns error 0x8007007E when I run the attached …
15:41 Ticket #525 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) created by drummer
The Run function returns error 0x8007007E when I run the attached …
12:12 Ticket #524 (MsgBox(): Text as first parameter) created by amokoura
I suggest MsgBox function to have the text parameter to be the first. …

08/17/08:

15:43 Ticket #523 (Associative arrays...) closed by Valik
Rejected: The answer doesn't change no matter how many times this is asked for (also known as, search first, please).
13:52 Ticket #523 (Associative arrays...) created by Tom---Schuster@…
Please, implant associative arrays it would make scripting for me much …

08/16/08:

22:55 Ticket #522 (TrayMenu Select Option - Works on button down, not button up) closed by Valik
Rejected: This is a very specific request and not generally useful.
17:00 Ticket #522 (TrayMenu Select Option - Works on button down, not button up) created by Melba23
Hi, I wonder if you would consider putting in an option for TrayMenu …
04:37 Ticket #517 (WinAPI UDF - bad error checking after DllCall()) closed by Gary
Fixed: Fixed in version: 3.2.13.8

08/15/08:

23:54 Ticket #521 (Forum Upload Issue) created by HeidiR
I'm not sure if this is the right place to report forum issues. …
22:57 Ticket #519 (Wrong parameters in help file for GUICtrlSetDefBkColor) closed by Jpm
Fixed: Fixed in version: 3.2.13.8
22:29 Ticket #520 (WMI SwbemRefresher Object used in a loop has memory leak) created by PsaltyDS
Ref: Example Scripts, _ProcessListProperties() function …

08/14/08:

23:25 Ticket #518 (IniRead() optionally create default entry if not exists) closed by Valik
Rejected: You're asking for a function that reads to have the ability to write? Think about that for a second. Anyway, this doesn't sound all that useful for the masses. In general, it shouldn't make any difference whether the key exists or not. You obviously realize how trivial it is to wrap the desired functionality in a UDF so I suggest just using that for your own needs.
22:02 Ticket #519 (Wrong parameters in help file for GUICtrlSetDefBkColor) created by GEOSoft
GUICtrlSetDefBkColor mistakingly uses the same parameters table as …
21:50 Ticket #518 (IniRead() optionally create default entry if not exists) created by matin@…
For scripts that use INI files, the option to create default INI …
10:53 Ticket #517 (WinAPI UDF - bad error checking after DllCall()) created by Zedna
This line is missing in many functions after DllCall: […] …

08/13/08:

23:30 Ticket #500 (_ChooseColor 64bit problems) closed by Gary
Fixed: Fixed in version: 3.2.13.8
21:28 Ticket #516 (_ChooseFont 64bit Vista) created by Gary
_ChooseFont does not work. The function return a value as if the user …
16:23 Ticket #515 (Scite4AutoIt3 - add zoom-in zoom-out) closed by Valik
Rejected: As far as I know, Notepad++ is built using the Scintilla control, not based on SciTE. But either way I'll save Jos the trouble of replying, the SciTE we distribute is as close as possible to the official version distributed by Neil Hodgson. We'd like to keep it that way which is why we defer features requests/bug reports to the SciTE/Scintilla community.
16:19 Ticket #514 (StdoutRead seems broken on latest public & beta) closed by Valik
No Bug: Replying to anonymous: > Could at least mention in help file that now need a processwaitclose before doing the read... But that is only true if you actually want to wait until the process closes. Honestly? Your code as written before was flawed. You should have always been relying on ProcessWaitClose() anyway. There was no guarantee your old way would actually return all the text you wanted.
15:29 Ticket #515 (Scite4AutoIt3 - add zoom-in zoom-out) created by Zedna
This is in NotePad++ (opensource) based on the same Scite sources and …
10:51 Ticket #514 (StdoutRead seems broken on latest public & beta) created by robinacjohnston@…
Updated to the latest Public (3.2.12.1) today so as to gain support …

08/12/08:

01:33 Ticket #513 (Request: checked row highlight style for Listview controls) closed by Valik
Rejected: There's already too much custom behavior as is. If we added all the useful custom behaviors we'd have everything bloated so big it'd be ridiculous.

08/11/08:

20:08 Ticket #513 (Request: checked row highlight style for Listview controls) created by v3rt1g0
I'd love to see the code below included as an easily usable extended …

08/10/08:

13:06 Ticket #504 ("au3check" doesn't handle special characters properly) closed by Jos
Fixed: Fixed in version: 3.2.13.8
11:09 Ticket #489 (Add _GDIPlus_ImageSaveAddImage & _GDIPlus_ImageSaveAdd to GDIPlus.au3) closed by Jos
Rejected
11:08 Ticket #494 (Add more resource functions to WinAPI.au3) closed by Jos
Rejected
11:07 Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) closed by Jos
Rejected
03:51 Ticket #512 (Runas problem with new version.) closed by Valik
No Bug: Well, if the caller is a non-administrator account and the Flash Player installer requires administrator rights, then the error is correct because you use RunWait() to call the installer. At any rate, I don't see anything wrong, I know RunAs[Wait]() works with that simple code (when written correctly), so I'm closing this as no bug.

08/09/08:

22:56 Ticket #512 (Runas problem with new version.) created by anonymous
Hello I write a program when coulndt run correctly I have tried with …
21:44 Ticket #511 (GUICtrlCreateTab - doc precision) created by Zedna
Please add folowing: When you create control on the Tab by UDF …
03:20 Ticket #510 (_GUICtrlListView_ClickItem: If columns inside listview exceed visible ...) closed by Gary
Fixed: Fixed in version: 3.2.13.8
00:51 Ticket #510 (_GUICtrlListView_ClickItem: If columns inside listview exceed visible ...) created by michael.sunwoo@…
In the function _GUICtrlListView_ClickItem, if the columns inside the …

08/08/08:

21:03 Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) closed by Gary
Fixed: Fixed in version: 3.2.13.8
19:45 Ticket #508 (Static variables) closed by Valik
Rejected: Gary, the value needs to be mutable. For example, a counter for the number of times a function is called could be implemented as a static variable (or global, obviously). cbruce, much like many other things that some other languages offer as "features", you can do this yourself. It just requires you to develop your own rigid naming system to prevent collisions. For example, a name in the form "$g_vStatic_MyVar" will help reduce collisions. Adding the function name in can help disambiguate names further at the cost of increased length in the name. Closing as rejected.
19:23 Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) reopened by Gary
18:50 Ticket #509 (UDP Receive String) created by anonymous
UDPRecv For backwards compatibility to 3.2 want to have a new …
18:40 Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) closed by Gary
Rejected: They both return the same if you run both the old example and add your code in.
18:31 Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) closed by Gary
Fixed: Fixed in version: 3.2.13.8
18:18 Ticket #508 (Static variables) created by cbruce
AutoIt is a wonderful product folks - thank you so much... It would …
14:31 Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) created by Bowmore
Win XP Pro Sp2 AutoIt 3.2.13.7 Last known working version AutoIt …
12:57 Ticket #506 (_FileCountLines) created by Xenobiologist
Same problem as I mentioned before with _FileReadToArray. The function …
10:08 Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) closed by Gary
Works For Me
08:09 Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) created by gcriaco <gcriaco@…>
The function returns the background color, but the statusbar color …
08:03 Ticket #504 ("au3check" doesn't handle special characters properly) created by ptrex
When storing an include file, in a folder wich contains special …

08/07/08:

20:58 Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) created by cbruce
The helpfile example uses _Date_Time_EncodeFileTime() to create an …
19:57 Ticket #502 (Autoit adds 0.09999999997 instead of 0.01) closed by Valik
No Bug: This is not a bug. Floating-point numbers are not precise so repeatedly adding a floating point number leads to these sorts of problems. You can find plenty of literature on the internet about it.
19:54 Ticket #502 (Autoit adds 0.09999999997 instead of 0.01) created by anonymous
After adding 0.01 to $c few times, $c will be incremented by 0.999999 …
16:58 Ticket #92 (DllStructGetData() truncation) closed by Valik
Fixed: Fixed in version: 3.2.13.8
16:26 Ticket #501 (ProcessGetStats) closed by Valik
Fixed: Fixed in version: 3.2.13.8
12:05 Ticket #501 (ProcessGetStats) created by pedroemiliano@…
ProcessGetStats does not work for SYSTEM's username PID's. This also …
05:22 Ticket #500 (_ChooseColor 64bit problems) created by Achilles
I just got a 64bit version of Vista and encountered several problems. …

08/06/08:

20:40 Ticket #499 (Missing quotes from WinWaitActive causes crash) closed by Valik
Wont Fix: The current beta's do not crash (although they give a somewhat obscure error). I'm going to close this as wont fix since the behavior of the beta is not a hard-crash but rather an error message.
19:55 Ticket #499 (Missing quotes from WinWaitActive causes crash) created by System Tester
Also, WinActivate. Run from SciTe using the F5 key The following …
11:43 Milestone 3.2.13.7 completed

08/05/08:

22:12 Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) closed by Valik
Rejected: This would require one of us (Jon, most likely) to install Visual Studio 2005 (We've all migrated to 2008). Updating the version number requires recompiling. The 3.2.12.x branch is pretty much dead.
21:21 Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) created by Zedna
There are some serious UDF bugs which could be fixed also in 3.2.12.1 …
20:38 Ticket #497 (GUICtrlSetFont() does not work in a listview control) created by HeidiR
Example: GUICtrlSetFont($LV_AR[$i], 8.5, 800) ;Bold
17:33 Ticket #496 (obsolete @Unicode macro still in helpfile) closed by Valik
Duplicate: Duplicate #493
14:52 Ticket #496 (obsolete @Unicode macro still in helpfile) created by Zedna
3.2.12.0 (XXth, YYY 200x) (Next Release) - Changed: @Unicode renamed …
12:22 Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) created by anonymous
_GUICtrlTreeView_GetTree sould return the whole treeview-structure for …
06:17 Ticket #494 (Add more resource functions to WinAPI.au3) created by smashly
_WinAPI_FindResource _WinAPI_FindResourceEx _WinAPI_SizeOfResource …
Note: See TracTimeline for information about the timeline view.