Timeline



May 7, 2023:

9:06 AM Ticket #3957 (TCP functions have spelling errors) closed by Jpm
Fixed: Fixed by revision [12986] in version: 3.3.17.0

May 6, 2023:

6:12 PM Ticket #3957 (TCP functions have spelling errors) created by lwc
The following functions use the word connexions instead of …

May 3, 2023:

11:15 PM Ticket #3953 (missing bracket error when using ternary operator or OR operator ...) updated by mLipok
Description changed
11:11 PM Ticket #3893 (Blog doesn't mention latest version) updated by mLipok
Replying to Jpm: > Download page is outdated > https://www.autoitscript.com/site/autoit/downloads/ Still not perfect. Proposal: Windows XP SP3 and Windows Server 2003 SP2 and Also what about all newer server version - last mentioned is: Windows Server 2008/2008 R2
8:07 AM Ticket #3893 (Blog doesn't mention latest version) closed by Jpm
Fixed
1:34 AM Ticket #3955 (Wiki code examples are broken) created by lwc
The wiki attempts to use <syntaxhighlight lang="autoit"> to display …
1:26 AM Ticket #3893 (Blog doesn't mention latest version) updated by lwc
Please close as it seems fixed by now, thanks.

Apr 30, 2023:

5:48 AM Ticket #3954 (links do not work) closed by Jpm
Fixed: Fixed by revision [12985] in version: 3.3.17.0

Apr 28, 2023:

6:51 PM pic.jpg attached to Ticket #3954 by Tweaky
6:50 PM Ticket #3954 (links do not work) created by Tweaky
In the help file, several links do not work on the following page. For …
10:00 AM Ticket #3943 (Using a function return to increment an counter array element causes ...) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
9:08 AM Ticket #3949 (ArrayDisplayInternals : incorrect indication in Func ArrayDisplay_GetData) closed by Jpm
Fixed: Fixed by revision [12984] in version: 3.3.17.0
9:05 AM Ticket #3943 (Using a function return to increment an counter array element causes ...) updated by Jpm
Badly closed
9:04 AM Ticket #3943 (Using a function return to increment an counter array element causes ...) reopened by Jpm
9:01 AM Ticket #3943 (Using a function return to increment an counter array element causes ...) closed by Jpm
Fixed: Fixed by revision [12983] in version: 3.3.17.0
8:45 AM Ticket #3950 (Silent crash without triggering recursion warning) updated by Jpm
Hi, your script produce 2 msgbox and stop gracefully soI don't see any pb

Apr 27, 2023:

8:41 PM Ticket #3950 (Silent crash without triggering recursion warning) updated by anonymous
For your convenience, here's a tweaked version that crashes silently: […]
8:35 PM Ticket #3950 (Silent crash without triggering recursion warning) updated by anonymous
Replying to anonymous: > Replying to Jpm: > > Hi in fact the pointed post script does not produce any error on my system > > could you post an updated one? > > > > Thanks > > That's the problem, it did not produce an error when it should have. The script just crashes without producing a result. Did your system produce a result MsgBox, or did it just exit silently? That is, if you change 1569 to a larger number.
8:35 PM Ticket #3950 (Silent crash without triggering recursion warning) updated by anonymous
Replying to Jpm: > Hi in fact the pointed post script does not produce any error on my system > could you post an updated one? > > Thanks That's the problem, it did not produce an error when it should have. The script just crashes without producing a result. Did your system produce a result MsgBox, or did it just exit silently?
8:00 PM Ticket #3950 (Silent crash without triggering recursion warning) updated by Jpm
Hi in fact the pointed post script does not produce any error on my system could you post an updated one? Thanks
9:47 AM Ticket #3953 (missing bracket error when using ternary operator or OR operator ...) updated by Jpm
Owner, Status changed
Thanks Fix sent to Jon for next beta
8:22 AM Ticket #3953 (missing bracket error when using ternary operator or OR operator ...) updated by Jos
Yep, that is why this comment is in the helpfile: Remarks This Conditional operator allows a binary choice to be executed without the overhead of an If...Else...EndIf structure. Although not necessary in all cases, it is strongly recommended that the 3 elements are enclosed in parentheses. "

