Timeline



Feb 23, 2014:

10:10 PM Ticket #2629 (GUIRegisterMsg/GUIUnregisterMsg) updated by anonymous
@chesstiger: Use SetWindowLong / SetWindowLongPtr API manually will cause processing window procedure slow although you do nothing in WndProc function (return DefWindowProc only). This will be seen clearly with painting message, your window will be tearing when drag/drop. Also, using these WinAPI in AutoIT make your program does not exit in a nomal way (in Window Vista or later, you will see a compatibility-issue window suggest that your program ends unexpectedly)
12:08 PM Ticket #2661 (_GUICtrlHeader_GetItemFlags.au3) closed by guinness
Fixed: Fixed by revision [9890] in version: 3.3.11.4

Feb 22, 2014:

7:53 PM Ticket #2656 (array automatic redim for $array[] = ...) updated by anonymous
That is only syntactic sugar for _ArrayAdd($arr, 3), is that really necessary?
6:58 PM Ticket #2629 (GUIRegisterMsg/GUIUnregisterMsg) updated by chesstiger (autoit.de)
You can use the API function SetWindowLong or SetWindowLongPtr to replace the WndProc of a window (implemented in WinAPI.au3 as _WinAPI_SetWindowLong). In your own WndProc you can grab and process any message, and, if required, call the original WndProc for calling windows internal features and such things like GUIRegisterMsg.
6:53 PM Ticket #2656 (array automatic redim for $array[] = ...) updated by anonymous
This feature requires an internal replacement for _ArrayAdd. But PHP shows... It's possible. I like the idea.
6:43 PM Ticket #2662 (Internet Window unable to be hidden) closed by jchd18
No Bug
6:43 PM Ticket #2662 (Internet Window unable to be hidden) updated by jchd18
* Wrong: the URL should be "login.live.com" * Untrue: the IE window is hidden. * Untested: else you would have realized that page "http" can't be found! * Invalid: trac formatting rules violated. Congrats!
6:07 PM Ticket #2662 (Internet Window unable to be hidden) created by onlineth@…
Hi, I tried to do this, Global $oIE = …
5:12 PM Ticket #2661 (_GUICtrlHeader_GetItemFlags.au3) created by Tweaky
_GUICtrlHeader_GetItemFlags.au3 _GUICtrlHeader_SetItemFlags.au3 I …
1:40 PM Ticket #2589 (Exit has to be put in function in order to use it in short if.) updated by anonymous
plus that would work is an expression: HotKeySet('some key',Exit)
8:51 AM Ticket #2660 (GUICtrlSetState Doc example bug) closed by J-Paul Mesnage
Fixed: Fixed by revision [9889] in version: 3.3.11.4
1:19 AM Ticket #2660 (GUICtrlSetState Doc example bug) created by mlipok
[…] top=370 is besides the size of the window height=200. Author: …

Feb 21, 2014:

11:53 PM Ticket #2655 (FileReadToArray and binary file) closed by guinness
Rejected: Create your own wrapper function using the already available functions in AutoIt.
11:52 PM Ticket #2656 (array automatic redim for $array[] = ...) updated by guinness
I personally would reject this feature.
11:51 PM Ticket #2630 (_XOR() and _XNOR() - new function) closed by guinness
Rejected: What Mat said.
11:49 PM Ticket #2651 (IE.Au3 - proposal - _IE_MSIEVersion()) closed by guinness
Rejected: This belongs in the Examples sections and not the UDF.
11:21 PM Ticket #2658 (AutoItWrapper - checking for space on disk) updated by Jos
Pretty sure your OS warns you in time.
11:20 PM Ticket #2658 (AutoItWrapper - checking for space on disk) closed by Jos
Rejected
11:19 PM Ticket #2659 (Au3Check - continuation line proposal) closed by Jos
Rejected
11:16 PM Ticket #2657 (requireAdministrator - Compile Error) closed by Jos
Fixed: Use the current available Beta version of AutoIt3Wrapper : http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/AutoIt3Wrapper.exe Jos
10:27 AM Ticket #2659 (Au3Check - continuation line proposal) updated by mlipok
supplement: first script does not display the error, and the solution I wanted to report as a 'Feature Request'
10:23 AM Ticket #2659 (Au3Check - continuation line proposal) created by mlipok
repro script: […] How you can see I use two times continuation. …

