Timeline



Aug 18, 2009:

5:16 PM Ticket #1138 (XML) closed by Valik
Rejected: This has been answered so many times before.
10:12 AM Ticket #1120 (Overwrite hidden system files with FileInstall()) updated by partypooper@…
FYI, FileWriteLine() works but _FileWriteToLine() doesn't.
8:18 AM Ticket #1138 (XML) created by athiwatc
XML has been a standard and I know there is a XML UDF out there. But …
3:09 AM Ticket #1136 (IsArray sets @extended=0) updated by anonymous
I very much apologise. Did not know that in each function @extended is set to 0.
2:23 AM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) updated by Valik
Version, Type, Summary changed
I don't think this is a bug, but I do think the behavior should be changed. Adjusting ticket to reflect a feature request.
1:46 AM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) created by xelotiac@…
Hello, I hope it will not be 'is a feature, not a bug' ;) Both …

Aug 17, 2009:

5:39 PM Ticket #1136 (IsArray sets @extended=0) closed by Valik
No Bug: Sigh. Why do we bother writing documentation when people don't bother reading it. Try reading the documentation for SetExtended().
5:29 PM Ticket #1136 (IsArray sets @extended=0) created by anonymous
When i use function IsArray then resets @extended. In help for IsArray …
3:36 PM Ticket #1062 (language support) closed by Valik
No Bug: Due to lack of additional information I'm closing this as no bug.
3:23 PM Ticket #1133 (NOT and Int64 numbers) closed by Valik
Duplicate: Closing as a duplicate of #767.
3:22 PM Ticket #1135 (bug with beta version about Option OnExitFunc) closed by Valik
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 PM Ticket #1135 (bug with beta version about Option OnExitFunc) created by loulou
This instruction Opt("OnExitFunc", "EzSkinOnExitFunc") works well …
11:39 AM Ticket #1133 (NOT and Int64 numbers) updated by anonymous
yea, your right.
4:00 AM Ticket #1134 (Code cleanup of _FileWriteToLine()) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:14 AM Ticket #1134 (Code cleanup of _FileWriteToLine()) created by partypooper@…
Just a slight code clean-up by reducing the number of lines required …

Aug 16, 2009:

9:00 PM Ticket #1133 (NOT and Int64 numbers) updated by Ultima
That'd probably fall under the "Beter 64-bit integer support" ticket #767
12:00 AM Ticket #1133 (NOT and Int64 numbers) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Aug 15, 2009:

11:04 PM Ticket #1133 (NOT and Int64 numbers) created by anonymous
NOT only acts on 32bit part of Int64 numbers. Request to make it Int64 …
6:42 AM Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) updated by J-Paul Mesnage
Owner, Status changed
1:19 AM Ticket #1120 (Overwrite hidden system files with FileInstall()) updated by anonymous
Sorry, my mistake - I assumed because FileOpen() and FileMove() worked the others did too. First lesson I guess is not to assume anything. Thumbs.db is a good example of what I want overwritten when installing (re-installing) picture directories.
12:09 AM Ticket #1132 (@OSVersion Incorrect on Windows 7) closed by Valik
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.

Aug 14, 2009:

11:54 PM Ticket #1132 (@OSVersion Incorrect on Windows 7) created by anonymous
@OSVersion reports "WIN_VISTA" when run on Windows 7. Obviously this …
10:00 PM Ticket #1131 (Integration API) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:42 PM Ticket #1131 (Integration API) closed by Valik
Rejected: What's stopping you from implementing something? It doesn't have to (and should not) be built in.
6:28 PM Ticket #1131 (Integration API) created by lin.yaxiong@…
It would be a great feature to provide a set of APIs to integrate …
3:54 PM Ticket #1120 (Overwrite hidden system files with FileInstall()) reopened by Valik
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.
3:50 PM Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) updated by Valik
Replying to Jpm: > please post what is wrong in the doc if any and how you suggest to fix it I don't know that it is a documentation issue. I expect the same results martin expects. I can see no reason the pattern would behave differently. This needs more investigation to ensure there's not a PCRE bug or a bug in our implementation.
3:47 PM Ticket #1129 (StringIsXDigit is wrong return value.) closed by Valik
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.
2:49 PM Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) created by smashly66@…
$tagNMLVKEYDOWN in StructureConstants.au3 "int VKey" needs to be …
2:38 PM Ticket #1129 (StringIsXDigit is wrong return value.) updated by admin@…
and Plus. StringIsAlpha("A")
2:36 PM Ticket #1129 (StringIsXDigit is wrong return value.) created by admin@…
[…] ..? It's report - A is Hex? = 1 - A is Hex? = 1 (A -> …
7:22 AM Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) updated by J-Paul Mesnage
please post what is wrong in the doc if any and how you suggest to fix it
7:21 AM Ticket #1126 (ImageSearch) closed by J-Paul Mesnage
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
6:08 AM _WinAPI_PathFindOnPath.au3 attached to Ticket #1128 by danielkza2@…
_WinAPI_PathFindOnPath
6:08 AM Ticket #1128 (UDF Addition: _WinAPI_PathFindOnPath) created by danielkza2@…
Proposal for inclusion of aforementioned function in the standard UDF …

