Timeline
08/17/09:
- 17:39 Ticket #1136 (IsArray sets @extended=0) closed by
- No Bug: Sigh. Why do we bother writing documentation when people don't bother reading it. Try reading the documentation for SetExtended().
- 17:29 Ticket #1136 (IsArray sets @extended=0) created by
- When i use function IsArray then resets @extended. In help for IsArray …
- 15:36 Ticket #1062 (language support) closed by
- No Bug: Due to lack of additional information I'm closing this as no bug.
- 15:23 Ticket #1133 (NOT and Int64 numbers) closed by
- Duplicate: Closing as a duplicate of #767.
- 15:22 Ticket #1135 (bug with beta version about Option OnExitFunc) closed by
- No Bug: You don't say? Maybe you should try reading the changelog and the script-breaking changes page as well if you're going to use the beta? Otherwise, don't use the beta.
- 12:00 Ticket #1135 (bug with beta version about Option OnExitFunc) created by
- This instruction Opt("OnExitFunc", "EzSkinOnExitFunc") works well …
- 03:14 Ticket #1134 (Code cleanup of _FileWriteToLine()) created by
- Just a slight code clean-up by reducing the number of lines required …
08/15/09:
- 23:04 Ticket #1133 (NOT and Int64 numbers) created by
- NOT only acts on 32bit part of Int64 numbers. Request to make it Int64 …
- 00:09 Ticket #1132 (@OSVersion Incorrect on Windows 7) closed by
- No Bug: AutoIt 3.3.0.0 doesn't support Windows 7 because quite obviously AutoIt 3.3.0.0 shipped before any publicly available version of Windows 7. Try the beta. ALWAYS try the beta before reporting a bug.
08/14/09:
- 23:54 Ticket #1132 (@OSVersion Incorrect on Windows 7) created by
- @OSVersion reports "WIN_VISTA" when run on Windows 7. Obviously this …
- 20:42 Ticket #1131 (Integration API) closed by
- Rejected: What's stopping you from implementing something? It doesn't have to (and should not) be built in.
- 18:28 Ticket #1131 (Integration API) created by
- It would be a great feature to provide a set of APIs to integrate …
- 15:54 Ticket #1120 (Overwrite hidden system files with FileInstall()) reopened by
- Replying to Jpm: > Filecopy does not work either > I will add the same remarks In that case, maybe we should reconsider. I can certainly copy SuperHidden files with stuff like Explorer. Given that the overwrite flag is being used, we should probably do the work for the user. It seems pointless to allow an overwrite flag but still make the user write additional code to ensure the overwrite happens. The same goes for FileCopy() and FileMove() as well. Also DirCopy() and DirMove() need tested to ensure the overwrite flag always overwrites when it should.
- 15:47 Ticket #1129 (StringIsXDigit is wrong return value.) closed by
- No Bug: The return value is correct for the current implementation. If a UNICODE character corresponds to one of the hex-digits then the return value is true.
- 14:49 Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) created by
- $tagNMLVKEYDOWN in StructureConstants.au3 "int VKey" needs to be …
- 14:36 Ticket #1129 (StringIsXDigit is wrong return value.) created by
- […] ..? It's report - A is Hex? = 1 - A is Hex? = 1 (A -> …
- 07:21 Ticket #1126 (ImageSearch) closed by
- No Bug: You need to have a .dll that run under X64. As I remeber this UDF which is not delivered by AUtoIt don't have one. Next time don't use trak on subject not delivered by the AutoIt installer
- 06:08 Ticket #1128 (UDF Addition: _WinAPI_PathFindOnPath) created by
- Proposal for inclusion of aforementioned function in the standard UDF …
08/13/09:
- 21:56 Ticket #1127 (Implement a new function : StdOutReadLine) created by
- Hi there, I would like to see a new function in AutoIT : …
- 16:04 Ticket #1126 (ImageSearch) created by
- […] this is the error im getting if i launch my program in autoit …
- 08:29 Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) created by
- This example […] gives this result […] I think Result 2 should …
08/12/09:
- 18:25 Ticket #1124 (_Date_Time_SystemTimeTo*Str() Errors with bFmt = 1) created by
- Both the _Date_Time_SystemTimeToDateTimeStr() and …
08/11/09:
- 22:11 Ticket #1120 (Overwrite hidden system files with FileInstall()) closed by
- Rejected: I agree.
- 21:46 Ticket #1122 (_MathCheckDiv. No error return value.) closed by
- Fixed: In fact it is already fix for next beta
- 21:35 Ticket #1123 (SetError(), SetExtended(), default return value.) closed by
- No Bug: Replying to anonymous: > Documentation for both SetError and SetExtended() 'Return Value' say "By default, none, ...". > Assuming "none" stands for or just zero. > > But both return 1 when used without a Return value. > > {{{ > ConsoleWrite('SetError(2) = ' & SetError(1) & @CRLF) > ConsoleWrite('SetExtended(2) = ' & SetExtended(1) & @CRLF) > }}} > It means there is no documented return value unless one is explicitly set. > ps: A additional remark to SetExtended() about the fact that it not just sets @extended, but also resets @error back to zero, might be usefull. Every single function resets @error when it's called. There are no exceptions. That is a documented feature. Also documented is that SetExtended() should only be used if its only necessary to set @extended. Otherwise SetError(<error>, [extended]) should be used. In other words, nothing to see here.
- 19:40 Ticket #1123 (SetError(), SetExtended(), default return value.) created by
- Documentation for both SetError and SetExtended() 'Return Value' say …
- 17:57 Ticket #1122 (_MathCheckDiv. No error return value.) created by
- Is using SetError(1) after Return. They need to be swapped. […] ps: …
- 15:33 Ticket #1121 (uninstall, beta, file FTPEx.au3 still standing.) closed by
- Fixed: Thanks already fix for next beta
- 04:01 Ticket #1121 (uninstall, beta, file FTPEx.au3 still standing.) created by
- beta include file FTPEx.au3 was not uninstalled. It still had its …
08/10/09:
- 16:04 Ticket #1120 (Overwrite hidden system files with FileInstall()) created by
- FileInstall should to be able to overwrite files with +HS attributes …
- 15:35 Ticket #1119 (Minor change to Help File wording for FileWrite) closed by
- Fixed: Fixed in version: 3.3.1.2
08/09/09:
- 17:38 Ticket #1119 (Minor change to Help File wording for FileWrite) created by
- Even though they are functionally similar, there is a difference …
- 17:15 Ticket #1118 (Change to _ArrayConcatenate) created by
- I'd like to request a change to _ArrayConcatenate. Specifically, I'd …
08/08/09:
- 16:56 Ticket #1116 (GUICtrlCreateGraphic not obeying GUIResizeMode) closed by
- Fixed: Fixed in version: 3.3.1.2
08/07/09:
- 21:06 Ticket #1117 (_excelwriteformula quotes - possible bug) created by
- I searched for a bug on _excelwriteformula but did not see one. I am …
- 17:21 Ticket #1095 (tidy indent with $var_ exception.) closed by
- Fixed: Fixed in current Beta v 2.0.28.6 of Tidy.
- 16:18 Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) reopened by
- I'm not sure why you closed this ticket, JP. You are still using __WinAPI_Check() all over the place in the code. The function itself is still in the code. In other words, this ticket is not complete because my statement of "all non-fatal fatal errors are going to be removed from the language" isn't even remotely close to being true. I'm re-opening this ticket until it's actually complete.
- 01:32 Ticket #1116 (GUICtrlCreateGraphic not obeying GUIResizeMode) created by
- GUICtrlCreateGraphic is not obeying AutoItSetOption("GUIResizeMode", …
08/06/09:
- 23:07 Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) closed by
- Fixed
- 23:02 Ticket #1114 (_ArrayDisplay() not honouring Opt("GUIDataSeparatorChar",...)) closed by
- Works For Me: Working for me as fixed in the current beta. It was not working under 3.3.0.0
- 18:41 Ticket #1115 (documentation for GuiCreate error) closed by
- No Bug: The documentation is correct. You're making the assumption (a reasonable assumption!) that things work like MSDN describes. Unfortunately somebody decided that it would be a good idea to overload that particular extended style to provide some custom behavior hard-coded into AutoIt. In other words, it works as our documentation describes due to a poor design decision.
- 18:07 Ticket #1115 (documentation for GuiCreate error) created by
- The help says […] This is not correct, or at least it is not …
- 16:38 Ticket #1113 (Can't use _ to ignore an empty line (using for array initialization)) closed by
- Wont Fix: I'm closing this as won't fix because I don't think this behavior needs changed. Simple solution? Don't try to include blank lines when using line continuation.
- 12:42 Ticket #1114 (_ArrayDisplay() not honouring Opt("GUIDataSeparatorChar",...)) created by
- […] Should produce: [0] = 4 [1] = ABCDE|FGHI [2] = JKL|MNO [3] = …
- 12:36 Ticket #1113 (Can't use _ to ignore an empty line (using for array initialization)) created by
- Trying to use '_', only followed by whitespace (separating a part of …
- 10:18 Ticket #1110 (AutoIt Doc : Error in syntax description for _INetSmtpMail) closed by
- Fixed: Fixed in version: 3.3.1.2
- 01:30 Ticket #1111 (Typo in _DateAdd remarks) closed by
- Fixed: Fixed in version: 3.3.1.2
- 01:18 Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) created by
- A lot of people "suffer" when using _WinAPI_... functions which …
- 01:04 Ticket #1111 (Typo in _DateAdd remarks) created by
- Currently reads "When 3 months is are to '2004/1/31' then the result …
08/05/09:
- 22:20 Ticket #1110 (AutoIt Doc : Error in syntax description for _INetSmtpMail) created by
- [[Image(http://www.autoitscript.fr/forum/download/file.php?id=624&mode= …
- 22:17 Ticket #981 (_WinAPI_AnsiToOem + _WinAPI_OemToAnsi) closed by
- Completed: Added in version: 3.3.1.2
- 21:40 Ticket #1077 (GUICtrlSetBkColor excessive recoloring == faulty coloring, and strange ...) closed by
- Fixed: Fixed in version: 3.3.1.2
- 16:17 Ticket #1109 (I cannot double click on the list box located on window) closed by
- No Bug: Read WikiStart.
- 09:52 Ticket #1109 (I cannot double click on the list box located on window) created by
- Hi, i want to click on the list box window using autoit, i have given …
08/04/09:
- 21:04 Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) closed by
- Rejected: Learn how to use GUICtrlRegisterListView rather than a standard sort.
- 16:10 Ticket #1108 (Compiling Error) closed by
- No Bug: did you ever try to run it without compile it. $SS_SIMPLE not defined. Compiler does not check if a script can be run . In your case the SciTE check syntax will tell you the error
- 12:14 Ticket #1108 (Compiling Error) created by
- I try to compile the attachment file of my script and it is successful …
- 10:37 Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) created by
- I've looked in the helpfile but there doesn't seem to be a way to sort …
08/03/09:
- 18:38 Ticket #1105 (Vertical Button, Double Label When Disabled) closed by
- Fixed: Fixed in version: 3.3.1.2
- 11:09 Ticket #1106 (ListView with $WS_EX_STATICEDGE Under Vista no text) closed by
- Wont Fix: Definitely Vista does not accept to set the data windows return and error so the listviewitem is not created as you can see if you check the creation result.
- 11:05 Ticket #1104 (Scientific number, addition failer. (x>2^53)) closed by
- No Bug: No bug, you cannot assume that the precision of a Float number to integer can take in account number that have around 15 digits precision. in this particular case compare to 249 the precision rounding take place at a different place.
- 11:02 Ticket #1103 (Scientific convertion to integer adding +1. (x>=2^49)) closed by
- No Bug: No bug, you cannot assume that the precision of a Float number to integer can take in account number that have around 15 digits precision.
- 10:57 Ticket #1106 (ListView with $WS_EX_STATICEDGE Under Vista no text) created by
- I run XP but as i tested my code on Vista i noticed the extended style …
- 03:07 Ticket #1105 (Vertical Button, Double Label When Disabled) created by
- Version 3.3.0.0 When "$BS_MULTILINE" is assigned to a button, and the …
08/02/09:
- 18:12 Ticket #1104 (Scientific number, addition failer. (x>2^53)) created by
- […]
- 17:49 Ticket #1103 (Scientific convertion to integer adding +1. (x>=2^49)) created by
- […]
- 13:32 Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) closed by
- Fixed: Fixed in version: 3.3.1.2
- 13:28 Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) reopened by
07/31/09:
- 09:07 Ticket #1102 (Doc, StringInStr, count.) created by
- "count [optional] The number of comparisons to make." Kinda read as, …
- 06:39 Ticket #1101 (Docs for _NowTime need to be fixed) closed by
- Fixed: Fixed in version: 3.3.1.2
- 01:56 Ticket #1101 (Docs for _NowTime need to be fixed) created by
- Mild change needed to the help files. In the _NowTime help section it …
- 00:40 Ticket #1100 (ControlCommand not getting state of check box in .NET controls) closed by
- No Bug: This is not the support forum. Go read WikiStart to learn how to use the issue tracker. Otherwise post on the forum.
- 00:13 Ticket #1100 (ControlCommand not getting state of check box in .NET controls) created by
- The ClassnameNN looks like this - WindowsForms10.BUTTON.app225. I am …
07/30/09:
- 16:31 Ticket #1099 (The GUICtrlSetPos() function redraws each draw when moving a graphic) closed by
- No Bug: You are creating too many drawing as you always add. Just recreate the drawing in your adlib.
- 15:11 Ticket #1099 (The GUICtrlSetPos() function redraws each draw when moving a graphic) created by
- The GUICtrlSetPos() function redraws each drawn line,etc. when moving …
- 10:57 Ticket #1074 (InputBox left positional reference not working correctly) closed by
- Fixed: Fixed in version: 3.3.1.2
07/29/09:
- 22:45 Ticket #1094 (Left Shift stays down) closed by
- Fixed: Fixed in version: 3.3.1.2
- 19:04 Ticket #1098 (Case logical bug) closed by
- No Bug: It's not a bug. The string "abc" is promoted to a number. The number its promoted to is 0 because the string does not contain digits. Thus 0 is compared to 0 which is true.
- 18:38 Ticket #1098 (Case logical bug) created by
- ("abc" = 0) IS TRUE IN: Select Case "abc" = 0 MsgBox(0, "test1", …
- 17:56 Ticket #1097 (Strange behavior with MSXML (COM)) closed by
- Rejected: Replying to spyro2000: > please see this thread for details and a sample file No. If an issue is not important enough for you to bother summarizing it's not important enough for us to spend time on. See WikiStart for information on correctly submitting a bug report. If you wish to correct this bug report then post additional information. DO NOT CREATE A NEW TICKET. Closing (for now) as rejected because it may or may not be a bug. But it's not important enough to the issuer to tell us about so it's not important enough for me to bother checking.
- 17:53 Ticket #1096 (MouseMove() Function) closed by
- Rejected: 1. Call MouseGetPos(). 1. Offset the position by whatever you want. 1. Call MouseMove() with the new coordinates calculated in step 2. We really don't need to make a built-in function to do something you can do in two additional steps (or none if you wrap the code in a function).
- 15:00 Ticket #1097 (Strange behavior with MSXML (COM)) created by
- Hi there, please see this thread for details and a sample file: …
- 12:52 Ticket #1096 (MouseMove() Function) created by
- In a lot of fps game the mouse are centerd all the time. When I set it …
- 10:25 Ticket #1095 (tidy indent with $var_ exception.) created by
- tidy 2.0.28.3, 2.0.28.4 […]
- 10:24 Ticket #1059 (Incorrect error handling in _FileListToArray()) closed by
- Fixed: Fixed in version: 3.3.1.2
07/28/09:
- 20:56 Ticket #1094 (Left Shift stays down) created by
- Is there any way to force all keys up? Preferably through some sort of …
- 17:09 Ticket #1090 (trivial artifact, persistand tidy error message line.) closed by
- Fixed: Fixed in current beta version of Tidy v 2.0.28.4 Thanks, Jos
- 17:07 Ticket #1092 (_Timer_SetTimer, Kill datatype discrepancies) closed by
- Fixed: Fixed in version: 3.3.1.2
- 17:06 Ticket #1089 (#AutoIt3Wrapper_Run_Tidy=y, tidy also activated at run-script instant.) closed by
- No Bug: It is the default behavior. Jos
- 12:45 Ticket #1093 (StringFormat not work with non-latin symbols in format string) created by
- Just discovered, that StringFormat stops to work when in format string …
- 09:56 Ticket #1087 (CheckBox on TabItem, CheckBox text.) closed by
- Fixed: Fixed in version: 3.3.1.2
07/27/09:
- 22:06 Ticket #1092 (_Timer_SetTimer, Kill datatype discrepancies) created by
- The functions _Timer_SetTimer(), _Timer_KillTimer, and …
- 16:44 Ticket #1091 (Request: Packet Send & Packet Catching) closed by
- Rejected: How is this in any way shape or form a "bug"? It's nothing more than a bad feature request. Closing as rejected, it's not going to happen.
- 10:22 Ticket #1091 (Request: Packet Send & Packet Catching) created by
- I was wondering if there is a way to catch, read, and reply to packets …
07/26/09:
- 23:35 Ticket #1090 (trivial artifact, persistand tidy error message line.) created by
- when a tidy error message line ends up on the same line as the last …
- 23:06 Ticket #1089 (#AutoIt3Wrapper_Run_Tidy=y, tidy also activated at run-script instant.) created by
- when the line '#AutoIt3Wrapper_Run_Tidy=y' is added to a script. Tidy …
07/25/09:
- 01:14 Ticket #1088 (GuiCtrlSetOnEvent - Easier Event handling) closed by
- Rejected: You must use GUIRegisterEvent() if you want more fine-grained control. There are no plans to extend the current behavior further.
07/24/09:
- 22:26 Ticket #1088 (GuiCtrlSetOnEvent - Easier Event handling) created by
- Maybe you can upgrade the function to something like this: …
- 18:47 Ticket #1087 (CheckBox on TabItem, CheckBox text.) created by
- Moving the mouse over a CheckBox-control thats inside a Tab-Control, …
07/23/09:
- 13:40 Ticket #1086 (Remove limit on number of files that can be opened.) created by
- Change the internal limit for number of simultaneous open files so …
07/22/09:
- 19:41 Ticket #1085 (General timer descrepancies) created by
- In continuation of #1082: Well I certainly believe that it works for …
- 18:54 Ticket #1082 (TimerDiff results in negative values and resets.) closed by
- Works For Me: Closing as works for me.
- 18:51 Ticket #1081 (Consider this code for include: waiting for the clipboard to fill.) closed by
- Rejected: I agree that this doesn't really fit.
- 18:49 Ticket #1084 (Setting for mouse default speed) closed by
- Rejected: Closing useless feature requests is also a PITA. Especially when I can think of a trivial solution to the problem.
- 17:01 Ticket #1084 (Setting for mouse default speed) created by
- I see settings to change click delay and drag delay but can't change …
- 16:14 Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) created by
- [from ticket 1043-more explanation] If you put more than 127 …
- 12:58 Ticket #1082 (TimerDiff results in negative values and resets.) created by
- I'm getting strange results from TimerDiff in the following setup: …
07/21/09:
- 13:54 Ticket #1068 (Wrong converting Binary to Int/Number) closed by
- Fixed: Fixed in version: 3.3.1.2
- 13:28 Ticket #1081 (Consider this code for include: waiting for the clipboard to fill.) created by
- This code block clears the clipboard and waits until it is filled …
07/20/09:
- 21:59 Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) closed by
- Fixed: It is a design decision to expose only some font attributes. Quality was excluded. For the Franglish that I certainly wrote I will correct the doc as suggested.
- 16:35 Ticket #1078 (find skipping quote caracters.) closed by
- Fixed: Our merged version of SciTE 1.79 also works correctly so assume this was an issue in 1.78. Jos
- 16:30 Ticket #1076 (SciLexer.dll beta, passing EOL.) closed by
- Fixed: This seems to be fixed in the 1.79 version. Have copied that to the Beta directory.
- 14:02 Ticket #1080 (InetGet doesn't return immediately for a background download) created by
- I have some code that loops through and downloads a series of images. …
07/19/09:
- 18:25 Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) created by
- For GUICtrlSetFont there seems to be some inconsistency and missing …
- 13:32 Ticket #1078 (find skipping quote caracters.) created by
- […] second ' or " character in these lines are not found with …
- 07:20 Ticket #1077 (GUICtrlSetBkColor excessive recoloring == faulty coloring, and strange ...) created by
- Tested on Win2000 and XP On XP its just wrong coloring on Win2000 …
07/18/09:
- 20:37 Ticket #1076 (SciLexer.dll beta, passing EOL.) created by
- SciLexer.dll beta 11-Jul-2009 08.45. cursor ignores End.Of.Line boundary.
- 16:18 Ticket #1073 (_FileListToArray on *.lnk files) closed by
- Works For Me: Works for me on XP Pro SP3 in both Release and beta.
- 15:40 Ticket #1075 (scite4utoit beta help activation.) closed by
- Works For Me: Works for me. Make sure you have a file with the extension .au3 open.
- 11:00 Ticket #1075 (scite4utoit beta help activation.) created by
- scite4autoit beta help fail to open when, for example, the cursor is …
- 07:48 Ticket #1074 (InputBox left positional reference not working correctly) created by
- Setting the 'left' reference option to a negative number (as used with …
Note: See TracTimeline
for information about the timeline view.