Timeline
May 22, 2022:
- 10:45 AM Ticket #3159 (ObjCreateInterface and BOOL type.) closed by
- Fixed: It was related with code optimisation (PGO). It has been fixed since 3.3.15.1 when Jon fix the PGO process
May 19, 2022:
- 10:46 PM Ticket #3884 (MouseCoordMode, cursor moving and DPI unawareness) updated by
-
Component changed
- 1:48 PM Ticket #3884 (MouseCoordMode, cursor moving and DPI unawareness) updated by
-
Owner, Status changed
Fix sent to Jon using SetCursorPos() solve the issue
May 18, 2022:
- 8:00 PM Tickets #3764,3885 batch updated by
-
Owner, Milestone changed
Fixed by revision [12721] in version: 3.3.16.1
May 17, 2022:
- 2:16 PM Ticket #3885 (SciTe - Save As - Dropdown empty) updated by
- This statement was missing in the embedded properties in the PE Header: save.filter=$(open.filter) Next version should be ok again, or you have these 2 options: 1: In SciTE choose "Options/Open Global Options File" and save this line to it : […] 2: use reshacker to add that line in the current properties PE header item under line 143 like this: […] You likely require to run both of those changes in Admin/Elevated Mode!
- 2:05 PM Ticket #3885 (SciTe - Save As - Dropdown empty) closed by
- Fixed: Fixed by revision [12719] in version: 3.3.15.6
- 11:00 AM Ticket #3885 (SciTe - Save As - Dropdown empty) updated by
-
Status changed
Confirmed... will check what the reason is. - 12:18 AM Ticket #3884 (MouseCoordMode, cursor moving and DPI unawareness) updated by
- The Win32 API lies to you. :) Just for completeness, I forgot to specify the OS: Windows 10 (1-2mo old) at 125% DPI. I've attached a screenshot and a test script now. The script is supposed to move the cursor to the center of a 1080p screen (assuming you've only 1 display enabled) and show what Windows reports to you BEFORE/AFTER you change own DPI awareness. From the screenshot: Default awareness: GetDpiForSystem: 96 its a lie MousePos: 961,541 its a lie and, AutoIt, it's off by a pixel System-wide DPI Awareness set: GetDpiForSystem: 120 correct, 96*1.25 = 120 MousePos: 1201,676 correct, this is what I see as a user I used these APIs: GetDpiForSystem, SetProcessDpiAwareness - I wanted to use the per-thread DPI setting, but it required getting hold of DPI_AWARENESS_CONTEXT - I don't know how to do it in Au3 or if its possible at all to acquire (it's a predefined HANDLE in windef.h)
May 16, 2022:
- 10:31 PM Ticket #3885 (SciTe - Save As - Dropdown empty) created by
- When trying to save the script in SciTE to a file the dropdown of the …
- 5:26 PM Ticket #3884 (MouseCoordMode, cursor moving and DPI unawareness) updated by
- Hi, I don't know why you conclue they move to 125,125 The following script prove that the Mouse pos return by MouseGetPos() is 100, 100 perhaps a little mistake due to the speed implementation […]
- 4:46 PM Ticket #3764 (ConsoleWrite binary mode) updated by
-
Owner, Resolution, Milestone changed
Fixed by revision [12718] in version: 3.3.15.6 - 2:30 PM Tickets #3865,3875,3883 batch updated by
-
Milestone changed
Fixed by revision [12717] in version: 3.3.16.1 - 10:49 AM Ticket #3884 (MouseCoordMode, cursor moving and DPI unawareness) created by
- MouseMove documentation (and others) refer to MouseCoordMode which …
- 7:50 AM Ticket #3882 (IsFileHandle(<AutoIt filehandle as returned by FileOpen)) updated by
-
Owner, Status changed
Fix sent to Jon
May 15, 2022:
- 6:45 AM Ticket #3883 (_DebugArrayDisplay produces uncalled console message) closed by
- Fixed: Fixed by revision [12716] in version: 3.3.15.6
May 13, 2022:
- 11:26 PM Ticket #3883 (_DebugArrayDisplay produces uncalled console message) updated by
- Not a bug but a misfeature: it messes with the console output, without that spurious message being neither required, informative to the user nor called for. I understand it may have been necessary while debugging the UDF but it's now parasitic in a release version.
May 12, 2022:
- 6:06 AM Ticket #3883 (_DebugArrayDisplay produces uncalled console message) updated by
- It is not a bug but a way to understand if the new way of sorting is working well the _ArrayDisplay() is not affected only the _DebugArrayDisplay()
May 11, 2022:
- 5:25 PM Ticket #3883 (_DebugArrayDisplay produces uncalled console message) created by
- This function invokes ArrayDisplay_Share (from …
- 3:10 PM Ticket #3882 (IsFileHandle(<AutoIt filehandle as returned by FileOpen)) updated by
-
Description changed
- 9:00 AM Ticket #3882 (IsFileHandle(<AutoIt filehandle as returned by FileOpen)) updated by
-
Version changed
Automatic ticket cleanup. - 8:48 AM Ticket #3882 (IsFileHandle(<AutoIt filehandle as returned by FileOpen)) created by
- I would like to write UDFs that (just like FileOpen) accept as input …
May 10, 2022:
- 2:55 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
- Replying to Jon: > Fixed by revision [12715] in version: 3.3.15.6 What does this "Fixed" mean? The issue still extists in 3.3.16.0 (or again)
May 9, 2022:
- 3:26 PM Ticket #2696 (StringRegExp* return non-participating groups) updated by
-
Owner, Status changed
I resent a fix to Jon, I hope he wiil integrate it
May 7, 2022:
May 6, 2022:
- 10:18 PM Ticket #3881 (Missing Extras\WM_NOTIFY.au3 file) updated by
- File is there located in ....\AutoIt3\Examples\Helpfile\Extras. Please check. Jos
- 10:00 PM Ticket #3881 (Missing Extras\WM_NOTIFY.au3 file) created by
- I found that the example in the helpfile for _GUICtrlListView_Create() …
May 3, 2022:
- 1:41 PM Ticket #3879 (Dim doesn't change the type of Map to Array) updated by
-
Owner, Status changed
Thanks, Fix sent to Jon
May 2, 2022:
- 3:31 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) closed by
- Fixed: Fixed by revision [12715] in version: 3.3.15.6
- 2:39 PM Ticket #3875 (GUICtrlSetResizing() performance) closed by
- Fixed: Fixed by revision [12714] in version: 3.3.15.6
Apr 30, 2022:
- 4:37 PM Tickets #3817,3863,3871,3872,3877 batch updated by
-
Owner, Milestone changed
Added by revision [12713] in version: 3.3.16.1 - 4:35 PM Ticket #3866 (REGEXPCLASS broken in 3.3.16.0) updated by
-
Milestone changed
Fixed by revision [12712] in version: 3.3.15.6
Apr 28, 2022:
- 10:12 AM Ticket #3879 (Dim doesn't change the type of Map to Array) created by
- Given a variable $v and for all AutoIt datatypes except …
Note:
See TracTimeline
for information about the timeline view.
