Timeline



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.

Dec 12, 2018:

4:15 PM Ticket #3683 (Variable must be of type object) closed by Melba23
No Bug: Please use the forum for queries. M23
9:24 AM Ticket #1705 (Control Resizing before WinMove) updated by anonymous
Got unexpected behavior using ControlMove() on GUI controls too. Fixed using GUICtrlSetPos(). Maybe this should be stated in documentation.
2:32 AM Ticket #3678 (_FileWriteToLine) updated by BrewManNH
It's very easy to delete a line, just read everything into an array, delete the element of the array containing the line you don't want, write the array back to the file.

Dec 11, 2018:

8:27 PM Ticket #3678 (_FileWriteToLine) updated by anonymous
Then do a LineDelete function i don't mind. There aren't any easy way to delete a line atm so…
7:17 PM Ticket #3683 (Variable must be of type object) created by anonymous
I use ObjEvent("AutoIt.Error", "function") to handle COM errors so …

Dec 6, 2018:

8:26 PM Ticket #3682 (GuiCtrlCreatePic and the "set width and height to 0" feature) created by anonymous
The help file says : To set the picture control to the same size as …
12:00 AM Ticket #3681 (In the section "Variables" the prefix "o" is not described.) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Dec 5, 2018:

11:47 PM Ticket #3681 (In the section "Variables" the prefix "o" is not described.) created by anonymous
In the "Language Reference - Variables" section, the "Names of …
8:11 PM Ticket #3680 (Improve _ArrayBinarySearch function) updated by Melba23
You want it - you write it. Or at least a first attempt so we can see exactly what it is you wish to see implemented. M23
8:30 AM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by anonymous
Adding DllCall("User32.dll","bool","SetProcessDPIAware") makes the scripts aware of the DPI scaling but the AutoIt v3 Window Info does not take DPI scaling into account. To find the correct mouse position, one would need to take the position values given by the Window Info and then multiply it manually by whatever you have your scaling set to. If you have it set to 150%, then you multiply by 1.5. Is this something that will eventually be addressed with the Window Info? Perhaps having the Window Info detect what scaling is set to or allow users to manually enter in what scaling they are using so that the mouse positions will be accurate?

Dec 3, 2018:

4:00 PM Ticket #3680 (Improve _ArrayBinarySearch function) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:10 PM Ticket #3680 (Improve _ArrayBinarySearch function) created by anonymous
Think about the binary search not found case, return -1, then we …
1:35 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by anonymous
<snip>

Nov 25, 2018:

3:41 PM Ticket #3678 (_FileWriteToLine) updated by BrewManNH
> this 3 modes idea seems great imo > it should please everybody I disagree, a function with the word Write in it shouldn't be deleting lines. If you think writing means deleting then I can't help with that.
Note: See TracTimeline for information about the timeline view.