Apr 26, 2023:

11:38 AM Ticket #3953 (missing bracket error when using ternary operator or OR operator ...) created by AspirinJunkie
When using a ternary operator inside a direct array definition, an …

Apr 24, 2023:

3:02 PM Ticket #3945 (StringRegExp help about \s misses VT) closed by Jpm
Fixed: Fixed by revision [12981] in version: 3.3.17.0

Apr 18, 2023:

2:05 PM Ticket #3945 (StringRegExp help about \s misses VT) updated by jchd18
Just did (hand editing) the same thing with (obviously) the exact same result. Great.
12:57 PM Ticket #3952 (Asynchronous callbacks?) updated by anonymous
Required DLL was too big to upload and can be donwloaded from https://1drv.ms/u/s!ApvBpBKbFRGbkPgK_CdZwso20AzK_g?e=NW65rb
12:52 PM asyncrepro.zip attached to Ticket #3952 by Danp2
Reproducer
12:50 PM Ticket #3952 (Asynchronous callbacks?) created by danpollak2@…
https://www.autoitscript.com/forum/topic/210100-asynchronous-callbacks/

Apr 17, 2023:

3:15 PM Ticket #3945 (StringRegExp help about \s misses VT) updated by Jpm
Whoah, You need to write a small script to automise this process You could have added at the End the signification of x X xY Thanks a lot
12:26 AM Ticket #3945 (StringRegExp help about \s misses VT) updated by pixelsearch
@jpm, as your script uses _DebugArrayDisplay, then I clicked the button "copy data & header/row", saved clipboard content as jpm.csv, imported in Excel (pipe delimited), centered columns in Excel, exported from Excel as "Formatted text (space delimited *.prn)" as jpm.prn, opened the .prn file with NotePad, copy-paste its content below, without any further modification (except the horizontal line I added below the headers) It was quick & easy to do it, much longer to explain ! The display below looks great. Let's try to remember the different steps, in case we need one day other _DebugArrayDisplay results formatted as below. So the steps are found in Trac Ticket 39-45 ? Then a mnemonic WW2 will do. […]

Apr 16, 2023:

7:36 PM Ticket #3945 (StringRegExp help about \s misses VT) updated by Jpm
Hi Pixelsearch, Thanks for the feedback. I dont know how Jchd post the output of his test?

Apr 15, 2023:

8:52 PM Ticket #3945 (StringRegExp help about \s misses VT) updated by pixelsearch
@jpm After testing each and every pattern, I confirm everything you wrote in your very last post : […] The output of your script is great (with the xX's in ArrayDisplay). I wish I could upload it here as an image for everyone to see it, but I don't know how. Bravo to both of you.
5:52 PM Ticket #3945 (StringRegExp help about \s misses VT) updated by Jpm
@pixelsearch did you use the script I post above? does your post conflict with what I say […] Thanks for the help
2:02 PM Ticket #3945 (StringRegExp help about \s misses VT) updated by pixelsearch
Hi jpm & jchd Not sure I'll be a big help on the updates as I checked quickly only chars from 0 to 255 . For example, with jchd script (which uses his personal "CW.au3" and "dump.au3" found in the Forum), it's easy to show what follows : […] Console display […] So yes, we see that ChrW(0x0085)and ChrW(0x00A0) are treated differently. With jchd's code, it's easy to check which pattern matches what. Good luck to both of you

Apr 12, 2023:

10:03 AM Ticket #3945 (StringRegExp help about \s misses VT) updated by Jpm
I recheck with the following script and I find out that \s equal :space: and are *UCP sensitive \h \v independant of *UCP :blank: *UCP sensitive as opposed to \h do you agree? x only without *UCP X only with *UCP xX with or without *UCP […]
Note: See TracTimeline for information about the timeline view.