Feb 20, 2014:

11:00 AM Ticket #2658 (AutoItWrapper - checking for space on disk) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:04 AM Ticket #2658 (AutoItWrapper - checking for space on disk) created by mlipok
Today I had a strange case . Tidy removed , a greater part of the …

Feb 19, 2014:

10:30 PM Ticket #2657 (requireAdministrator - Compile Error) updated by mlipok
When Beta ceases to be Beta, then it becomes current relase. You have to wait or use the Beta.
7:59 PM Ticket #2657 (requireAdministrator - Compile Error) updated by anonymous
Found quote in forum: "That is fixed in the current version of the installer and in the AutoIt3Wrapper made available in both Beta and Prod." But it isn't fixed in current setup.
7:24 PM Ticket #2657 (requireAdministrator - Compile Error) updated by mlipok
If it is already fixed in beta why You post a ticket ?
7:16 PM Ticket #2657 (requireAdministrator - Compile Error) updated by anonymous
Error: EndUpdateResource: Returncode = 0 - LastError:1359:An internal error occurred.rc:2 Error: Program Resource updating Failed. The output program will not contain the Resource updatesrc:2
7:14 PM Ticket #2657 (requireAdministrator - Compile Error) created by anonymous
The following produces an error in the newest Scite from 1/22/2014: …
6:41 PM Ticket #2589 (Exit has to be put in function in order to use it in short if.) updated by mlipok
The question which therefore is simply a string? String is expression? [hr] So the problem is not in the way this feature works, but the description in the documentation is incomplete or is not right. According to me, a section called "Return Value" is missing here. some proposal: Return Value: Return from Expression1 or Expression2, relative to Return from first conditional Expression ps. probably someone describe it better than me ;)
6:02 PM Ticket #2589 (Exit has to be put in function in order to use it in short if.) updated by anonymous
The documentation clearly indicates that the "arguments" must be expressions. Exit is a statement. An assignment is a statement. A comparison is an expression. So, a=b will be a comparison and not an assignment.
5:55 PM Ticket #2589 (Exit has to be put in function in order to use it in short if.) updated by mlipok
Here I have another "explantation/suplementar" example: […]
5:36 PM Ticket #2589 (Exit has to be put in function in order to use it in short if.) updated by mlipok
I think I have another example […] Please confirm that this is (or not) the same problem.
2:10 PM Ticket #2655 (FileReadToArray and binary file) updated by anonymous
jchd18, you're right :( Can then still an option, the number of bytes to the index ... But I think that's another function is obtained …
1:03 PM Ticket #2656 (array automatic redim for $array[] = ...) updated by jchd18
I ain't a Dev, so only future will tell.
1:02 PM Ticket #2655 (FileReadToArray and binary file) updated by jchd18
Text files containing more than 16777216 lines are fairly uncommon. Accumulating log data in large log files is easy by appending, but routine processing of such large data is best done using a database. Thus FileReadToArray seems to fit the bill decently. OTOH binary files > 16 Mb are plenty and the need to address every byte individually in one load is questionnable. From Language Reference - Arrays: You can use up to 64 dimensions in an Array. The total number of entries cannot be greater than 224 (16 777 216).
11:58 AM Ticket #2656 (array automatic redim for $array[] = ...) updated by anonymous
jchd18, which future function are you talking about?
11:53 AM Ticket #2655 (FileReadToArray and binary file) updated by anonymous
jchd18, well, what of it that arrays are limited? Everyone knows, however filereadtoarray function exists. Your comment can simply display help for this function.
11:00 AM Ticket #2654 (Unable to do automation for installing a software) closed by Melba23
Rejected
9:36 AM Ticket #2655 (FileReadToArray and binary file) updated by jchd18
This is a very limited syntactic sugar. You can already do that in a few lines of code and without size limit. Remember that AutoIt arrays are limited to 16*1024*1024 = 16777216 cells, so you could only read that many bytes of a file using your suggestion.
9:25 AM Ticket #2656 (array automatic redim for $array[] = ...) updated by jchd18
Your suggestion of this syntactic sugar is greatly inferior to what ReDim currently allows. Hence ReDim would still be needed for N-dimensional arrays. Moretheless it would possibly collide with another future feature using part of this syntax.
8:00 AM Ticket #2655 (FileReadToArray and binary file) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:00 AM Ticket #2656 (array automatic redim for $array[] = ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
6:30 AM Ticket #2656 (array automatic redim for $array[] = ...) created by anonymous
dear developers. Whether technically difficult to make constructions …
6:18 AM Ticket #2655 (FileReadToArray and binary file) created by anonymous
whether it is possible to do so FileReadToArray return bytes instead …

