Timeline


and

05/05/09:

23:40 Ticket #944 (Self extractable file and documentation) closed by Valik
No Bug: Either you have a corrupt download, a corrupt file or you did not extract all the files. If you have further trouble post on the forum. I just downloaded the self-extracting archive and all files are present.
23:22 Ticket #944 (Self extractable file and documentation) created by tsiu
I decompressed the self extractable file. The autoit3.chm is not …

05/03/09:

16:49 Ticket #943 (not correct prcocedure) closed by Valik
No Bug: You miss the point of what IsString() and IsNumber() do. Re-read the documentation closer. In addition things like this should be posted on the support forum.
14:49 Ticket #943 (not correct prcocedure) created by anonymous
[…]
06:36 Ticket #942 (WinGetActive) closed by Valik
Rejected: I suggest reading the documentation.
06:11 Ticket #942 (WinGetActive) created by dexto
Function to retrieve window title and text that later can be used with …

05/01/09:

18:13 Ticket #941 (Changes to macro auto completion tips) closed by Valik
Fixed: This has been fixed for months. It will be publicly fixed in the next beta release.
18:12 Ticket #939 (IniRenameSection fails with "empty" section) closed by Valik
No Bug: What does it matter? An empty section or a section that does not exist are functionally equivalent. I don't see that it needs documented.
18:10 Ticket #940 (CPUArch macro is returning wrong processor architecture) closed by Valik
No Bug: You have a 64-bit processor but you have a 32-bit OS. @CPUArch is returning the correct thing.
16:39 Ticket #941 (Changes to macro auto completion tips) created by ccarrera74@…
I am using SciTE Version 1.77 Oct 23 2008 19:06:08 with AutoIt …
16:33 Ticket #940 (CPUArch macro is returning wrong processor architecture) created by ccarrera74@…
I have a Dell Latitude D620 laptop with a 32 bit processor. This was …
13:45 Ticket #939 (IniRenameSection fails with "empty" section) created by MrCreatoR <mscreator@…>
When we trying to rename an empty section (just section name without …

04/30/09:

23:49 Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) created by skyteddy
Hello, I try to send a message via UDP to the LAN-independent …
09:02 Ticket #937 (TrayItemSetState() and TrayItemGetState()) created by anonymous
I'm getting an odd result using the TrayItemGetState function. I have …

04/29/09:

23:48 Ticket #936 (File version) created by insignia96
Okay, In AutoIt 3.3.0.0 the Aut2Exe application doesnt allow you to …
17:23 Ticket #910 (Static Right justified text) closed by Jpm
Fixed: I close it as no bug as I suppose the MSDN doc is the bible. I can agree sometime not easy to understand.
17:21 Ticket #935 (WinSetState() lags) closed by Jpm
No Bug: In fact all Win...() are suppose to respect the Opt("WinWaitDelay") which is 250 by default. That's the reason you get the Sleep(250). use Op('"WinWaitDelay",0) if you don't like it. I am curious to see how you find a sleep(250) was occuring.

04/28/09:

18:43 Ticket #935 (WinSetState() lags) created by trancexx
I tested this on various systems and the result is the same. This …
14:49 Ticket #934 (MouseGetCursor consumes left mouse clicks) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
13:49 Ticket #933 (FileGetVersion() generates error when File Version attribute values ...) closed by Jpm
No Bug: in fact when you use the FilegetVersion($file, "FileVersion") you don't access to the same information. Under Vista you get the version with more info as : 6.6.6000.16386 (vista_rtm.061101-2205) We will not change this behavior. That's the reason why you received the extra 0. If you want not 0 just use FilegetVersion($file).

04/27/09:

21:11 Ticket #934 (MouseGetCursor consumes left mouse clicks) created by martin
if a script continually calls MouseGetCursor() then double clicking in …
17:25 Ticket #933 (FileGetVersion() generates error when File Version attribute values ...) created by dave.jong@…
Using the FileGetVersion optional parameter to look at the …
09:05 Ticket #932 (Add additonal mouse event constants to WindowsConstants.au3) closed by Jpm
Completed: Added in version: 3.3.1.0
08:51 Ticket #931 (GuiCtrlSetResizing error with graphic controls) closed by Jpm
Fixed: Fixed in version: 3.3.1.0

04/26/09:

19:21 Ticket #932 (Add additonal mouse event constants to WindowsConstants.au3) created by Spiff59
Some system messages, such as WM_SETCURSOR, as well as some calls to …
10:39 Ticket #931 (GuiCtrlSetResizing error with graphic controls) created by martin
The resizing for a graphic control set by GuiCtrlSetResizing does not …

04/25/09:

18:20 Ticket #919 (Binary() is ignored in ConsoleWrite()) reopened by Valik
Reopening so I remember to document how binary data works. In addition StdinWrite(), ConsoleWrite() and ConsoleWriteError() need updated.
17:19 Ticket #919 (Binary() is ignored in ConsoleWrite()) closed by Valik
No Bug: I was correct, this is an intentional change. See #13. Closing as no bug.
16:31 Ticket #930 (Arraydisplay does not display everything) closed by Valik
No Bug: You don't say?
13:35 Ticket #930 (Arraydisplay does not display everything) created by wimhek
When a row in an arry contains a '|' dislaying of the line stops. …
07:29 Ticket #442 (Proposed changes to _StringAddThousandsSep()) reopened by Valik
I'm reopening this to remind myself to fix this stupid function with some changes I've been sent.

04/24/09:

20:45 Ticket #929 (form designer) closed by Valik
Rejected: Koda already exists for this. Searching the forum would do wonders.
20:25 Ticket #929 (form designer) created by anonymous
the included file is the source code for Freeform 3.0.3 for liberty …
17:38 Ticket #918 (GUICtrlSetFont() and related) closed by Jpm
Completed: Added in version: 3.3.1.0
08:29 Ticket #927 ($msg[2] = 0x00000000 in TreeView) closed by Jpm
No Bug: I am not sure to understand what you expect. The $msg Array you post show that the event is a movemouse (-11) so there is not control handle for this event. Please use the forum to get help before reporting a bug
06:54 Ticket #905 (Doc error in SplashTextOn()) closed by Jpm
Works For Me: No info from the user. Closing
06:41 Ticket #928 (Using the power operator casts to int32) closed by Jpm
No Bug: in the first computation the result cannot be store in an int so hex cannot convert it. hex() works only on 32-bit int not int64 in the second 164 is a double so multiplication give a result as a double which is converted back with precision rounding if possible. in this case as it is not possible max negative is the conversion result. No Bug
00:44 Ticket #928 (Using the power operator casts to int32) created by monoceres
Well maybe this is not a bug, but isn't this behaviour strange since …

04/23/09:

19:51 Ticket #923 (Tidy upcases .eval COM object method) closed by Jos
Fixed: A new version of Tidy (2.0.28.2) is available in the Beta download directory that fixes this issue. Thanks, Jos
16:16 Ticket #927 ($msg[2] = 0x00000000 in TreeView) created by Dennis.Miller@…
When using TreeView and GUIGetMsg(1) any time a items is selected the …
12:24 Ticket #926 (Not read text from file OR function "msgbox" get value in clip if ...) closed by Jos
No Bug: same comment as #925
12:12 Ticket #925 (Text not put in file, if uncomment function "FileOpenDialog") closed by Jos
No Bug: Yes it is but you need to look in the directory you just selecteda file from: Quote from tyhe remarks section in the Helpfile: @WorkingDir is changed on successful return. Please post questions/issues like this first in our support forum to get confirmation of a bug. Jos
12:05 Ticket #926 (Not read text from file OR function "msgbox" get value in clip if ...) created by anonymous
[…]
12:02 Ticket #925 (Text not put in file, if uncomment function "FileOpenDialog") created by anonymous
[…]
07:10 Ticket #924 (_ArrayDelete removes last entry when element beyond Ubound is specified) closed by Jpm
Fixed: Fixed in version: 3.3.1.0

04/22/09:

23:20 Ticket #924 (_ArrayDelete removes last entry when element beyond Ubound is specified) created by DaleHohm
In the following example, _ArrayDelete is instructed to delete element …
23:11 Ticket #923 (Tidy upcases .eval COM object method) created by DaleHohm
SciTe Tidy will update the .eval method in the following line: …
17:44 Ticket #922 ($CmdLineRaw does not allow pipes ('|')) closed by Valik
No Bug: This belongs in support. Also, terrible report, read WikiStart. Your title has nothing to do with the problem you describe. You don't provide a script. Worst of all, there is no bug here, just a failure on your part to understand how things work.
17:32 Ticket #922 ($CmdLineRaw does not allow pipes ('|')) created by pparsons@…
1) Set up a parameter list that includes pipes (i.e. …
10:35 Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) created by mmahima
When i try to execute the following statements in autoit, it is …
07:24 Ticket #920 (StringInStr does not work correctly) closed by Valik
No Bug: I suggest you re-evaluate your code. It's working as designed and as written.
07:20 Ticket #920 (StringInStr does not work correctly) created by blckbrd
When you use the sample: The starting position of the search does not …
02:46 Ticket #919 (Binary() is ignored in ConsoleWrite()) created by jchd
The code below shows the problem. […]
00:48 Ticket #912 (Avarage Color) closed by Valik
Rejected: This seems like the kind of thing best implemented in a plugin or standard DLL.
00:45 Ticket #917 (Funciton FileRecycleEmpty() hangs) closed by Valik
Works For Me: Either you had a lot of stuff in the recycle bin and just didn't let it wait long enough or the recycle bin was corrupt. Also, your code was never going to work. If execution is hung on the FileRecyle() line how exactly did you think it was going to go through that loop? Closing as works for me.

