Timeline


and

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 […]

04/04/09:

20:02 Ticket #889 (GUISetIcon() stops working after FileOpenDialog()) created by doudou
If you create a form AFTER FileOpenDialog() was called and …

04/03/09:

22:41 Ticket #888 (error with Send("{}}") under winXP) created by pcn@…
Hello & thanks for looking at this. My problem is: Send("{}}") …
13:35 Ticket #887 (Errors helfile 3.3.0.0) created by Tweaky
Hi, there are a lot of erros in the helpfile for 3.3.0.0. In the file …

04/02/09:

18:30 Ticket #881 (Au3Check Yacc stack overflow) closed by Jos
Fixed: Fixed in version: 3.3.1.0

04/01/09:

00:53 Ticket #885 (Investigate why Default compares true to False) closed by Valik
Fixed: Fixed in version: 3.3.1.0

03/31/09:

23:10 Ticket #271 (FTP - make it as standard include file (or native AutoIt)) closed by Jpm
Completed: Added in version: 3.3.1.0
22:11 Ticket #886 (Make it explicit that operator == is a forced string comparison.) closed by Valik
Fixed: Fixed in version: 3.3.1.0
17:13 Ticket #879 (AutoIT installation fails to use 64-bit versions on 64-bit OS Win 2008) closed by Jos
Fixed
17:07 Ticket #883 (ScrollBox) closed by Valik
Rejected: It appears the user is talking about a Delphi control called ScrollBox. The native Windows API has no equivalent outside of a window itself. There's nothing here for us to implement.
16:53 Ticket #886 (Make it explicit that operator == is a forced string comparison.) reopened by Valik
The documentation was not made any clearer, re-opening.
16:52 Ticket #885 (Investigate why Default compares true to False) reopened by Valik
This is not fixed in the way that I want.
13:09 Ticket #886 (Make it explicit that operator == is a forced string comparison.) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
13:04 Ticket #885 (Investigate why Default compares true to False) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
08:51 Ticket #867 (UDPRecv no longer gives the sender IP) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
08:15 Ticket #886 (Make it explicit that operator == is a forced string comparison.) created by Valik
It's ambiguous how operator == works. It needs to mention it is a …
06:56 Ticket #885 (Investigate why Default compares true to False) created by Valik
The following code compares true and displays "False" when tested. …

03/30/09:

17:56 Ticket #884 (Proxy mode 0 (use IE) and authentication) created by Valik
I need to see about allowing authentication to work when using proxy …
17:30 Ticket #854 (InetGetSize) closed by Valik
Fixed: I'm going to go out on a limb and say this is fixed in 3.3.1.0 (the beta we'll eventually release). When fixing another proxy-related issue I discovered that InetGetSize() did not go through a proxy at all. In 3.3.1.0 this has been fixed.
17:14 Ticket #870 (Floating point error.) closed by Valik
Works For Me: Closing due to lack of information.
17:14 Ticket #131 (UDP socket and IP) closed by Valik
Duplicate: Closing as duplicate of #867. We don't need to track this in two places.
14:05 Ticket #854 (InetGetSize) reopened by Jpm
reopen as the test must be done thru a proxy as diagnose by psandu.ro
10:06 Ticket #883 (ScrollBox) created by hunt
Hello. Whether really to add ScrollBox in Autoit?
09:46 Ticket #131 (UDP socket and IP) reopened by Jpm
09:45 Ticket #867 (UDPRecv no longer gives the sender IP) reopened by Jpm

03/27/09:

18:48 Ticket #615 (License needs fixed) reopened by Valik
I'm re-opening this. I think that the license is still wrong.
18:28 Ticket #882 (Helpfile : _GUICtrlEdit_InsertText) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
14:56 Ticket #882 (Helpfile : _GUICtrlEdit_InsertText) created by Xenobiologist
Hello, Tidy --> …
14:31 Ticket #881 (Au3Check Yacc stack overflow) created by jsovanegmond@…
My code is wrong but I think it is Au3Check erroring. Previous case: …

03/26/09:

22:30 Ticket #873 (DLLCall crashes when characters \\.\ in parameters) closed by Valik
No Bug: Replying to helmut.hiller@…: > now works different from older versions, but works. Gee, I wonder if reading the changelog and in particular the script-breaking changes portion would tell you that?
20:34 Ticket #880 (Run RunWait Error with Working Dir Parameter) closed by Valik
No Bug: Nothing to see here. Definitely not a bug.
19:55 Ticket #880 (Run RunWait Error with Working Dir Parameter) created by mleo2003@…
When trying to run a script located in the ScriptDir, if your working …
14:08 Ticket #868 (Add _WinAPI_SetLayeredWindowAttributes) closed by Jpm
Completed: Added in version: 3.3.1.0
12:47 Ticket #854 (InetGetSize) closed by Jpm
Works For Me
08:18 Ticket #867 (UDPRecv no longer gives the sender IP) closed by Jpm
No Bug

03/25/09:

17:42 Ticket #41 (Cleanup/Rename internal and User Defined Functions.) closed by Valik
Rejected
17:42 Ticket #41 (Cleanup/Rename internal and User Defined Functions.) reopened by Valik
FileRename() is entirely redundant. I don't understand why it's so hard for people to grasp that you move from NameA to NameB even though the directory doesn't change. I can think of a reason not to add WinSetPos(): SetWindowPos(). SetWindowPos() is a Windows API function that does something completely different than our WinSetPos() would. However, at first glance it would look like it would do the same thing with just a rename to our naming scheme. So sticking with WinMove() is less confusing in that regard. I'm going to re-open this ticket so I can change the resolution. We didn't complete it and we do not have any intention of completing it.
00:40 WikiStart edited by Valik
Note about one ticket one issue policy. (diff)
00:02 Ticket #879 (AutoIT installation fails to use 64-bit versions on 64-bit OS Win 2008) created by rboucher
When I've installed AUTOIT on either real or virtualized version of …

03/23/09:

23:01 Ticket #878 (Windows PE and GimageX) closed by Jpm
Rejected: Please use forum to get help
22:59 Ticket #877 (errors in der helpfile for AutoIt 3.3.0.0 Part 1) closed by Jpm
Fixed: I try to fix a maximum of them.
16:39 Ticket #878 (Windows PE and GimageX) created by spena@…
Is it possible to make GimageX launch and work from a Windows PE disc. …
12:02 Ticket #877 (errors in der helpfile for AutoIt 3.3.0.0 Part 1) created by Tweaky
Hi, we have translate the english helpfile into german. So we see that …
07:17 Ticket #869 (@OSLang will not detect MUI enviroments) closed by Jpm
Completed

03/22/09:

08:27 Ticket #876 (@error passthrough on 'Return' statements) closed by Valik
Rejected: Absolutely not. The design is fine the way it is. It is designed to be verbose for a reason: reliability. If it's possible for values to propagate then it's no longer possible to determine where the value originated from. Also, the least you could do is actually try to write the "ridiculous" code correctly. […] Look at that, SetError() makes the ReturnWithExtraGarbage work like you described. And, once again, the behavior exists for a reason. The idea of some magic Return statement was rejected in favor of allowing SetError() to take and return a user-specified value. Its verbose, clean, convenient and fits with the other behavior. A magical keyword would just be confusing. Lastly, regarding your inline comment about "wasteful temporary storage"... when did you get the source code? How do you know how "wasteful" it is? Somebody who knows far more than you once said, "...Premature optimization is the root of all evil." Think about that the next time you attempt to criticize a language you do not know the implementation details of (even though if you really cared about the implementation details of those supposedly wasteful temporaries you could, I don't know, ask or search since it's not a secret).
07:10 Ticket #876 (@error passthrough on 'Return' statements) created by Ascendant
It would be nice to be able to use 'Return MyFunction()' to both …

03/21/09:

22:18 Ticket #875 (A UDF index online) closed by Valik
Rejected: The idea has been batted around on the forum countless times. It is not something easy to solve. It also doesn't belong on the issue tracker.
22:09 Ticket #875 (A UDF index online) created by MDiesel
right now UDF's are all in example scripts, and as a general rule, I …
17:27 Ticket #874 (reading special keys (like alt, ctl etc) from an ini) closed by Jos
No Bug: When you are not sure about it then don;t report it as a bug but use the forums. NOBUG
12:53 Ticket #874 (reading special keys (like alt, ctl etc) from an ini) created by Rishav
not sure if its a bug or feature. my ini file contains; …
00:00 Ticket #873 (DLLCall crashes when characters \\.\ in parameters) created by helmut.hiller@…
Hi, tried to use DLLCall as follws: $hdl = …

