Timeline



Feb 26, 2018:

9:30 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) updated by au3builder
You are banned - and we are not going to unban you. M23
8:41 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) updated by BrewManNH
It's got nothing to do with the fixes in that link, the error is that the wrong file is included in the EventLog.au3 file. It should be using the WinApiSys.au3 include, but it's using the WinAPISysInternals.au3 include in the header. Although, the beta include for EventLog.au3 uses jus tthe WinAPI.au3 file. So either of those should work.
4:46 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) created by Au3Builder
Hello Errors appear after applying "fixes" from this topic. …

Feb 24, 2018:

7:17 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) closed by Jos
Duplicate: Closing assuming the changes have fixed it.

Feb 22, 2018:

6:03 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) updated by Jos
Have you seen this post in the forums: https://www.autoitscript.com/forum/topic/192254-33143-fixes/ ... and didn't that fix this? Jos
5:40 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) updated by Tippex
"Component: AutoIt" was selected rather than "Standard UDFs" because _ArrayAdd worked OK using the previous production release of AutoIt, but on reflection I notice that Array.au3 has been changed for the latest production release therefore "Component: Standard UDFs" maybe should have been selected instead.
5:28 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) created by Tippex
At production version 3.3.14.3 _ArrayAdd fails to add a specified …
8:57 AM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) updated by Melba23
It also works if you add the optional parameter: […] But I agree with BrewManNH - unless you can come up with a sensible use case this is so obscure it does not deserve to have any time spent on it. M23

Feb 21, 2018:

8:52 PM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) closed by BrewManNH
No Bug: Why would you use such a silly method to call a builtin function in the first place?
12:35 AM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) updated by anonymous
If I'm not wrong Autoit3.exe parses the value of $aEmpty first before loading the function Call() in my first example. For it to work as intended I need to put the quotes in the parameters as well.
12:16 AM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) updated by anonymous
I figured it out. For some reason […] works. But […] doesn't.
12:06 AM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) updated by anonymous
[…] Also crashes, Call() doesn't seem to handle empty arrays as parameters well.

Feb 20, 2018:

11:54 PM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) created by anonymous
[…] Problem signature: Problem Event Name: APPCRASH …

Feb 19, 2018:

10:40 AM SwiftTTSEngine.dll attached to Ticket #2571 by anonymous

Feb 18, 2018:

10:00 PM Ticket #3593 (IsFunc() - check if function exist by string) closed by mLipok
Rejected: hmm... I never would have thought that the Execute() function works in this way too. This is a good work around Thanks. In this case IsFunc() should be treated as a separate function to check as it is (checking on if given parameter is already function) btw. This will be a little funny as I reject my own ticket.
11:51 AM Ticket #3594 (Error in FTPEx.au3, Autoit version 3.3.14.13) closed by Melba23
Fixed
11:49 AM Ticket #3594 (Error in FTPEx.au3, Autoit version 3.3.14.13) updated by Melba23
The _WinAPI_MakeQWord function is found in WinAPIConv.au3 - which library is not called by FTPEx.au3. Could you please add the following line at the top of your script and see if it works them: #include <WinAPIConv.au3> If it does then we will add the missing include to FTPEx.au3. M23 Edit: I see this has already been done for the next release, so it looks as if my guess was correct!
10:40 AM Ticket #3594 (Error in FTPEx.au3, Autoit version 3.3.14.13) created by mochi82@…
This error does not exist in 3.3.14.0, haven't checked with …

Feb 17, 2018:

10:47 AM Ticket #3593 (IsFunc() - check if function exist by string) updated by Imp
Problem may be solved by one additional string: […]

Feb 16, 2018:

11:00 PM Ticket #3593 (IsFunc() - check if function exist by string) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:40 PM Ticket #3593 (IsFunc() - check if function exist by string) updated by mLipok
Description changed
10:36 PM Ticket #3593 (IsFunc() - check if function exist by string) updated by mLipok
Description changed
10:34 PM Ticket #3593 (IsFunc() - check if function exist by string) updated by mLipok
Description changed
10:26 PM Ticket #3593 (IsFunc() - check if function exist by string) created by mLipok
IsFunc() should have feautre to check if string is reperesenting …
10:13 PM Ticket #2929 (Check if a method exists using IsFunc()) closed by mLipok
Rejected: You should check it by COM Error Handler Look for ObjEvent() function, or ask on the forum.