Aug 13, 2009:

11:56 PM Ticket #1127 (Implement a new function : StdOutReadLine) updated by Valik
Hmm.
9:56 PM Ticket #1127 (Implement a new function : StdOutReadLine) created by i-love-autoit@…
Hi there, I would like to see a new function in AutoIT : …
4:04 PM Ticket #1126 (ImageSearch) created by anonymous
[…] this is the error im getting if i launch my program in autoit …
8:29 AM Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) created by martin
This example […] gives this result […] I think Result 2 should …
6:29 AM Ticket #1120 (Overwrite hidden system files with FileInstall()) updated by J-Paul Mesnage
Filecopy does not work either I will add the same remarks

Aug 12, 2009:

6:25 PM Ticket #1124 (_Date_Time_SystemTimeTo*Str() Errors with bFmt = 1) created by wraithdu
Both the _Date_Time_SystemTimeToDateTimeStr() and …
8:27 AM Ticket #1120 (Overwrite hidden system files with FileInstall()) updated by partypooper@…
User files can be system and/or hidden, not just archive and read-only. I was just thinking that since the other File...() commands all work with +HS so why not FileInstall(). No biggy, it's a simple matter to delete the file first before using fileinstall and then changing the attributes to +HS. As a compromise, can we get a footnote added to the FileInstall section of the help file that the overwrite function doesn't work for +HS attributed files then.

Aug 11, 2009:

10:11 PM Ticket #1120 (Overwrite hidden system files with FileInstall()) closed by Valik
Rejected: I agree.
9:51 PM Ticket #1120 (Overwrite hidden system files with FileInstall()) updated by J-Paul Mesnage
Fileinstall is design to install user files. For me that means normal file. If the user when something more complicated it is up to his script to take care. For me such feature will not be accepted.
9:46 PM Ticket #1122 (_MathCheckDiv. No error return value.) closed by J-Paul Mesnage
Fixed: In fact it is already fix for next beta
9:45 PM Ticket #1122 (_MathCheckDiv. No error return value.) updated by J-Paul Mesnage
no reason that will have avoid the bug …
9:43 PM Ticket #1123 (SetError(), SetExtended(), default return value.) updated by J-Paul Mesnage
Just read the Functions Notes […]
9:35 PM Ticket #1123 (SetError(), SetExtended(), default return value.) closed by Valik
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.
7:40 PM Ticket #1123 (SetError(), SetExtended(), default return value.) created by anonymous
Documentation for both SetError and SetExtended() 'Return Value' say …
5:57 PM Ticket #1122 (_MathCheckDiv. No error return value.) created by anonymous
Is using SetError(1) after Return. They need to be swapped. […] ps: …
3:33 PM Ticket #1121 (uninstall, beta, file FTPEx.au3 still standing.) closed by J-Paul Mesnage
Fixed: Thanks already fix for next beta
6:42 AM Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) updated by anonymous
This cuts both ways. On the one hand _WinAPI_Check() is not needed. The user is able to identify the error. On the other hand removal of this functions may lead to incompatibility in the "old programs" or to more serious mistakes.
4:01 AM Ticket #1121 (uninstall, beta, file FTPEx.au3 still standing.) created by anonymous
beta include file FTPEx.au3 was not uninstalled. It still had its …

Aug 10, 2009:

6:00 PM Ticket #1120 (Overwrite hidden system files with FileInstall()) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:04 PM Ticket #1120 (Overwrite hidden system files with FileInstall()) created by partypooper@…
FileInstall should to be able to overwrite files with +HS attributes …
3:35 PM Ticket #1119 (Minor change to Help File wording for FileWrite) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2

Aug 9, 2009:

6:00 PM Tickets #1118,​1119 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:38 PM Ticket #1119 (Minor change to Help File wording for FileWrite) created by partypooper@…
Even though they are functionally similar, there is a difference …
5:15 PM Ticket #1118 (Change to _ArrayConcatenate) created by partypooper@…
I'd like to request a change to _ArrayConcatenate. Specifically, I'd …

Aug 8, 2009:

