Timeline



Jan 12, 2019:

5:35 PM Ticket #3680 (Improve _ArrayBinarySearch function) updated by BrewManNH
>>Additionally, when more than 1D involved, binary search on one column could have multiple match, a function which return the first and last match can be written reuse the binary search. However, with additional edge argument (-1 for smallest index that match, 0 for which ever index match first, 1 for largest index that match) would make it convenient. This could require a little more coding in the function. We already have an _ArrayFindAll function, why do you want 2 of them? Because the array has to be sorted for _ArrayBinarySearch to work, finding the first occurrence should make it dead simple for the programmer to be able to find the following matches, because they will all be in order. In reference to your first paragraph, I can't say I have any understanding of what you're trying to say. If you are searching an array, why are you using arrayinsert and re-searching? You know that the entry will be there, because you just inserted it! _ArrayBinarySearch isn't intended to tell you where in an array something is, it's intended to give you the fastest way of determining if something is in the array. Yes, it will tell you where in the array it was found, but I think it's main purpose was for finding if rather than where something is.
5:23 PM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) updated by BrewManNH
BTW, as far as I am aware through extensive searching, there is no update 1804 for Windows 10, only for Windows S. The updates for Windows 10 are only 1803, the Spring update, and 1809 the Fall update. There were no official update builds in between for vanilla Win10.

Jan 10, 2019:

2:04 AM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) updated by BrewManNH
Is this computer running Windows 10, or Windows 10 in S mode? If the latter, then there's no support for Internet Explorer in S mode.

Jan 7, 2019:

11:57 AM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) created by helpdesk@…
Error message: --> IE.au3 T3.0-2 Error from function _IECreate, …

Jan 6, 2019:

7:45 PM Ticket #3689 (GUICtrlSetOnEvent Bug) closed by Jos
Fixed: Fixed by revision [12189] in version: 3.3.15.1
7:16 PM Ticket #3689 (GUICtrlSetOnEvent Bug) created by Melba23
The Help file states that using an empty string as the "function" …

Dec 29, 2018:

3:09 PM Ticket #3688 (<snip>) updated by Melba23
Keywords changed
3:09 PM Ticket #3688 (<snip>) updated by Melba23
Summary, Reporter changed
3:09 PM Ticket #3688 (<snip>) closed by Melba23
Rejected
12:00 PM Ticket #3688 (<snip>) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:22 AM Ticket #3688 (<snip>) created by <snip>
<snip>

Dec 28, 2018:

1:55 PM Ticket #3687 (_ColorConvertRGBtoHSL does not use right bases) closed by Melba23
Fixed: Fixed by revision [12186] in version: 3.3.15.1

Dec 23, 2018:

11:08 AM Ticket #3687 (_ColorConvertRGBtoHSL does not use right bases) updated by Melba23
A fairly simple fix. We need to replace this single constant: […] with these 2: […] and adjust the formulae in the 2 conversion functions to match: […] That gives me the correct values according to colour conversion websites. M23
10:46 AM Ticket #3687 (_ColorConvertRGBtoHSL does not use right bases) updated by Melba23
Owner, Status changed
Looking into it, but at first glance it seems you are correct. M23

Dec 21, 2018:

11:55 AM Ticket #3687 (_ColorConvertRGBtoHSL does not use right bases) created by Nine
The formulas are good but the base to finalize the results is wrong. …

Dec 20, 2018:

11:18 AM Ticket #3686 (StringReplace if running under local system account) closed by Jos
No Bug: Please use our forum for support questions. Jos
11:15 AM Ticket #3686 (StringReplace if running under local system account) updated by anonymous
Ahh... My fault... Wrong title and keyword... Please change…
11:13 AM Ticket #3686 (StringReplace if running under local system account) created by supersonic!
Hi - If running an A3X compiled script under MS-Windows XP SP3 and as …

Dec 19, 2018:

9:29 AM Ticket #3685 (_GUICtrlTreeView_GetItemParam should use item handle instead of ...) updated by Melba23
If you have created the item with the native command and as a result the parameter is used by AutoIt to store the ControlID, why do you as the user need to obtain this ControlID value? What value does it offer? And if it is necessary, you can get the ControlID of the selected item using GUICtrlRead - other options are also available. M23

Dec 17, 2018:

4:47 PM Ticket #3685 (_GUICtrlTreeView_GetItemParam should use item handle instead of ...) created by Nine
_GUICtrlTreeView_GetItemParam ($hTreeView, $hItem) When created with …

Dec 16, 2018:

11:00 PM Ticket #3684 (Aut2exe.exe window title and version number) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:55 PM Ticket #3684 (Aut2exe.exe window title and version number) updated by mLipok
Description changed
10:54 PM Ticket #3684 (Aut2exe.exe window title and version number) created by mLipok
Aut2exe.exe compiler window does not show the exact version number. …

Dec 15, 2018:

8:01 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by Jos
It seems just a matter of changing the manifest of the program. I have made a trial version of the original au3info where I updated the manifest with reshacker and stored it here: https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/Au3Info.exe Give it a try and let us know. Jos

Dec 14, 2018:

11:25 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by Alekc
Agree, this issue is very annoying.
Note: See TracTimeline for information about the timeline view.