03/19/09:

21:10 Ticket #872 (Re-Fix BugTrac #850: _ExcelReadSheetToArray()) closed by Gary
Rejected
18:37 Ticket #871 (Functionality to sort ListView Items on column header click.) closed by Valik
Rejected: This is the kind of bloat that does not need to be built in. Ask for support on the forum getting it to work via UDFs.
17:23 Ticket #872 (Re-Fix BugTrac #850: _ExcelReadSheetToArray()) created by PsaltyDS
The bug described and fixed in Track #850, was previously reported and …
16:17 Ticket #871 (Functionality to sort ListView Items on column header click.) created by zachlr
I am writing a program that would be much improved with this feature …

03/18/09:

13:47 Ticket #870 (Floating point error.) created by jaenster
Code: […] Error: Mircosoft Visual C++ Runtime libary: Program: …

03/17/09:

22:55 Ticket #869 (@OSLang will not detect MUI enviroments) created by Emiel Wieldraaijer
Hi All, I have Vista Ultimate English and have installed several MUI …
20:04 Ticket #868 (Add _WinAPI_SetLayeredWindowAttributes) created by ProgAndy
i think, _WinAPI_SetLayeredWindowAttributes and …
18:16 Ticket #867 (UDPRecv no longer gives the sender IP) created by martin
This request is very similar to ticket #131 which was rejected because …

03/16/09:

08:19 Ticket #863 (DirMove() appends an extra dot in the name of the moved directory) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
07:39 Ticket #866 (new function FileGetDir( )) closed by Valik
Rejected: Nothing is stopping you from calling _getdcwd() via DllCall().
06:51 Ticket #866 (new function FileGetDir( )) created by txj
Hi ! I hope add a new function called FileGetDir( ) to get current …
05:26 Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) created by foster74
[…] […]

03/15/09:

16:55 Ticket #864 (GUIOnEventMode bug) closed by Valik
No Bug: This is an intentional design decision, not a bug.
13:22 Ticket #864 (GUIOnEventMode bug) created by anonymous
in GUIOnEventMode events are not catched while in a loop if the …

03/14/09:

11:59 Ticket #863 (DirMove() appends an extra dot in the name of the moved directory) created by dRsrb
Hi! DirMove() adds an extra dot to the existing one in the name of …

03/13/09:

16:49 Ticket #862 (DllStructCreate DllStructSetData) closed by Jpm
No Bug: You cannot expect to keep unicode if you use char, you have to use wchar. internally AutoIt work in UNICODE and do conversiion when you ask for. Your conversion is impossible chinese is unicode and cannot be store in ANSI (char) string. I close this report next time go to forum when you need help.
15:06 Ticket #860 (With...EndWith is not a loop) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
12:17 Ticket #862 (DllStructCreate DllStructSetData) created by thesnow
$Struct=DllStructCreate("char var1[255];char var2[255]") …
08:45 Ticket #861 (Grammer Mistake) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
08:08 Ticket #861 (Grammer Mistake) created by BinaryBrother
I'm not real sure this belongs here, but I thought it to be relevant …
04:46 Ticket #860 (With...EndWith is not a loop) created by Richard Robertson <icekirby1@…>
With...EndWith is listed under AutoIt>Language Reference>Loop …

03/12/09:

02:43 Ticket #859 (Source code small change of UDF _StringExplode( )) closed by Valik
No Bug: Closing just like #858. Same non-issue, different function. Same resolution.
02:18 Ticket #859 (Source code small change of UDF _StringExplode( )) created by txj
Hi ! I found a small shortage, in UDF _StringExplode( ), when last …
02:12 Ticket #857 (MSGBOX not working properly) closed by Valik
No Bug: You need to read WikiStart. This is not the place to ask for support. Your example does not meet the criteria for a suitable example.
02:10 Ticket #858 (Source code small change of StringSplit( )) closed by Valik
No Bug: The behavior is correct. This will not be changed because it is not a bug.
01:54 Ticket #858 (Source code small change of StringSplit( )) created by txj
Hi ! I found a small shortage, in StringSplit( ), when last character …
00:20 Ticket #857 (MSGBOX not working properly) created by bobspen@…
just started using a 64 bit Vista Laptop. I upgraded Autoit to latest …
Note: See TracTimeline for information about the timeline view.