Timeline



Jun 26, 2020:

5:15 PM Ticket #3765 (_FileWriteLog) closed by J-Paul Mesnage
Fixed: Fixed by revision [12351] in version: 3.3.15.4
3:39 PM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) closed by J-Paul Mesnage
Completed: Added by revision [12350] in version: 3.3.15.4

Jun 24, 2020:

4:33 PM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) updated by argumentum
..added $iStripWS option […]
4:15 PM Ticket #3695 (Func _SQLite_Display2DResult($aResult, $iCellWidth = 0, $bReturn = ...) updated by argumentum
..there was a missing Default(s), so I added them all. ..and other tweaks. […]

Jun 20, 2020:

4:10 AM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) updated by argumentum
this code should be ready to include ( unlike the prior posts ) […]

Jun 14, 2020:

10:45 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by argumentum
...and now that I think of it, the @ScriptLineNumber is not part of the information available on the OnAutoItExitRegister() function. =(
10:22 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by argumentum
lol, thanks. I should have read more carefully before coding this: […] You are really attentive. Thanks Jpm.

Jun 12, 2020:

2:12 PM Ticket #3765 (_FileWriteLog) updated by J-Paul Mesnage
As when using Handle it will be needed to override the opening mode, I prefer to change the doc to explain that with handle the $iFlag is ignored and so only apending will occurs

Jun 9, 2020:

6:00 AM Ticket #3766 (@IncludeScriptFullPath and @IncludeScriptName) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:00 AM Ticket #3766 (@IncludeScriptFullPath and @IncludeScriptName) created by argumentum
@ScriptLineNumber knows the #include. I can write Func this($var = …

Jun 7, 2020:

6:38 PM Ticket #3765 (_FileWriteLog) created by RedZone
$iFlag value does not work when $sLogPath = a file handle returned …
12:51 PM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by anonymous
<snip>

Jun 4, 2020:

8:58 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") closed by Melba23
No Bug
6:38 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") updated by Melba23
Owner changed
The problem is that your picture control covers the entire GUI and needs to be active for the PARENTDRAG functionality to work. But if it is active then AutoIt eats the mouseclick as a return from the pic control. Disabling the control allows the MouseGetPos to work, but then the PARENTDRAG does not. No bug - just the standard AutoIt "overlapping control" behaviour. M23

Jun 3, 2020:

4:43 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by J-Paul Mesnage
I fixed the doc for "SetExitCode" option and I introduce 2 Functions to format th @ExitCode and the @ExitLethod The best I can do without having Jon change the AutoIt code Cheers
4:36 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) closed by J-Paul Mesnage
Completed: Added by revision [12345] in version: 3.3.15.4
7:04 AM Ticket #3764 (ConsoleWrite binary mode) updated by divinity76@…
BinaryToString is not a good solution, it would corrupt binary data, also for some reason, this prints absolutely nothing: ConsoleWrite(BinaryToString(Chr(0) & "ABCDEFG")); - absolutely nothing will be printed, but even if it was printed, a conversion to something non-binary would cause data corruption lets take a more complex, and real, example: trying to implement the Unix Cat program in AutoIt ( https://en.wikipedia.org/wiki/Cat_(Unix) ), a program available on all Linux and MacOS systems, but not shipped with Windows, a simple implementation would probably look something like: […] but this script would fail to cat any files with NULL bytes in them, and if you did ConsoleWrite(BinaryToString(FileRead($cmdLine[$i]))); , then it would *corrupt* binary files, wouldn't it?

Jun 2, 2020:

2:04 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by J-Paul Mesnage
In fact the Opt() is Opt("SetExitCode", 1) not documented in the Help, just included in the Web doc.
1:14 PM Ticket #3764 (ConsoleWrite binary mode) closed by J-Paul Mesnage
Rejected: If you know your parameter to ConsolWrite is a binary just use ConsolWrite(BinaryToString($Data)) we will not Change the ConsoleWrite for such easy handling of Binary if needed Cheers

May 30, 2020:

2:00 PM Ticket #3764 (ConsoleWrite binary mode) created by divinity76@…
ConsoleRead has a binary mode, so it seems fitting that ConsoleWrite …

May 27, 2020:

9:34 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by argumentum
Opt("OnExitCode", 1) from https://www.autoitscript.com/autoit3/docs/appendix/Exitcodes.htm I've never seen it on any version that I can remember.
Note: See TracTimeline for information about the timeline view.