04/21/09:

10:02 Ticket #918 (GUICtrlSetFont() and related) created by trancexx
Would it be possible to get another parameter to functions …
07:13 Ticket #917 (Funciton FileRecycleEmpty() hangs) created by roman.kuechler@…
Hi I use AutoIt since many years. The last days i had a strange …

04/19/09:

18:12 Ticket #916 (Line inversion in INet.au3) closed by Gary
Fixed: Fixed in version: 3.3.1.0
14:17 Ticket #916 (Line inversion in INet.au3) created by jchd <usenet@…>
There's a little bug in Inet.au3. Func …
09:59 Ticket #911 (MouseClickDrag speed patameter changes results) closed by Jos
No Bug: You need to read https://www.autoitscript.com/trac/autoit/wiki/WikiStart, the documentation and learn how to use the forum.
09:54 Ticket #914 (Not get string from file (length ~ 1024)) closed by Jos
No Bug: Duplicate report
09:54 Ticket #915 (Not get string from sile) closed by Jos
No Bug: Double report
09:53 Ticket #913 (Not get string from file (length ~1024)) closed by Jos
No Bug: No bug: post script issue/questions in our forums.
08:47 Ticket #915 (Not get string from sile) created by anonymous
MsgBox(0,'See "txt.txt"',FileReadLine('txt.txt',7))
08:35 Ticket #914 (Not get string from file (length ~ 1024)) created by anonymous
[…]
08:33 Ticket #913 (Not get string from file (length ~1024)) created by anonymous
[…] soderzhimeo file "txt.txt": …
05:33 Ticket #912 (Avarage Color) created by dexto
Just an idea that you can work on if you like it: Function that …
00:47 Ticket #911 (MouseClickDrag speed patameter changes results) created by TObject
MouseClickDrag has different results if I change speed parameter …

04/17/09:

17:42 Ticket #910 (Static Right justified text) created by GEOSoft
Maybe it's just me but this line in the GUI Control Styles doc page …
13:35 Ticket #908 (GUICtrlSetImage needs wrong icon index to show needed icon) closed by Jpm
No Bug: Just reread the doc as negative index have been introduce to differentiate name and index reference
12:00 Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) closed by Jos
No Bug: Please use the forums to ask these type of questions before reporting a supposed BUG. Closing as NOBUG. Run this script and see the result: […]
08:57 Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) created by xelotiac@…
Hello, --1-- Open the AutoIt Help and execute this code line: […] …
08:53 Ticket #908 (GUICtrlSetImage needs wrong icon index to show needed icon) created by Pumbaa
GUICtrlSetImage needs wrong icon index to show needed icon. In 3.2.X.X …
07:49 Ticket #907 (Local and Global varaibleas has no different) closed by Valik
No Bug: You need to read WikiStart, the documentation and learn how to use the forum.
07:06 Ticket #907 (Local and Global varaibleas has no different) created by wellic72@…
See sources: File: main.au3 […] File: file1.au3

04/14/09:

23:14 Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) created by rgreer@…
If an MFC ActiveX Control makes a call to […] , it is supposed to …
19:51 Ticket #905 (Doc error in SplashTextOn()) created by GEOSoft
Docs for SplashTextOn() are incorrect and have been forever. In the …
19:14 Ticket #903 (_ExcelReadSheetToArray doesn't work with other MSoffice language than US) closed by Valik
Duplicate: Closing as duplicate of #850. A simple search for "_ExcelReadSheetToArray" would have provided results.
19:12 Ticket #904 (ShellExecuteWait Flag Bug) closed by Valik
No Bug: No shit, you don't say? Maybe if you try calling the function correctly you might get better results.
18:55 Ticket #904 (ShellExecuteWait Flag Bug) created by xelotiac@…
Flag Setting (e.g. SW_MAXIMIZE) has no effect. …
17:42 Ticket #903 (_ExcelReadSheetToArray doesn't work with other MSoffice language than US) created by rooversj@…
When the OS language or MS Office language is other than US the …
07:06 Ticket #902 (Typo in AutoIT Help (.chm file) _SQLite_GetTable) closed by Jpm
Fixed: Already fix in 3.3.1

04/12/09:

18:57 Ticket #902 (Typo in AutoIT Help (.chm file) _SQLite_GetTable) created by evilpacketmonkey
_SQLite_GetTable I think line 49 has an typo with ")" as I was getting …
18:12 Ticket #901 (Array in array) closed by Valik
Rejected: Given that the feature exists asking for the feature is rather pointless don't you think?
15:14 Ticket #901 (Array in array) created by Kip
I would love it if AutoIt had the possibility to insert arrays in …