4:56 PM Ticket #1116 (GUICtrlCreateGraphic not obeying GUIResizeMode) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
4:48 AM Ticket #1117 (_excelwriteformula quotes - possible bug) updated by Valik
If we wanted to track bugs on the forum we would still be using the forum. Either post additional information to complete this bug report (See WikiStart) within the next 48 hours or I'm closing this ticket.

Aug 7, 2009:

9:06 PM Ticket #1117 (_excelwriteformula quotes - possible bug) created by Jfish
I searched for a bug on _excelwriteformula but did not see one. I am …
6:00 PM Ticket #1095 (tidy indent with $var_ exception.) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
5:21 PM Ticket #1095 (tidy indent with $var_ exception.) closed by Jos
Fixed: Fixed in current Beta v 2.0.28.6 of Tidy.
4:29 PM Ticket #1095 (tidy indent with $var_ exception.) updated by Valik
Description changed
4:21 PM Tickets #1089,​1090,​1095,​1107 batch updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
4:19 PM Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) updated by Valik
Version, Milestone changed
4:18 PM Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) reopened by Valik
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.
1:30 PM Ticket #1113 (Can't use _ to ignore an empty line (using for array initialization)) updated by danielkza
No problem if this is intended behavior. Wasn't sure if it was a parser quirk or a bug. The (ugly) workaround I found was putting the comma in the empty line, removing it from the previous one. Thanks anyway.
1:32 AM Ticket #1116 (GUICtrlCreateGraphic not obeying GUIResizeMode) created by anonymous
GUICtrlCreateGraphic is not obeying AutoItSetOption("GUIResizeMode", …
12:39 AM Ticket #1114 (_ArrayDisplay() not honouring Opt("GUIDataSeparatorChar",...)) updated by partypooper@…
Yes, my mistake JPM, it DOES work under current beta 3.3.1.1 but NOT for the current production 3.3.0.0.

Aug 6, 2009:

11:07 PM Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) closed by J-Paul Mesnage
Fixed
11:02 PM Ticket #1114 (_ArrayDisplay() not honouring Opt("GUIDataSeparatorChar",...)) closed by J-Paul Mesnage
Works For Me: Working for me as fixed in the current beta. It was not working under 3.3.0.0
6:41 PM Ticket #1115 (documentation for GuiCreate error) closed by Valik
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.
6:07 PM Ticket #1115 (documentation for GuiCreate error) created by martin
The help says […] This is not correct, or at least it is not …
4:38 PM Ticket #1113 (Can't use _ to ignore an empty line (using for array initialization)) closed by Valik
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 PM Ticket #1114 (_ArrayDisplay() not honouring Opt("GUIDataSeparatorChar",...)) created by partypooper@…
[…] Should produce: [0] = 4 [1] = ABCDE|FGHI [2] = JKL|MNO [3] = …
12:36 PM Ticket #1113 (Can't use _ to ignore an empty line (using for array initialization)) created by danielkza
Trying to use '_', only followed by whitespace (separating a part of …
10:18 AM Ticket #1110 (AutoIt Doc : Error in syntax description for _INetSmtpMail) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
1:32 AM Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) updated by Valik
Most, if not all of these errors are already removed in the next beta. In the future (before the next stable release, so sometime in the beta period) all non-fatal fatal errors are going to be removed from the language.
1:30 AM Ticket #1111 (Typo in _DateAdd remarks) closed by Valik
Fixed: Fixed in version: 3.3.1.2
1:22 AM SetCheckMethod.au3.txt attached to Ticket #1112 by Yashied
The necessary variables and functions
1:18 AM Ticket #1112 (Add _WinAPI_SetCheckMethod() and modify _WinAPI_Check()) created by Yashied
A lot of people "suffer" when using _WinAPI_... functions which …
1:04 AM Ticket #1111 (Typo in _DateAdd remarks) created by a.very.loud.noise@…
Currently reads "When 3 months is are to '2004/1/31' then the result …
12:23 AM Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) updated by anonymous
Ahh Ok, I see what you guys mean. GUICtrlRegisterListViewSort() is a little more work than the _GUICtrlListView_SortItems() I was using but I'll give it a go. Thanks.

Aug 5, 2009:

