Timeline



Apr 4, 2022:

6:03 PM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) updated by J-Paul Mesnage
Description, Summary changed
6:02 PM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) reopened by J-Paul Mesnage
5:00 PM Ticket #3873 (DllStruct dot access non existent element should be a fatal error) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:03 PM Ticket #3873 (DllStruct dot access non existent element should be a fatal error) created by matwachich@…
When accessing a dllstruct like this $tStruct.field, if field doesn't …
2:42 PM Ticket #3872 (FTP-Server in AutoIt Help no longer accessible) updated by mLipok
ftp://speedtest.tele2.net Found on: https://stackoverflow.com/a/29104430/5314940
8:19 AM Ticket #3872 (FTP-Server in AutoIt Help no longer accessible) updated by J-Paul Mesnage
Hi, can you suggest a FTP server without password?

Apr 3, 2022:

8:30 AM Ticket #3872 (FTP-Server in AutoIt Help no longer accessible) updated by J-Paul Mesnage
Reporter changed

Apr 2, 2022:

11:34 AM Ticket #3872 (FTP-Server in AutoIt Help no longer accessible) created by Musashi
Apparently, the FTP-Server ftp.csx.cam.ac.uk (CAMBRIDGE ANONYMOUS FTP …
8:48 AM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) closed by J-Paul Mesnage
Fixed: Fixed
8:20 AM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) created by J-Paul Mesnage
To repro just use the pointed link …

Mar 30, 2022:

10:08 AM Ticket #3835 (Replace constants with magic numbers) updated by J-Paul Mesnage
I revert the GDIPlus.au3 regression Fix in 3.3.16.1 Sorry for the trouble

Mar 23, 2022:

10:19 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) closed by Jon
Fixed
10:19 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) updated by anonymous
Yes, it will be the same.
8:28 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) updated by mLipok
Description changed
8:27 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) updated by mLipok
Is this related to ? https://www.autoitscript.com/trac/autoit/ticket/3866
4:42 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by J-Paul Mesnage
Hi, it was a regression in fixing #2962 The fix has already sent to Jon in March 2021

Mar 20, 2022:

6:31 AM Ticket #3870 ([Bug in Regexptitle & regexpclass]) updated by J-Paul Mesnage
For me the script works the same for 3.3.14.5, 3.3.15.4, 3.3.15.5, 3.3.16.0

Mar 19, 2022:

4:47 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) created by anonymous
in version v3.3.15.4(beta):->the script work fine but,in version …

Mar 16, 2022:

4:49 AM Ticket #3869 (Subtraction operator before power operation is parsed incorrectly) created by AspirinJunkie
For the operation of the basic form a - b^e, the result depends …

Mar 12, 2022:

9:05 AM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by Jos
See here for the changes to the SciTE Lexer issues you reported: https://www.autoitscript.com/forum/topic/205465-uploaded-a-new-version-of-the-scite4autoit3exe-v2131616391/?do=findComment&comment=1498308

Mar 11, 2022:

3:04 PM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by Jos
Replying to anonymous: > Thanks for the quick respons and solution. > The change suggested by mLipok solves the ConsoleWrite problem. Something similar is implemented in the current Beta, but preferred to use StringRegEx(). ;) Replying to anonymous: > What remains is the minor problem of confused syntax highlighting. > '#RequireAdmin #cs' makes the whole script seem to be comment. > '#RequireAdmin #cs #ce' seems to reverse code to comment and comment to code. > The script runs without problems so this is just visual weirdness but easy to solve when it happens. I will have a look at that one too, but it's a totally separate "bug" in the SciLexer source for au3. ;) As for the variations of #RequireAdmin you listed: AutoIt3 just looks for the starting characters "#RequireAdmin" after removing the whitespace and doesn't consider any extra characters after it. That is the way Directives are implemented... One Directive per line at the start. This also means that the SciLexer really should ignore #cs after any previous directive on that line. Groet, Jos
1:57 PM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by anonymous
Thanks for the quick respons and solution. The change suggested by mLipok solves the ConsoleWrite problem. What remains is the minor problem of confused syntax highlighting. '#RequireAdmin #cs' makes the whole script seem to be comment. '#RequireAdmin #cs #ce' seems to reverse code to comment and comment to code. The script runs without problems so this is just visual weirdness but easy to solve when it happens.
12:55 PM Ticket #3784 (StringSplit2D) updated by Jos
This is a closed feature request/proposal and don't see how your post has anything to do with it!
12:23 PM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) closed by Jos
Fixed: It is now solved in the current Beta. ;)
12:07 PM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by mLipok
Take a look on AutoIt3Wrapper.au3: There is: […] Check if this following change, fix this issue: […] btw. Jos is the maintainer of AutoIt3Wrapper.au3 so he will decide how it will be fixed at the end.
11:57 AM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by mLipok
Strange. If you take look on: https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/History.html It was added as a new feature at: 2-1-2019 […] So this should work. I'm investigating as it still works on my other scripts, but as you stated this is related to the comment after RequireAdmin Smallest repro […]
11:36 AM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by mLipok
Owner, Status, Version, Component changed
10:03 AM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) created by OJBakker
When this script is run in Scite: UAC-elevation prompt appears The …
2:41 AM Ticket #3784 (StringSplit2D) updated by anonymous
Hi , Global $g_sDelimRow = @LF ; => for Activesheet Paste function from ClipBoard Global $g_sDelimCol = @TAB ; => for Activesheet Paste function from ClipBoard ;_Excel_RangeWrite( @@@source workbook@@@, @@@target workbook.sheet@@@, StringSplit2D(ClipGet(), $g_sDelimCol, $g_sDelimRow ), @@@target cell@@@ ) ;func $oWorkbook.Activesheet.Paste _Excel_RangeWrite($oWorkbook, $oWorkbook.Activesheet, StringSplit2D(ClipGet(), $g_sDelimCol, $g_sDelimRow ), "A2") ;func $oWorkbook.Activesheet.Paste Can be use as Drop in replace for Activesheet.Paste from Clipboard for Excel 365 Kay

