Timeline



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.

May 26, 2020:

10:52 AM Ticket #3763 (Send() Optimisation) created by TommyDDR
When SendKeyDelay and SendKeyDownDelay opt are both equals to 0, call …

May 22, 2020:

2:54 AM Ticket #3004 (Anonymous Maps) updated by anonymous
With @EmptyMap ;or just EmptyMap(), where EmptyMap=lambda: {Local $map[] ; Return $map} .key = 12345 Return @TheWithObject ;or @TheWithMap, but not @TheWithExpression, bc that would be expected to(and should?) return ; just the *expression* used in With stmnt (here it would be the @EmptyMap/EmptyMap()), l and not the *modified* object/map itself! EndWith

May 21, 2020:

12:15 PM Ticket #1652 (Sleep in TimerFunc) updated by J-Paul Mesnage
Owner, Status changed

May 18, 2020:

3:30 PM Ticket #1652 (Sleep in TimerFunc) updated by J-Paul Mesnage
I sure not as The pb mention by hunt is still true (click twice) In the old time I propose a solution to Jon but he diskike the solution so reject the fix. At that time I reopen the ticket so Jon can do Something he like.
8:34 AM Ticket #3740 (better _ChooseColor()) closed by J-Paul Mesnage
Completed: Added by revision [12340] in version: 3.3.15.4

May 17, 2020:

11:26 PM Ticket #3246 (_IENavigate not working redirect on IE 11/Win 10) updated by mLipok
Trying Attach should not be possible when you not specify any URL. Fixed […] by this simply modification: […] after this MOD There is no: […] btw. This testing URL site provided by OP , currently navigates to: https://www.hs-karlsruhe.de/error/404.html
11:22 PM Ticket #3246 (_IENavigate not working redirect on IE 11/Win 10) closed by mLipok
Fixed: Fixed by revision [12334] in version: 3.3.15.4
10:19 PM Ticket #1652 (Sleep in TimerFunc) updated by mLipok
here is my modified script: […] results in AutoIt 3.3.14.5 : […] results in AutoIt 3.3.15.3 : […] Is it fixed ? EDIT: btw. in AutoIt 32bit problem is not occuring even with 3.3.14.5
9:55 PM Ticket #3738 (Com error in _IEAttach with embedded IE) closed by mLipok
Fixed: Fixed by revision [12331] in version: 3.3.15.4
9:28 PM Ticket #3740 (better _ChooseColor()) updated by argumentum
new revised cod is at https://www.autoitscript.com/forum/topic/200985-_choosecolor-but-better/?do=findComment&comment=1455597
3:35 PM Ticket #3633 (_GUICtrlRichEdit_FindText does not flag failure to find CR) closed by J-Paul Mesnage
Fixed: Fixed by revision [12330] in version: 3.3.15.4
12:28 PM Ticket #3675 ($tagNETRESOURCE: Add constants) closed by J-Paul Mesnage
Completed: Added by revision [12329] in version: 3.3.15.4
12:09 PM Ticket #2972 (Adding a sort of _IEAttributeGet function to IE.UDF) updated by J-Paul Mesnage
Owner, Status changed
12:08 PM Ticket #3004 (Anonymous Maps) updated by J-Paul Mesnage
Owner, Status changed
12:08 PM Ticket #3005 (Allow maps as expressions in a "With" statement.) updated by J-Paul Mesnage
Owner, Status changed
12:06 PM Ticket #2503 (Reference Definition Keyword) closed by J-Paul Mesnage
Rejected: no more info
12:04 PM Ticket #3275 (free/unset variable) closed by J-Paul Mesnage
Rejected
12:03 PM Ticket #3533 (Map Array Read/Write) updated by J-Paul Mesnage
Owner, Status changed
perhaps Jon can answer it
12:01 PM Ticket #3654 (_IECreateEmbedded isn't accessibil with screen readers) closed by J-Paul Mesnage
Rejected: no info provided so I close it
11:59 AM Ticket #3685 (_GUICtrlTreeView_GetItemParam should use item handle instead of ...) closed by J-Paul Mesnage
Works For Me: this function use bothhandle and ControlId
11:56 AM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) updated by J-Paul Mesnage
Owner, Status changed
11:54 AM Ticket #3732 (_Excel_BookList) updated by J-Paul Mesnage
Component changed
11:53 AM Ticket #3742 (Locate Windows Shell context menu items in an extra menu) updated by J-Paul Mesnage
I try your proposal but it not working with Win10 Unless you give me better advice I will close this ticket Cheers
10:01 AM Ticket #2719 ("Misc. functions Reference" - table - Function list) closed by J-Paul Mesnage
Wont Fix
10:00 AM Ticket #1919 (Native IPv6 support) closed by J-Paul Mesnage
Rejected
9:32 AM Ticket #3649 (Add the word glob to docs for search engines) closed by Jos
Fixed: Fixed by revision [12327] in version: 3.3.15.4
9:07 AM Ticket #3649 (Add the word glob to docs for search engines) updated by Jos
Owner changed
7:37 AM Ticket #3695 (Func _SQLite_Display2DResult($aResult, $iCellWidth = 0, $bReturn = ...) closed by J-Paul Mesnage
Completed: Added by revision [12326] in version: 3.3.15.4