10:20 PM Ticket #1110 (AutoIt Doc : Error in syntax description for _INetSmtpMail) created by anonymous
[[Image(http://www.autoitscript.fr/forum/download/file.php?id=624&mode=
10:17 PM Ticket #981 (_WinAPI_AnsiToOem + _WinAPI_OemToAnsi) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.2
10:14 PM Ticket #981 (_WinAPI_AnsiToOem + _WinAPI_OemToAnsi) updated by J-Paul Mesnage
I update the functions _WinAPI_WideCharToMultiByte() and _WinAPI_MultiByteToWideChar() to support "string" or struct as input and a new optional can force the return in a "string"
9:56 PM Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) updated by J-Paul Mesnage
Just do inside LVSort the right comparison after the conversion you want. For me there is really no BUG with this GUICtrlRegisterListViewSort() which allow you to take in account the data as you want
9:40 PM Ticket #1077 (GUICtrlSetBkColor excessive recoloring == faulty coloring, and strange ...) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
4:17 PM Ticket #1109 (I cannot double click on the list box located on window) closed by Valik
No Bug: Read WikiStart.
9:52 AM Ticket #1109 (I cannot double click on the list box located on window) created by hari.subramanyam07@…
Hi, i want to click on the list box window using autoit, i have given …
7:25 AM Ticket #1024 (GUICtrlSetTip for tabitems sets incorrectly in certain situations) updated by J-Paul Mesnage
Owner, Status changed
7:23 AM Ticket #1086 (Remove limit on number of files that can be opened.) updated by J-Paul Mesnage
Owner, Status changed
5:42 AM Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) updated by J-Paul Mesnage
Owner changed
4:36 AM Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) updated by partypooper@…
Here's an example using GUICtrlRegisterListViewSort failing to sort hex correctly. 12345678 should always be between 104a76e3 and 1a34f478 regardless of which way it is sorted. […] Be nice if it had an option to sort either alphabetically (which is does by default I believe) or numerically.
3:45 AM Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) updated by anonymous
Gary, the Help file doesn't list a "GUICtrlRegisterListView" command, only a "GUICtrlRegisterListViewSort" command. Did you mean that one? Currently, I call the following on a list view sort: _GUICtrlListView_RegisterSortCallBack($h_ListLV) _GUICtrlListView_SortItems($h_CheaterLV, GUICtrlGetState($h_ListLV)) _GUICtrlListView_UnRegisterSortCallBack($h_ListLV)

Aug 4, 2009:

9:04 PM Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) closed by Gary
Rejected: Learn how to use GUICtrlRegisterListView rather than a standard sort.
4:19 PM Ticket #1085 (General timer descrepancies) updated by J-Paul Mesnage
Not sure to understand what can be done in this subject. Do we need to support HW which does not report the high precision counters with correct value? Do we need to force running the AutoIt process on only one processor to have the high precision counter better in multiprocessor system?
4:13 PM Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) updated by J-Paul Mesnage
can you post a complete repro script as suggested by the writring of a track report? Thanks
4:10 PM Ticket #1108 (Compiling Error) closed by J-Paul Mesnage
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:15 PM IPChangerV2.x.au3 attached to Ticket #1108 by anonymous
12:14 PM Ticket #1108 (Compiling Error) created by lilin_318@…
I try to compile the attachment file of my script and it is successful …
10:37 AM Ticket #1107 (Ability to sort hexadecimal numbers using in a Listview) created by partypooper@…
I've looked in the helpfile but there doesn't seem to be a way to sort …

Aug 3, 2009:

6:38 PM Ticket #1105 (Vertical Button, Double Label When Disabled) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
11:09 AM Ticket #1106 (ListView with $WS_EX_STATICEDGE Under Vista no text) closed by J-Paul Mesnage
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 AM Ticket #1104 (Scientific number, addition failer. (x>2^53)) closed by J-Paul Mesnage
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 AM Ticket #1103 (Scientific convertion to integer adding +1. (x>=2^49)) closed by J-Paul Mesnage
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 AM Ticket #1106 (ListView with $WS_EX_STATICEDGE Under Vista no text) created by anonymous
I run XP but as i tested my code on Vista i noticed the extended style …
3:07 AM Ticket #1105 (Vertical Button, Double Label When Disabled) created by anonymous
Version 3.3.0.0 When "$BS_MULTILINE" is assigned to a button, and the …

Aug 2, 2009:

6:12 PM Ticket #1104 (Scientific number, addition failer. (x>2^53)) created by anonymous
[…]
5:49 PM Ticket #1103 (Scientific convertion to integer adding +1. (x>=2^49)) created by anonymous
[…]
1:32 PM Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
1:29 PM Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) updated by J-Paul Mesnage
In fact this Quality parameter was introduce as the last parameter we will add. doc will be updated Sorry for the wrong answer ;)
1:28 PM Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) reopened by J-Paul Mesnage

Jul 31, 2009:

1:00 PM Ticket #383 (Include A3X file as a script) updated by anonymous
is doing?
12:49 PM Ticket #1096 (MouseMove() Function) updated by aSigN
Replying to Valik: > 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). As I Said MouseMove() can't be use in fps game
9:07 AM Ticket #1102 (Doc, StringInStr, count.) created by anonymous
"count [optional] The number of comparisons to make." Kinda read as, …
6:39 AM Ticket #1101 (Docs for _NowTime need to be fixed) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
2:18 AM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) updated by partypooper@…
Can we have a footnote in the Helpfile about turning off XP themes in order to get this to work as I was about to open another ticket until I did saw this. BTW, what about Vista/2000/Win7 etc., - are they effected as well?
1:56 AM Ticket #1101 (Docs for _NowTime need to be fixed) created by danullman@…
Mild change needed to the help files. In the _NowTime help section it …
12:40 AM Ticket #1100 (ControlCommand not getting state of check box in .NET controls) closed by Valik
No Bug: This is not the support forum. Go read WikiStart to learn how to use the issue tracker. Otherwise post on the forum.
12:13 AM Ticket #1100 (ControlCommand not getting state of check box in .NET controls) created by anonymous
The ClassnameNN looks like this - WindowsForms10.BUTTON.app225. I am …

Jul 30, 2009:

4:31 PM Ticket #1099 (The GUICtrlSetPos() function redraws each draw when moving a graphic) closed by J-Paul Mesnage
No Bug: You are creating too many drawing as you always add. Just recreate the drawing in your adlib.
3:16 PM Ticket #1099 (The GUICtrlSetPos() function redraws each draw when moving a graphic) updated by ankitstr
I am having this problem and can't continue with my project as the project requires constant updating and moving of a number of graphics, hence, taking up all the CPU, gradually slowing down the graphics and finally, stopping.
3:11 PM Ticket #1099 (The GUICtrlSetPos() function redraws each draw when moving a graphic) created by anonymous
The GUICtrlSetPos() function redraws each drawn line,etc. when moving …
12:31 PM Ticket #1062 (language support) updated by J-Paul Mesnage
Replying to xyz33: > GUICtrlCreateTreeViewItem doesn't support korean language Can you follow the Valik request to document your request? You need to describe the way to reproduce with at least a small script. AutoIT support Unicode so there may be no problem.
10:57 AM Ticket #1074 (InputBox left positional reference not working correctly) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
9:59 AM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by J-Paul Mesnage
Those macroes cannot be a good way to validate the positionning of a windows as multiple windows can have different size. I will suggest we add a new function that can validate if x,y,w,h windows can be displayed

Jul 29, 2009:

10:45 PM Ticket #1094 (Left Shift stays down) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
7:04 PM Ticket #1098 (Case logical bug) closed by Valik
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.
6:38 PM Ticket #1098 (Case logical bug) created by raphaelpereira.itpro@…
("abc" = 0) IS TRUE IN: Select Case "abc" = 0 MsgBox(0, "test1", …
5:56 PM Ticket #1097 (Strange behavior with MSXML (COM)) closed by Valik
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.
5:53 PM Ticket #1096 (MouseMove() Function) closed by Valik
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).
5:01 PM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by J-Paul Mesnage
Owner, Status changed
3:00 PM Ticket #1097 (Strange behavior with MSXML (COM)) created by spyro2000
Hi there, please see this thread for details and a sample file: …
12:52 PM Ticket #1096 (MouseMove() Function) created by aSigN
In a lot of fps game the mouse are centerd all the time. When I set it …
10:29 AM Ticket #1093 (StringFormat not work with non-latin symbols in format string) updated by J-Paul Mesnage
Owner, Status changed
10:28 AM Ticket #1080 (InetGet doesn't return immediately for a background download) updated by J-Paul Mesnage
Owner, Status changed
10:25 AM Ticket #1095 (tidy indent with $var_ exception.) created by anonymous
tidy 2.0.28.3, 2.0.28.4 […]
10:24 AM Ticket #1059 (Incorrect error handling in _FileListToArray()) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2

Jul 28, 2009:

8:56 PM Ticket #1094 (Left Shift stays down) created by nick.weltha@…
Is there any way to force all keys up? Preferably through some sort of …
5:09 PM Ticket #1090 (trivial artifact, persistand tidy error message line.) closed by Jos
Fixed: Fixed in current beta version of Tidy v 2.0.28.4 Thanks, Jos
5:07 PM Ticket #1092 (_Timer_SetTimer, Kill datatype discrepancies) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
5:06 PM Ticket #1089 (#AutoIt3Wrapper_Run_Tidy=y, tidy also activated at run-script instant.) closed by Jos
No Bug: It is the default behavior. Jos
12:45 PM Ticket #1093 (StringFormat not work with non-latin symbols in format string) created by Lazycat
Just discovered, that StringFormat stops to work when in format string …
9:56 AM Ticket #1087 (CheckBox on TabItem, CheckBox text.) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
4:58 AM Ticket #1092 (_Timer_SetTimer, Kill datatype discrepancies) updated by Ascend4nt
yup, just checked - the type definitions are wrong in the Beta too