Mar 10, 2022:

2:57 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by mLipok
Ok. Now I agree that $GUI_DOCKBORDERS but also $GUI_DOCKAUTO works wrong. The issue occurs in case GUICtrlCreatePic was used to create the control, but there is no problem with controls created by: GUICtrlCreateButton. It starts on AutoIt 3.3.15.1
12:03 PM Ticket #3867 (Script Breaking Changes in 'SecurityConstants.au3') closed by J-Paul Mesnage
Fixed: Fixed by revision [12670] in version: 3.3.15.6
8:23 AM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by anonymous
Your're right, I Meant $GUI_DOCKBORDERS […] Replying to mLipok: > Replying to anonymous: > > $GUI_DOCKALL should resize the picture and keep the distance to all sides the same. > > Why you think that should resize the picture ? > > Documentatin says: > {{{ > $GUI_DOCKALL 802 (2+32+256+512) so the control will not move during resizing > }}} > To clarify I will add > {{{ > $GUI_DOCKALL 802 (2+32+256+512) so the control will not change (move/resize) during window resizing > }}} > > Is it clear now? >

Mar 9, 2022:

2:15 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by mLipok
Replying to anonymous: > $GUI_DOCKALL should resize the picture and keep the distance to all sides the same. Why you think that should resize the picture ? Documentatin says: […] To clarify I will add […] Is it clear now?
11:23 AM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by anonymous
$GUI_DOCKALL should resize the picture and keep the distance to all sides the same. $GUI_DOCKAUTO should also resize the picture, relative to the GUI size. (distance to the sides would relatively grow/shrink) Replying to mLipok: > I checked your bug reports. > It looks like $GUI_DOCKALL works fine > HelpFile: > ..…
10:25 AM Ticket #3867 (Script Breaking Changes in 'SecurityConstants.au3') created by OJBakker
There are 2 undocumented script breaking changes in …

Mar 8, 2022:

5:49 PM Ticket #3866 (REGEXPCLASS broken in 3.3.16.0) closed by Jon
Fixed: Fixed by revision [12668] in version: 3.3.16.1
5:39 PM Ticket #3866 (REGEXPCLASS broken in 3.3.16.0) created by Jon
Created a memory leak/object error with an optimization in 3.3.16.0
2:52 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by mLipok
I checked your bug reports. It looks like $GUI_DOCKALL works fine HelpFile: […] Bug or change is in $GUI_DOCKAUTO HelpFile: […] In Au3.3.15.0 it works fine. Starting from Au3.3.15.1 it is not resizing, only repositioning. My testing script: […] Smallest repro: […]
2:39 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by mLipok
Version, Description changed
12:46 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) created by anonymous
[…]

Mar 6, 2022:

9:50 PM Ticket #3864 (StringRegExp - AutoIt3.exe ended.rc:-1073741571) updated by mLipok
Here is better, small example […] this example ends with: […] Is there a way to prevent this error in AutoIt internal C++ code for StringRegExp function ?
6:30 PM Milestone 3.3.16.0 completed
12:50 AM Ticket #3864 (StringRegExp - AutoIt3.exe ended.rc:-1073741571) updated by Jon
Cheers, Can you just comment what the expected behaviour is? I can see something is doubling but not what is supposed to be happening :)

Mar 5, 2022:

6:39 PM Ticket #3864 (StringRegExp - AutoIt3.exe ended.rc:-1073741571) created by mLipok
This code […] ends with […] I hope someday it will be …
6:11 PM Ticket #2696 (StringRegExp* return non-participating groups) updated by Jon
Change reverted.
1:48 PM Ticket #3849 (Server 2022 @OSVersion returns WIN_2019) updated by mLipok
For future testing purposes, I am posting a revised test script here: […] This is related to discussion from here: https://www.autoitscript.com/forum/topic/207634-autoit-v33155-beta/?do=findComment&comment=1497796 My current results are: […]
11:07 AM Ticket #3794 (StringRegExp - string passed by value instead by reference?) closed by Jon
Fixed: Fixed by revision [12648] in version: 3.3.15.6
Note: See TracTimeline for information about the timeline view.