Timeline



May 11, 2022:

5:25 PM Ticket #3883 (_DebugArrayDisplay produces uncalled console message) created by jchd18
This function invokes ArrayDisplay_Share (from …
3:10 PM Ticket #3882 (IsFileHandle(<AutoIt filehandle as returned by FileOpen)) updated by mLipok
Description changed
9:00 AM Ticket #3882 (IsFileHandle(<AutoIt filehandle as returned by FileOpen)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:48 AM Ticket #3882 (IsFileHandle(<AutoIt filehandle as returned by FileOpen)) created by RTFC
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 anonymous
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 J-Paul Mesnage
Owner, Status changed
I resent a fix to Jon, I hope he wiil integrate it

May 7, 2022:

8:26 AM Ticket #3881 (Missing Extras\WM_NOTIFY.au3 file) closed by Jos
No Bug

May 6, 2022:

10:18 PM Ticket #3881 (Missing Extras\WM_NOTIFY.au3 file) updated by Jos
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 Kloud
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 J-Paul Mesnage
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 Jon
Fixed: Fixed by revision [12715] in version: 3.3.15.6
2:39 PM Ticket #3875 (GUICtrlSetResizing() performance) closed by Jon
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 Jon
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 Jon
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 jchd18
Given a variable $v and for all AutoIt datatypes except …

Apr 23, 2022:

5:27 PM Ticket #3878 (Tidy corrupts user defined include lines..) closed by Jos
Fixed: Funny that nobody ever had this issue before. Guess that is mainly because when using a user defined UDF file one mainly uses this syntax: #include "c:\xyz\file.au3". This is definitely an bug and should be fixed in the current Tidy beta version 21.316.1639.14 https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/Tidy.exe Jos
2:42 PM Ticket #3878 (Tidy corrupts user defined include lines..) created by wimhek11@…
Tidy changes the #include lines pointing to own includes from …

Apr 22, 2022:

2:38 AM Ticket #3876 (Hex Number Arithmetic is incorrect) updated by Zbend
Replying to anonymous: > Hello, > > i found the same problem in all beta versions since 3.3.14.5, you can bypass them by wrote > {{{ > Const $OFFSET = -(0x46) > }}} > > Sascha thats only a bypass for hardcoded offsets. If you have functions where you dont know if the output value is supposed to be positive or negative this bypass wont work out. also that "solution" was mentioned in the link i provided

Apr 20, 2022:

4:56 PM Ticket #3876 (Hex Number Arithmetic is incorrect) updated by anonymous
Hello, i found the same problem in all beta versions since 3.3.14.5, you can bypass them by wrote […] Sascha

Apr 16, 2022:

11:18 AM Ticket #3869 (Subtraction operator before power operation is parsed incorrectly) updated by J-Paul Mesnage
Owner, Status changed
10:13 AM Ticket #3869 (Subtraction operator before power operation is parsed incorrectly) updated by J-Paul Mesnage
Hi, the main problem was coming from a regression introduce by #3772 But it was still a pb with 3.3.14.5 which must return -5 all the time The unary operator is not really handled in AutoIt The fix has been sent to Jon
10:07 AM Ticket #3876 (Hex Number Arithmetic is incorrect) updated by J-Paul Mesnage
Hi I cannot answer this question as Jon will do it when It has time in fact this pb come from a regression introduce by #3772 which will be fix by the fixing of #3869 Sorry for the trouble

Apr 12, 2022:

11:49 AM Ticket #3863 (_WinAPI_GetCapture) closed by J-Paul Mesnage
Completed: Added by revision [12704] in version: 3.3.15.6
11:15 AM Ticket #3877 ($GUI_ONTOP hides the control when already on top) closed by J-Paul Mesnage
Fixed: Fixed by revision [12703] in version: 3.3.15.6
10:54 AM Ticket #3877 ($GUI_ONTOP hides the control when already on top) updated by anonymous
Replying to anonymous: > $GUI_ONTOP is meant for GUI's and not for GUI Controls. Isn't it? Sorry. Never mind. Looked it up.
10:50 AM Ticket #3877 ($GUI_ONTOP hides the control when already on top) updated by anonymous
$GUI_ONTOP is meant for GUI's and not for GUI Controls. Isn't it?
7:28 AM Ticket #3877 ($GUI_ONTOP hides the control when already on top) updated by J-Paul Mesnage
Nice catch @pixelsearch I will add to the doc pointing to this article https://social.msdn.microsoft.com/Forums/en-US/dcd6a33c-2a6f-440f-ba0b-4a5fa26d14bb/when-to-use-wsclipchildren-and-wsclipsibilings-styles?forum=vcgeneral I will not change the default as this article point out a little perf draw back

Apr 11, 2022:

6:09 PM Ticket #3877 ($GUI_ONTOP hides the control when already on top) updated by pixelsearch
Adding a $WS_CLIPSIBLINGS style when creating the label seems to solve the issue in the script presented above, where controls overlap. Is this solution ok ? Local $idLabel = GUICtrlCreateLabel("", 0, 0, 300, 200, $WS_CLIPSIBLINGS, $GUI_WS_EX_PARENTDRAG)
Note: See TracTimeline for information about the timeline view.