Feb 15, 2018:

7:35 AM Ticket #3255 (Drag & Drop not working when Windows DPI setting is above 100%) updated by anonymous
Pixelseach and Mousemove have the same problem wenn Windows DPI is divernt than 100% like 4k Display and WindowsDPI 150%

Feb 13, 2018:

3:11 PM Ticket #3585 (pb _GUICtrlTreeView_Sort not sorting level 1 treeview -- With Solution) closed by J-Paul Mesnage
Fixed: Fixed by revision [11958] in version: 3.3.15.1
1:52 PM Tickets #3230,​3586 batch updated by Jon
Milestone, Owner changed
Fixed by revision [11957] in version: 3.3.14.3
1:41 PM Ticket #3590 (Autoit product installation deleting all psmodulepath entries but its own) updated by Jon
Owner, Status changed
1:40 PM Ticket #3590 (Autoit product installation deleting all psmodulepath entries but its own) updated by Jon
It seems to work ok on my tests here. But I only have a few pre-existing variables whereas you have a lot of paths. It could be a bug due to path length within the NSIS installer that I'll have to investigate.
9:47 AM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) updated by J-Paul Mesnage
Thanks, I would have prefer to have a chinese,Japanese/Korean validation I just wait a little bit before validation

Feb 12, 2018:

1:48 PM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) updated by anonymous
Replying to Jpm: > re you sure that it is working on Asian Windows? Why not? All of these members declared as WCHAR * in Microsoft documentation. AutoIt internally also uses WCHAR. Furthermore, conversion to multibyte and then to AutoIt strings from char[] (one by one as single chars) as is done by _WinAPI_WideCharsToMultibyte() will break the string data. I do not have Asan Windows, but on Russian all of these string in latin alphabet.
7:47 AM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) updated by J-Paul Mesnage
re you sure that it is working on Asian Windows?

Feb 11, 2018:

8:01 PM Ticket #3592 (_ArrayAdd doesn't work) closed by Jos
Duplicate: https://www.autoitscript.com/trac/autoit/ticket/3587 https://www.autoitscript.com/forum/topic/192254-33143-fixes/
6:16 PM Ticket #3592 (_ArrayAdd doesn't work) created by labichea
_ArrayAdd adds blank lines and not the content. Check the first …

Feb 9, 2018:

5:23 PM Ticket #3591 (Error in the RegExp) closed by BrewManNH
No Bug
5:20 PM Ticket #3591 (Error in the RegExp) updated by BrewManNH
What were you hoping to see in the _ArrayDisplay output? Your RegExp isn't valid, so you won't see anything with that as written. To validate your RegExp, I'd suggest going here https://regex101.com/ to test it before declaring a bug
10:31 AM Ticket #3591 (Error in the RegExp) updated by jguinch
I don't see any bug here, just a bad regular expression
8:47 AM Ticket #3591 (Error in the RegExp) created by omash@…
It is not working: […]
4:45 AM pics.zip attached to Ticket #3590 by whiggs.ITPRO@…
pictures
4:43 AM Ticket #3590 (Autoit product installation deleting all psmodulepath entries but its own) created by whiggs.ITPRO@…
Ok. So this has occurred on two machines that I have installed the …

Feb 8, 2018:

7:34 PM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) created by Imp
_GDIPlus_Encoders may be rewritten without using …
6:52 PM Ticket #3588 (Strange behavior of RunAs()) closed by Jos
No Bug: Please use the forum for support questions as I am not convinced this is a bug. Jos
5:01 PM Ticket #3586 (_ArraySwap, error in description of parameter $bCol) closed by J-Paul Mesnage
Fixed: Fixed by revision [11955] in version: 3.3.15.1
4:46 PM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) closed by J-Paul Mesnage
Completed: Added by revision [11954] in version: 3.3.15.1
1:00 PM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
12:53 PM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) reopened by J-Paul Mesnage
I reopen this ticket as the solution is now to use and extra parameter whichwill use the byte type leaving char for other cases

Feb 7, 2018:

11:06 PM Ticket #3588 (Strange behavior of RunAs()) updated by krstev@…
I forget to mention environment of tests. RunAs() was tested on Windows XP SP 32bit Czech ed., Windows 7 Pro 32bit Czech Ed., Windows 10 Home and Pro 64bit Czech locale. RunAsWait() on W10 Home only. Every scripts was started from SciTE and compiled to x86 target. Krsta
10:48 PM Ticket #3588 (Strange behavior of RunAs()) updated by krstev@…
RunAsWait() have same problem. Tested in versions: 3.3.14.2, 3.3.14.3, 3.3.15.0
10:43 PM RunAs.zip attached to Ticket #3588 by krstev@…
RunAsTest scripts
10:41 PM Ticket #3588 (Strange behavior of RunAs()) created by krstev@…
If I use RunAs() function to start a program, the program is started …

Feb 6, 2018:

7:13 PM Ticket #3587 (_ArrayAdd - do not add) closed by Melba23
Fixed: Already fixed - look in the forum for the sticky thread. M23

Feb 4, 2018:

6:46 AM Ticket #3587 (_ArrayAdd - do not add) created by gilles@…
_ArrayAdd is not working anymore expect for Boolean array. Standard …
2:22 AM Ticket #3586 (_ArraySwap, error in description of parameter $bCol) created by a.koenigsdorf@…
*it is: [optional] If True then for 2D array above parameters …

Feb 2, 2018:

9:07 PM Ticket #3585 (pb _GUICtrlTreeView_Sort not sorting level 1 treeview -- With Solution) created by gilles@…
with deep tree, _GUICtrlTreeView_Sort does not sort it. Proposed …
3:01 PM Ticket #3584 (Finder Tools does not seem to handle overlapped controls properly) created by WB123
When a form control is contained in the pixel footprint of another …
1:29 PM Milestone 3.3.14.3 completed

Jan 31, 2018:

10:34 PM Ticket #3583 (AutoIT Window Info (64) produces incorrect position numbers) created by rjdegraff@…
I am currently running AutoIt (64) version 3.3.14.2 on an up-to-date …
12:03 AM Ticket #3549 (GUI Reference - OnEvent Mode: missing include in code sample) updated by mLipok
I think @OP mean that "Dummy GUI for testing" should be visible to be able to test anything. Here is my proposal: […]

Jan 30, 2018:

10:15 AM Ticket #3581 (Dot notation with DllStruct fails if the variable is a constant) closed by Melba23
Wont Fix: Dot notation for structs is an undocumented feature and so bug reports about the feature are not supported. Use DllStructSetData instead. M23

Jan 29, 2018:

5:03 PM Ticket #3520 (Unexpected parameter type limit of _GUICtrlTreeView_GetItemParam) updated by J-Paul Mesnage
please just post a repro script to illustrate the "bug"
4:09 PM Ticket #3553 (_SQLite_Startup() - cannot use SQLite.dll without "_x64" suffix in 64 ...) closed by J-Paul Mesnage
Rejected
4:05 PM Ticket #2925 (_WinAPI_ShellChangeNotifyRegister problem) closed by J-Paul Mesnage
Wont Fix
3:45 PM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) closed by J-Paul Mesnage
Works For Me
3:40 PM Ticket #3276 (Getting/Setting DllStruct array-element with index stored in varible ...) closed by J-Paul Mesnage
No Bug
3:33 PM Tickets #3237,​3582 batch updated by Jon
Milestone, Owner changed
Fixed by revision [11942] in version: 3.3.14.3
3:16 PM Ticket #3555 (_GUICtrlRichEdit_StreamToVar with > 2048 characters) closed by J-Paul Mesnage
Works For Me: closed as no info supplied
3:15 PM Ticket #3549 (GUI Reference - OnEvent Mode: missing include in code sample) closed by J-Paul Mesnage
Rejected: closed as no info supplied
3:08 PM Ticket #3577 (_FileWriteToLine strips @crlf off last line for some files) closed by J-Paul Mesnage
No Bug: Design decision
3:02 PM Ticket #3582 (Bug in _WinAPI_GetGUIThreadInfo with caret rectangle) closed by J-Paul Mesnage
Fixed: Fixed by revision [11941] in version: 3.3.15.1
1:53 PM Ticket #3237 (_EventLog__Read has an error in the __EventLog_DecodeDesc Function, ...) closed by Jos
Fixed: Fixed by revision [11939] in version: 3.3.15.1
Note: See TracTimeline for information about the timeline view.