Feb 18, 2014:

3:40 PM Ticket #2654 (Unable to do automation for installing a software) updated by BrewManNH
That's not the version of AutoIt, that's probably the version of SciTE the editor. This is also something for the forums as I don't see any bug report here. You should post this question there.
1:27 PM Ticket #2654 (Unable to do automation for installing a software) created by narasimha
hi, i am using autoit to do install a software but most of the windows …

Feb 17, 2014:

4:32 PM Ticket #2653 (ObjCreate with arguments) created by chesstiger (autoit.de)
Hello, I just want to create COM objects with non-empty constructors. …

Feb 16, 2014:

2:45 PM Ticket #2652 (Allow ExpandVarStrings to expand com properties as well.) created by this-is-me
The ExpandVarStrings option does not currently expand if the variable …

Feb 14, 2014:

2:00 PM Ticket #2651 (IE.Au3 - proposal - _IE_MSIEVersion()) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:38 PM Ticket #2651 (IE.Au3 - proposal - _IE_MSIEVersion()) updated by mlipok
oh I forgot about description Please consider to add this function to the IE.au3 UDF thanks
1:37 PM Ticket #2651 (IE.Au3 - proposal - _IE_MSIEVersion()) created by mlipok
[…]

Feb 11, 2014:

3:10 PM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) closed by Melba23
Fixed
3:10 PM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) updated by Melba23
Good. M23
1:49 PM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) updated by itaushanov@…
You are right, issue seems fixed in 3.3.11.3.
9:41 AM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) updated by guinness
I am not getting any issue either.
8:15 AM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) updated by Melba23
Using that file structure I can reproduce the problem with 3.3.10.2, but 3.3.11.3 gives me the correct result as the bug which caused the problem was fixed (by me) in revision 9156. I have just downloaded the 3.3.11.3 zip and the fix is definitely in place in File.au3 so are you sure that you are actually running 3.3.11.3? M23

Feb 10, 2014:

11:30 PM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) created by itaushanov@…
Simple script: #include <File.au3> #include <Array.au3> $f = …

Feb 9, 2014:

2:35 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by anonymous
Just by moving something into the environment (the interpreter) doesn't make it less bloated. It is because it isn't part of the environment that the environment isn't bloated.
3:22 AM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by BrewManNH
True forgot about that. But then why do we need that now if we have FileReadToArray, as they would give you the exact same results without the bloat?

Feb 8, 2014:

10:48 PM Ticket #2649 (AutoIt3 Source Obfuscator v1.0.31.1 bug) updated by guinness
If the user PMs me I will send them an update of that function.
9:23 PM Ticket #2649 (AutoIt3 Source Obfuscator v1.0.31.1 bug) closed by Jos
Wont Fix: Support for Obfuscator has stopped. Also think the log file is pretty clear what the problem is. Assume you are the same person that pmed me this without any question or context. Jos
9:02 PM Ticket #2649 (AutoIt3 Source Obfuscator v1.0.31.1 bug) created by anonymous
0.02 ==> Start Add_Include: Include_Rec$:#include <GuiRichEdit.au3> …
8:36 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by anonymous
isn't _FileReadToArray have $iFlag [optional] 0 - disable the return count in the first element - effectively makes the array 0-based (must use UBound() to get the size of the array in this case). 1 - (default), return the array count in the first element.
7:37 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by BrewManNH
One thing I forgot to add, putting the line count into @extended keeps the array returned as a 0 based array, which _FileReadToArray doesn't, it puts the count in the first element of the array, and the actual file's text starts at element 1. Not a major reason, but some people might appreciate it.
5:49 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by BrewManNH
My suggestion would eliminate the need to use a wrapper function and another #include, just to be able to get the line count. Also, the _FileReadToArray function adds a lot of code that's unrelated to just getting the line count which would add to the size of a script merely to get a line count.
12:35 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by anonymous
Wouldn't that prevent you from treating it like any other array of strings?
11:40 AM Ticket #2648 (FileSaveDialog extension value) updated by Jos
Version changed
11:39 AM Ticket #2648 (FileSaveDialog extension value) updated by Jos
Issue definition and solution provided here: http://www.autoitscript.com/forum/topic/158691-bug-filesavedialog-extension/?p=1151506 Jos
11:15 AM Ticket #2648 (FileSaveDialog extension value) created by MyEarth
The FileSaveDialog function don't return the extension value. With a …
7:54 AM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by anonymous
Isn't is better to go "_FileReadToArray()" way and have count of the lines returned in zeroth element - $aArray[0]? Why produce essentially different solutions for the same task?

Feb 7, 2014:

8:15 AM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by mlipok
I see that your request (not application) was created in reference to my: ​http://www.autoitscript.com/trac/autoit/ticket/2645 and indeed such a solution would be much better.
8:13 AM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by mlipok
I see that your application was created in reference to my: http://www.autoitscript.com/trac/autoit/ticket/2645 and indeed such a solution would be much better.
3:00 AM Ticket #2647 (Add line count of FileReadToArray to @extended) created by BrewManNH
The function FileReadToArray doesn't return the count of the lines …

Feb 6, 2014:

8:30 PM Ticket #2645 (FileReadToArray - Remarks proposal) closed by Melba23
Fixed
4:41 PM Ticket #2646 (_ArraySearch still has a bug!) closed by Melba23
No Bug
4:41 PM Ticket #2646 (_ArraySearch still has a bug!) updated by Melba23
Actually this is no longer a bug as the addition of the $iCompare parameter as explained in ticket http://www.autoitscript.com/trac/autoit/ticket/1569. M23
4:35 PM Ticket #2646 (_ArraySearch still has a bug!) updated by anonymous
Producer […] _ArraySearch will return 0 and will not set @error = 0 (zero is undocumented) Correct result would be return -1 , @error = 6
4:31 PM Ticket #2646 (_ArraySearch still has a bug!) created by milos83
Producer Dim $Proxys[3] $Proxys[0] = 0 $Proxys[1] = …
3:00 PM Ticket #2645 (FileReadToArray - Remarks proposal) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:38 PM Ticket #2645 (FileReadToArray - Remarks proposal) created by mLipok
Please add the Remarks section, additional description about something …

Feb 5, 2014:

8:24 PM Ticket #2644 (script not getting exit after download finish from internet explorer) closed by Jos
No Bug: This is a bug reporting tool, not a support forum. Please go to the Forum for support.
7:54 PM Ticket #2644 (script not getting exit after download finish from internet explorer) created by sachin.mhalungekar@…
Hi, i have used autoit v3.3.6.1 verion used and renamed exe as …
7:31 PM Ticket #2631 (Change delimiters used in SciTE.session) closed by Jos
Rejected: Not making SciTE modifications unless needed for AutoIt3. I am using the standard distribution from the official SciTE site so general requests need to go there. Jos

Feb 1, 2014:

8:52 PM Ticket #2643 (Global Const $REG_QWORD called twice error) updated by anonymous
ah. I apologize. I did not uninstall AutoIT prior to installing the latest version, and I did not remember I installed RegFunc into the "include" directory. This will not happen again.

Jan 30, 2014:

7:37 AM Ticket #2616 (StringRegExp - new example - request) closed by guinness
Rejected
7:34 AM Ticket #2641 (SetError and SetExtended - range for 32bit) closed by guinness
Fixed: Fixed by revision [9763] in version: 3.3.11.4
7:31 AM Ticket #2643 (Global Const $REG_QWORD called twice error) closed by guinness
No Bug: Remove the declaration from RegFunc.au3. I am closing as No Bug as this isn't related to the AutoIt UDFs.
1:31 AM Ticket #2643 (Global Const $REG_QWORD called twice error) updated by BrewManNH
RegFunc isn't a standard UDF so I can't see how this is related to AutoIt.
12:49 AM Ticket #2643 (Global Const $REG_QWORD called twice error) created by Kalel69
RegFunc.au3 calls #include <Constants.au3> RegFunc.au3 1. calls …

Jan 28, 2014:

10:12 PM Ticket #2642 (The function Hex() returns the wrong value) updated by jchd18
I keep being disconnected, but it was me above. 0/1 also a double, of course... geez.
9:53 PM Ticket #2642 (The function Hex() returns the wrong value) updated by anonymous
Turning 1/1 into a double is utter tech perversion, period. 1.0/1 or 1/1.0 as double is expected and necessary in some circumstances, but certainly not 1/1. Anyway this isn't the place to discuss junk food.
7:59 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) closed by J-Paul Mesnage
No Bug
7:54 PM Ticket #2642 (The function Hex() returns the wrong value) updated by Melba23
Surely the result of any calculation involving a division has to be a double as AutoIt has no way of knowing that an integer will be returned and so must assume that the value will be fractional. This code gives the same result: […] which to my eyes is entirely expected. M23
1:31 PM Ticket #2642 (The function Hex() returns the wrong value) updated by jchd18
Agreed, that would be the right subject for a ticket. But that was not the issue raised by he OP.
1:16 AM Ticket #2642 (The function Hex() returns the wrong value) updated by BrewManNH
Why is it being turned into a Double though I think is the question. Neither number is a floating point so I don't understand why it's happening.
1:12 AM Ticket #2642 (The function Hex() returns the wrong value) updated by jchd18
[…] See Hex() help.

Jan 27, 2014:

11:47 PM Ticket #2642 (The function Hex() returns the wrong value) created by Cythor
The code says all what I mean. […]
12:50 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by anonymous
Replying to anonymous: > Replying to Jpm: > > not using #include <SQLite.dll.au3> will use the SQLite3.dll you put in your dir > > so the _SQLite_Startup() is OK. > > to debug you can copy the SQLite.au" in your @scriptdir and change Inside _SQLite_Startup() to have the error cde of the download > > > > {{{ > > SQLite_Download_SQLite3Dll($sDll_Filename, $vInlineVersion) > > If @error Then Return SetError(@error, @extended, "") ; download not successful === line added > > > > }}} > > > > > > PS I assume you get the SQLite3.dll from your XP/Seven environment > > > ############################################ > > Thanks you for your help, everything works again !
12:48 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by anonymous
Replying to Jpm: > not using #include <SQLite.dll.au3> will use the SQLite3.dll you put in your dir > so the _SQLite_Startup() is OK. > to debug you can copy the SQLite.au" in your @scriptdir and change Inside _SQLite_Startup() to have the error cde of the download > > {{{ > SQLite_Download_SQLite3Dll($sDll_Filename, $vInlineVersion) > If @error Then Return SetError(@error, @extended, "") ; download not successful === line added > > }}} > > > PS I assume you get the SQLite3.dll from your XP/Seven environment ############################################ Thanks you for your help !

Jan 26, 2014:

11:21 PM Ticket #2641 (SetError and SetExtended - range for 32bit) created by mlipok
Please correct in SetError.txt and SetExtended.txt now there is: …
7:43 PM Ticket #2638 (macros.htm - proposal) closed by water
Rejected: Closed as requested by mlipok.
4:51 PM Ticket #2640 (Surprising conversion) created by jchd18
It would be natural to expect an integer from the following …
2:35 PM Ticket #2639 (Unable to Copy/Paste from Embedded IE object) created by JLogan3o13
This issue was reported in the Help and Support forum. Since an …
8:44 AM Ticket #2636 (SciTE History is not available) closed by Jos
Fixed: is currently nothing in beta, but this file got removed as well. It is restored.
Note: See TracTimeline for information about the timeline view.