May 16, 2020:

6:07 PM Ticket #3676 ($tagResource Help lacks some DisplayTypes) closed by J-Paul Mesnage
Rejected: I cannot use the link to find the extra info so If you find a new one I will glad to work on it Please reopen a new ticket if so
5:54 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) updated by J-Paul Mesnage
fixed by #3647
5:54 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) closed by J-Paul Mesnage
Fixed
5:52 PM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) closed by J-Paul Mesnage
Fixed: Fixed by revision [12325] in version: 3.3.15.4
4:57 PM Ticket #3611 (_GUICtrlListView_SetBkHBITMAP()) closed by J-Paul Mesnage
Completed: Added by revision [12323] in version: 3.3.15.4
2:37 PM Ticket #3514 (Add a treeview UDF calling $TVGN_LASTVISIBLE) closed by J-Paul Mesnage
Completed: Added by revision [12322] in version: 3.3.15.4
11:27 AM Milestone 3.3.15.3 completed
7:54 AM Ticket #3723 (Odd problem with _GUICtrlRichEdit_ReplaceText) updated by J-Paul Mesnage
Owner, Status changed
7:12 AM Ticket #3723 (Odd problem with _GUICtrlRichEdit_ReplaceText) updated by J-Paul Mesnage
Component changed
7:11 AM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) updated by J-Paul Mesnage
Owner, Status, Component changed
7:08 AM Ticket #3697 (_WinAPI_GetOverlappedResult fails to set the [out] parameter $iBytes ...) closed by J-Paul Mesnage
Fixed: Fixed by revision [12312] in version: 3.3.15.3
6:50 AM Ticket #3681 (In the section "Variables" the prefix "o" is not described.) closed by J-Paul Mesnage
Completed: Added by revision [12311] in version: 3.3.15.3
6:31 AM Ticket #3574 ($ES_PASSWORD limits input length to control width, Add note about ...) closed by J-Paul Mesnage
Completed: Added by revision [12310] in version: 3.3.15.3
6:19 AM Ticket #3670 (DrveGetDrive() help: a clarification) closed by J-Paul Mesnage
Completed: Added by revision [12309] in version: 3.3.15.3

May 15, 2020:

11:55 PM Ticket #3759 (Console (cmd.exe) output) updated by mLipok
and also: https://www.autoitscript.com/forum/topic/126569-consoleau3-udf/
10:51 PM Ticket #3759 (Console (cmd.exe) output) updated by mLipok
You can try this UDF: https://github.com/MattDiesel/au3-console or this: https://www.autoitscript.com/forum/topic/112372-command-prompt-automation/
10:37 PM Ticket #3574 ($ES_PASSWORD limits input length to control width, Add note about ...) updated by Jos
Owner changed
Assigned to me? why?
9:31 PM Ticket #3272 (suggesting 2 features that would be really useful) closed by Melba23
Rejected
9:31 PM Ticket #3559 (ArrayAdd item-delimited string erroneously stores Booleans as strings ...) closed by Melba23
Fixed: $ARRAYFILL_FORCE_BOOLEAN added in 3.3.14.4
9:28 PM Ticket #3630 (Superscripting attribute in the Rich Edit control doesn't work) closed by Melba23
Rejected
9:25 PM Ticket #3634 (_FileListToArray error codes) closed by Melba23
Rejected
9:22 PM Ticket #3719 (Create and manage more tray buttons than just one) closed by Melba23
Rejected
9:21 PM Ticket #3653 (Can't set value of element of nested array) closed by Melba23
Rejected
9:19 PM Ticket #3627 (Feature Request: AutoItWinGetHandle()) closed by Melba23
Rejected
9:17 PM Ticket #3656 (PCRE updates and security issues) closed by Melba23
Fixed: PCRE updated for 3.3.16.0
9:15 PM Ticket #3538 (Make ByRef parameters for _PathSplit optional) closed by Melba23
Rejected
8:19 PM Ticket #3757 (Colors in GuiListView functions are switched) closed by Melba23
Fixed: Fixed by revision [12305] in version: 3.3.15.3
8:07 PM Ticket #3757 (Colors in GuiListView functions are switched) updated by Melba23
Altering the library functions to accept RGB would be seriously script-breaking. I am going to add comments to the Help file pages for GUICtrlListView_SetColor* functions explaining the need for BGR colours and suggesting _WinAPI_SwitchColor as the best way to convert. M23
7:13 PM Ticket #3678 (_FileWriteToLine) closed by Melba23
Fixed: Fixed by revision [12304] in version: 3.3.15.3
7:03 PM Ticket #3728 (_ArrayTranspose does not create 1D array from 2D array) closed by Melba23
Fixed: Fixed by revision [12303] in version: 3.3.15.3
6:47 PM Ticket #3728 (_ArrayTranspose does not create 1D array from 2D array) updated by Melba23
Owner changed
6:42 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) closed by Melba23
Completed: Removed "stable" words from function header - function code unchanged Changed by revision [12302] in version: 3.3.15.3
4:35 PM Ticket #2719 ("Misc. functions Reference" - table - Function list) updated by J-Paul Mesnage
Owner, Status changed
4:33 PM Ticket #3514 (Add a treeview UDF calling $TVGN_LASTVISIBLE) updated by J-Paul Mesnage
Owner, Status changed
4:33 PM Ticket #3538 (Make ByRef parameters for _PathSplit optional) updated by J-Paul Mesnage
Owner, Status changed
4:32 PM Ticket #3574 ($ES_PASSWORD limits input length to control width, Add note about ...) updated by J-Paul Mesnage
Owner, Status changed
4:31 PM Ticket #3579 (Clarification of Help for DllStructGetData(): never returns an array) updated by J-Paul Mesnage
Owner, Status changed
4:30 PM Ticket #3611 (_GUICtrlListView_SetBkHBITMAP()) updated by J-Paul Mesnage
Owner, Status changed
4:29 PM Ticket #3649 (Add the word glob to docs for search engines) updated by J-Paul Mesnage
Owner, Status changed
4:27 PM Ticket #3670 (DrveGetDrive() help: a clarification) updated by J-Paul Mesnage
Owner, Status changed
4:27 PM Ticket #3676 ($tagResource Help lacks some DisplayTypes) updated by J-Paul Mesnage
Owner, Status changed
4:26 PM Ticket #3681 (In the section "Variables" the prefix "o" is not described.) updated by J-Paul Mesnage
Owner, Status changed
4:25 PM Ticket #3680 (Improve _ArrayBinarySearch function) updated by J-Paul Mesnage
Owner, Status changed
4:24 PM Ticket #3695 (Func _SQLite_Display2DResult($aResult, $iCellWidth = 0, $bReturn = ...) updated by J-Paul Mesnage
Owner, Status changed
4:22 PM Ticket #3724 (_DateTimeSplit should ignore trailing Z (to accept parsing RFC3339 ...) closed by J-Paul Mesnage
Wont Fix
4:20 PM Ticket #3739 (Scripting.dictionary Keys/Items array support for _ArrayDisplay) updated by J-Paul Mesnage
Owner, Status changed
4:19 PM Ticket #3740 (better _ChooseColor()) updated by J-Paul Mesnage
Owner, Status changed
4:17 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by J-Paul Mesnage
Owner, Status changed
4:16 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) updated by J-Paul Mesnage
Owner, Status changed
4:15 PM Ticket #3697 (_WinAPI_GetOverlappedResult fails to set the [out] parameter $iBytes ...) updated by J-Paul Mesnage
Owner, Status changed
4:13 PM Ticket #3728 (_ArrayTranspose does not create 1D array from 2D array) updated by J-Paul Mesnage
Owner, Status changed
4:12 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") updated by J-Paul Mesnage
Owner, Status changed
4:11 PM Ticket #3678 (_FileWriteToLine) updated by J-Paul Mesnage
Owner, Status changed
3:56 PM Ticket #3726 (_WinAPI_PathGetArgs / _WinAPI_PathRemoveArgs -- using like the help ...) closed by J-Paul Mesnage
Works For Me: as the examples are working I close this ticket
3:54 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") updated by J-Paul Mesnage
I am lost can you post here a repro script and explanation of what is wrong Thanks

May 14, 2020:

5:42 PM Ticket #3762 (au3-files are missing in src-archive) updated by Tweaky
No I mean in the folder "libExamples"
11:30 AM Ticket #3762 (au3-files are missing in src-archive) closed by Jon
No Bug
11:26 AM Ticket #2915 (Map Memory Leak) closed by Jon
Fixed: Fixed by revision [12300] in version: 3.3.15.3
Note: See TracTimeline for information about the timeline view.