04/11/09:

23:27 Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) closed by Jpm
Rejected: Standard Function never reference UDF doc. Only the reverse if needed
20:16 Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) created by Zedna
Note: This could be added maybe also at ControlTreeView() Check option …

04/10/09:

19:14 Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) created by Jos
With the current way ShellExecute works its impossible to use …
16:59 Ticket #898 (More Detail in "AutoIt Error" window?) closed by Valik
Rejected: Or, you could write your scripts in a way so that they don't crash.
14:21 Ticket #898 (More Detail in "AutoIt Error" window?) created by exodius
Using this on a "AutoIt Error" window with the "Line -1:...Error: …
03:46 Ticket #897 (StringToASCIIArray() does not work correctly with binary data.) created by Valik
I need to fix StringToASCIIArray() to properly support binary data, …
03:39 Ticket #894 (StringToASCIIArray() with UTF-8 encoding gives wrong result) closed by Valik
No Bug: This line of code: […] After that call you are done with UTF-8. The variable $str now UNICODE. The problem is you are mangling the data in the call to StringToASCIIArray() because you lie to it and tell it the string is UTF-8 when in reality no it's not. However, it does what you tell it to and returns garbage as a result. I hope I don't need to explain what the fix is. This is not a bug.
03:13 Ticket #895 (CPU intencive yet simple and powerful addition to PixelSearch) closed by Valik
Duplicate: Closing as a duplicate of #896.
03:12 Ticket #896 (CPU intencive yet simple and powerful addition to PixelSearch) closed by Valik
Rejected: Is there some reason you had to post this as a second ticket? Couldn't you have just posted the code as a new comment in #895? Further, while the code is logically sound it uses GetPixel() rendering it useless. I would not be surprised at all if you (or at least somebody) can't write something in AutoIt faster than that. GetPixel() is horrible for repeated operations because it involves a tremendous amount of overhead per call. Since you know C++ I suggest you write a DLL (optionally make it a plugin DLL). The API is undocumented but it is still there and people on the forum do know how to write plugins. You just need to start asking the right questions in the right place which is something you haven't done so far.
01:50 Ticket #896 (CPU intencive yet simple and powerful addition to PixelSearch) created by ao0921@…
Would help greatly because algorithm is VERY CPU intensive and is …

04/09/09:

23:52 Ticket #895 (CPU intencive yet simple and powerful addition to PixelSearch) created by dexto
Would help greatly because algorithm is VERY CPU intensive and is …
15:27 Ticket #894 (StringToASCIIArray() with UTF-8 encoding gives wrong result) created by O'Ehby
StringToASCIIArray() with UTF-8 encoding gives wrong result […] …

04/07/09:

09:13 Ticket #888 (error with Send("{}}") under winXP) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
06:23 Ticket #893 (Generating a script / recording a script.) closed by Valik
Rejected: Try searching the forum next time.
05:58 Ticket #893 (Generating a script / recording a script.) created by a.jithendra@…
why don't you add a feature like which will generate script or record …

04/06/09:

18:38 Ticket #890 (inconsistence with objects and execute) closed by Valik
No Bug: You missed the point which was the script is not reproduceable. You are using an object not commonly available. > what do you think? I think Execute() should be removed from the language.
17:27 Ticket #892 (Request for ControlGetColor, ControlGetBkColor) closed by Valik
Rejected: There is no standard way of retrieving color information.
17:25 Ticket #891 (IE-Events are not viewable) closed by Valik
No Bug: Read WikiStart. Pay particular attention to the part where it says: > Do not ask for support
15:37 Ticket #892 (Request for ControlGetColor, ControlGetBkColor) created by tony_balony_1960@…
I've seen a bit of call for this and tried many suggestions and even …
13:59 Ticket #891 (IE-Events are not viewable) created by doreen.hacker@…
Hello, I have the problem that I have an AutoIT-Script to gauge the …
12:59 Ticket #890 (inconsistence with objects and execute) created by JRSmile
Hi if i use the execute function to do a method call like this: …
11:04 Ticket #888 (error with Send("{}}") under winXP) reopened by Jpm
Thanks to other dev I reopen it as doc say reverse. Not sure What will be the solution code/doc
10:53 Ticket #887 (Errors helfile 3.3.0.0) closed by Jpm
Fixed: Fixed in version: 3.3.1.0

04/05/09:

16:54 Ticket #889 (GUISetIcon() stops working after FileOpenDialog()) closed by Jpm
No Bug: doc say […] so no bug
16:52 Ticket #888 (error with Send("{}}") under winXP) closed by Jpm
No Bug: {} -> Null followed by } so there is no error just use […]
Note: See TracTimeline for information about the timeline view.