Jul 27, 2009:

10:25 PM Ticket #1092 (_Timer_SetTimer, Kill datatype discrepancies) updated by Valik
Have you checked the beta version? Don't report bugs against 3.3.0.0 because it may be fixed in the beta.
10:06 PM Ticket #1092 (_Timer_SetTimer, Kill datatype discrepancies) created by Ascend4nt
The functions _Timer_SetTimer(), _Timer_KillTimer, and …
4:44 PM Ticket #1091 (Request: Packet Send & Packet Catching) closed by Valik
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.
3:44 PM Ticket #1089 (#AutoIt3Wrapper_Run_Tidy=y, tidy also activated at run-script instant.) updated by anonymous
I Figured it was not default behavior because: 1) The Scite side effect of a document-reload/revert after running tidy. loosing the documents current folding status. +) #AutoIt3Wrapper_Run_Tidy was added after changing the compile-settings,(ctrl-f7). +) Reading 'compilation' in help as. only when you compile or build a exe or au3 file. Think if Tidy was mentioned in the 'AutoIt3Wrapper will perform the following tasks for you when wrapping AutoIt3 (Run):' section in the AutoIt3Wrapper help. I probably just would have disabled the '*_run_tidy' line and taking it as intended behavior.
2:27 PM Ticket #228 (Parse and write XML) updated by anonymous
Yeah, but it becomes very bloated with those UDF's. I don't think its unreasonable to wish for it to be a core function.
10:58 AM Ticket #1090 (trivial artifact, persistand tidy error message line.) updated by Jos
Status changed
10:55 AM Ticket #1089 (#AutoIt3Wrapper_Run_Tidy=y, tidy also activated at run-script instant.) updated by Jos
Correct, that is the way it is supposed to work. So what do you think the bug is in this case? Jos
10:22 AM Ticket #1091 (Request: Packet Send & Packet Catching) created by Orgasim
I was wondering if there is a way to catch, read, and reply to packets …
9:45 AM Ticket #1074 (InputBox left positional reference not working correctly) updated by partypooper@…
Forgot to add, that no matter what negative value I use for the 'left' positional reference, the inputbox always defaults to -765 according to AU3Info.

Jul 26, 2009:

11:35 PM Ticket #1090 (trivial artifact, persistand tidy error message line.) created by anonymous
when a tidy error message line ends up on the same line as the last …
11:06 PM Ticket #1089 (#AutoIt3Wrapper_Run_Tidy=y, tidy also activated at run-script instant.) created by anonymous
when the line '#AutoIt3Wrapper_Run_Tidy=y' is added to a script. Tidy …

Jul 25, 2009:

9:30 AM Ticket #1075 (scite4utoit beta help activation.) updated by Jos
Post your questions in the forum and I will work with you to see if we can sort things out. Jos
1:14 AM Ticket #1088 (GuiCtrlSetOnEvent - Easier Event handling) closed by Valik
Rejected: You must use GUIRegisterEvent() if you want more fine-grained control. There are no plans to extend the current behavior further.

Jul 24, 2009:

10:26 PM Ticket #1088 (GuiCtrlSetOnEvent - Easier Event handling) created by Bitboy
Maybe you can upgrade the function to something like this: …
6:47 PM Ticket #1087 (CheckBox on TabItem, CheckBox text.) created by anonymous
Moving the mouse over a CheckBox-control thats inside a Tab-Control, …
11:05 AM Ticket #1075 (scite4utoit beta help activation.) updated by anonymous
ignore [ALT-F1] comment, as it also happens with both menu links to beta-help. I used process-monitor to see if that would shed some light on this local problem. Looks like help is started, but also closes down again on its own. Q: is there any info on what might trigger help to close down on its own directly after being started.
7:32 AM Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) updated by GEOSoft
Replying to Jpm: > 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. Not sure I understand here. Is the Quality parameter being removed? I did discover that the default quality is 2 which would indicate that we are looking at a numeric range but I've been unable to find out what that range is.

Jul 23, 2009:

5:37 PM Ticket #1086 (Remove limit on number of files that can be opened.) updated by Valik
Version, Description, Summary changed
I'm simply going out on a limb here and assuming, based on your absolutely terrible feature request, that you are bumping into AutoIt's limit for open file handles. As such, I'm rewriting the ticket completely to... actually be useful rather than the garbage you tried to post. Go read WikiStart and maybe put some thought into tickets in the future.
1:40 PM Ticket #1086 (Remove limit on number of files that can be opened.) created by anonymous
Change the internal limit for number of simultaneous open files so …

Jul 22, 2009:

8:38 PM Ticket #1080 (InetGet doesn't return immediately for a background download) updated by bjashepherd@…
No need to be rude. The point I was trying to make is that the Help file says that the function returns immediately if you set background=1. That's not my experience. (The help doesn't mention anything about 'establishing a connection', I thought it was probably something like that though.) I thought by "as written" you meant "as written in the documentation". No arrogance intended on my part - sorry if it came across badly. Like I say, I appreciate that you're busy and I do think that you're doing a fantastic job on AutoIt. ben
8:27 PM Ticket #1085 (General timer descrepancies) updated by Valik
Sorry doesn't put all this crap into the old ticket where it belongs.
8:05 PM Ticket #1085 (General timer descrepancies) updated by Zoster
PS Before Valik tears me a new one: I'm sorry for opening a new ticket.
7:41 PM Ticket #1085 (General timer descrepancies) created by Zoster
In continuation of #1082: Well I certainly believe that it works for …
7:34 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by Ricky Valdivia <sistemas@…>
Replying to Valik: You are wright! Sorry, my mistake.
6:56 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by Valik
Owner, Component, Description changed
6:54 PM Ticket #1082 (TimerDiff results in negative values and resets.) closed by Valik
Works For Me: Closing as works for me.
6:51 PM Ticket #1060 (Run return 0, but failed) updated by Valik
Replying to Ricky Valdivia <sistemas@…>: > I have the same problem, please take a look to ticket 1083 and 1043!!! > > regards Do not shill for other tickets.
6:51 PM Ticket #1081 (Consider this code for include: waiting for the clipboard to fill.) closed by Valik
Rejected: I agree that this doesn't really fit.
6:49 PM Ticket #1084 (Setting for mouse default speed) closed by Valik
Rejected: Closing useless feature requests is also a PITA. Especially when I can think of a trivial solution to the problem.
6:48 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by Valik
Replying to sistemas@…: > I try to reopen the Ticket 1043 but I can't, so I create a new one. I guess you're too stupid to realize you can still add comments to a closed ticket? Go read WikiStart. Now, before you even bother replying. It's perfectly clear you haven't read it because you've done a number of very annoying things that are covered by WikiStart.
6:20 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by Ricky Valdivia <sistemas@…>
Repeating the test: 1.) Copy to the clipboard the content of the example above (sTexto.value="Descripcion...") 2.) Running again Clip.ClipPut(Clip.ClipGet) flush/empty the clipboard again.
6:04 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by Ricky Valdivia <sistemas@…>
I really believe it's a unicode problem or definition type of the variables in AutoItX.dll I test this: 1.) Run CLIPBRD.exe to see the clipboard in live. 2.) copy a lot of plain text to the clipboard, about 3000 chars. 3.) in debugging mode, test this sentence: Clip.ClipPut(Clip.ClipGet) after that, the first 4 characters of the clipboard was replaced with this Unicode characters: chrW(376)+chrW(2751)+chrW(376)+chrW(2751)+[rest of the clipboard] in OEM Text this is similar to this: chr(159)+chr(63)+chr(159)+chr(63)+[rest of the clipboard] This is very strange, but I think is useful to detect the failure.
5:40 PM Ticket #1060 (Run return 0, but failed) updated by Ricky Valdivia <sistemas@…>
I have the same problem, please take a look to ticket 1083 and 1043!!! regards
5:37 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by Ricky Valdivia <sistemas@…>
Perhaps the problem is the regional settings or unicode. I use Spanish-Argentina for all, including non-unicode. Wrong component selected in the ticket!!''' == Switch to AutoItX ==
5:01 PM Ticket #1084 (Setting for mouse default speed) created by anonymous
I see settings to change click delay and drag delay but can't change …
4:16 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by sistemas@…
I try to reopen the Ticket 1043 but I can't, so I create a new one.
4:15 PM notepad.jpg attached to Ticket #1083 by sistemas@…
notepad++ display of the string example content
4:14 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) created by sistemas@…
[from ticket 1043-more explanation] If you put more than 127 …
1:28 PM Ticket #1082 (TimerDiff results in negative values and resets.) updated by Zoster
The problem is actually reproducable with the mockup code from above which I didn't expect. The code runs fine on another machine. My main suspect has become the CPU which is a AMD Geode. From CPU-Z: CPU-Z 1.50 report file Processor(s) Number of processors 1 Number of cores 1 per processor Number of threads 1 per processor Name AMD Geode LX Code Name Castle Specification Geode(TM) Integrated Processor by AMD PCS Package Socket 481 BGU Family/Model/Stepping 5.A.2 Extended Family/Model 5.A Core Stepping Technology 0.13 um Core Speed 499.9 MHz Multiplier x Bus speed 15.0 x 33.3 MHz Rated Bus speed 66.7 MHz Instruction sets MMX (+), 3DNow! (+) L1 Data cache (per processor) 64 KBytes, 16-way set associative, 32-byte line size L1 Instruction cache (per processor) 64 KBytes, 16-way set associative, 32-byte line size L2 cache (per processor) 128 KBytes, 4-way set associative, 32-byte line size Chipset & Memory Southbridge AMD ID2090 rev. 03 Memory Type Memory Size 224 MBytes System System Manufacturer System Name System S/N Mainboard Vendor Mainboard Model AMD-GX3 BIOS Vendor Phoenix Technologies, LTD BIOS Version 6.00 PG BIOS Date 03/13/1907 Memory SPD Software Windows Version Microsoft Windows XP Professional Service Pack 3 (Build 2600) DirectX Version 9.0c
12:58 PM Ticket #1082 (TimerDiff results in negative values and resets.) created by Zoster
I'm getting strange results from TimerDiff in the following setup: …
12:04 PM Ticket #1081 (Consider this code for include: waiting for the clipboard to fill.) updated by zedna
I don't think this is elegant/usefull code which should be included as standard because there is more elegant way to do it with clipboard hook. Look at this post http://www.autoitscript.com/forum/index.php?showtopic=56158&view=findpost&p=426033

Jul 21, 2009:

5:32 PM Ticket #1080 (InetGet doesn't return immediately for a background download) updated by Valik
Replying to bjashepherd@…: > Well, I would argue that it isn't working as written. Um, excuse me, did you write the function? No, you didn't, I did. It's working as written. The download happens in the background. The connection to the server is established in the foreground. The code is written that way, the code was intentionally written that way. Irrelevant of what the documentation says. Anyway, it's a moot point. As I mentioned, I intend to change it.
1:54 PM Ticket #1068 (Wrong converting Binary to Int/Number) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
1:28 PM Ticket #1081 (Consider this code for include: waiting for the clipboard to fill.) created by jondemarks@…
This code block clears the clipboard and waits until it is filled …
8:38 AM Ticket #1080 (InetGet doesn't return immediately for a background download) updated by bjashepherd@…
Well, I would argue that it isn't working as written. According to the documentation, the function returns immediately if you set background = 1. For the small files I tested it on, it waits half a second before returning. Is it downloading in the foreground for small files? It would be good to mention this in the documentation if this is the case. Thanks for your time - I do appreciate you've got a lot of other things to work on. ben
12:00 AM Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.

Jul 20, 2009:

9:59 PM Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) closed by J-Paul Mesnage
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.
6:00 PM Tickets #1076,​1078 batch updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
5:12 PM Ticket #1080 (InetGet doesn't return immediately for a background download) updated by Valik
Version, Type changed
This is not a bug. It's working as written and as intended. However, I am going to change this to a feature request because I do intend to change the behavior.
4:35 PM Ticket #1078 (find skipping quote caracters.) closed by Jos
Fixed: Our merged version of SciTE 1.79 also works correctly so assume this was an issue in 1.78. Jos
4:30 PM Ticket #1076 (SciLexer.dll beta, passing EOL.) closed by Jos
Fixed: This seems to be fixed in the 1.79 version. Have copied that to the Beta directory.
2:02 PM Ticket #1080 (InetGet doesn't return immediately for a background download) created by bjashepherd@…
I have some code that loops through and downloads a series of images. …

Jul 19, 2009:

6:25 PM Ticket #1079 (GUICtrlSetFont Docs incomplete and / or incorrect.) created by GEOSoft
For GUICtrlSetFont there seems to be some inconsistency and missing …
3:00 PM Ticket #1078 (find skipping quote caracters.) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:32 PM Ticket #1078 (find skipping quote caracters.) created by anonymous
[…] second ' or " character in these lines are not found with …
9:01 AM Ticket #1077 (GUICtrlSetBkColor excessive recoloring == faulty coloring, and strange ...) updated by Valik
An obvious (and confirmed) GDI handle leak.
8:59 AM Ticket #1077 (GUICtrlSetBkColor excessive recoloring == faulty coloring, and strange ...) updated by Valik
Description changed
7:21 AM Neu Textdatei.txt attached to Ticket #1077 by Mulder
The script as a txt file
7:20 AM Ticket #1077 (GUICtrlSetBkColor excessive recoloring == faulty coloring, and strange ...) created by Mulder
Tested on Win2000 and XP On XP its just wrong coloring on Win2000 …
Note: See TracTimeline for information about the timeline view.