Timeline
Jun 12, 2020:
- 2:12 PM Ticket #3765 (_FileWriteLog) updated by
- 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
-
Version changed
Automatic ticket cleanup. - 5:00 AM Ticket #3766 (@IncludeScriptFullPath and @IncludeScriptName) created by
- @ScriptLineNumber knows the #include. I can write Func this($var = …
Jun 7, 2020:
- 6:38 PM Ticket #3765 (_FileWriteLog) created by
- $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
- <snip>
Jun 4, 2020:
- 8:58 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") closed by
- No Bug
- 6:38 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") updated by
-
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
- 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
- Completed: Added by revision [12345] in version: 3.3.15.4
- 7:04 AM Ticket #3764 (ConsoleWrite binary mode) updated by
- 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
- 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
- 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
- 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
- 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
- When SendKeyDelay and SendKeyDownDelay opt are both equals to 0, call …
May 22, 2020:
- 2:54 AM Ticket #3004 (Anonymous Maps) updated by
- 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
-
Owner, Status changed
May 18, 2020:
- 3:30 PM Ticket #1652 (Sleep in TimerFunc) updated by
- 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
- 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
- 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
- Fixed: Fixed by revision [12334] in version: 3.3.15.4
- 10:19 PM Ticket #1652 (Sleep in TimerFunc) updated by
- 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
- Fixed: Fixed by revision [12331] in version: 3.3.15.4
- 9:28 PM Ticket #3740 (better _ChooseColor()) updated by
- 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
- Fixed: Fixed by revision [12330] in version: 3.3.15.4
- 12:28 PM Ticket #3675 ($tagNETRESOURCE: Add constants) closed by
- 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
-
Owner, Status changed
- 12:08 PM Ticket #3004 (Anonymous Maps) updated by
-
Owner, Status changed
- 12:08 PM Ticket #3005 (Allow maps as expressions in a "With" statement.) updated by
-
Owner, Status changed
- 12:06 PM Ticket #2503 (Reference Definition Keyword) closed by
- Rejected: no more info
- 12:04 PM Ticket #3275 (free/unset variable) closed by
- Rejected
- 12:03 PM Ticket #3533 (Map Array Read/Write) updated by
-
Owner, Status changed
perhaps Jon can answer it - 12:01 PM Ticket #3654 (_IECreateEmbedded isn't accessibil with screen readers) closed by
- Rejected: no info provided so I close it
- 11:59 AM Ticket #3685 (_GUICtrlTreeView_GetItemParam should use item handle instead of ...) closed by
- Works For Me: this function use bothhandle and ControlId
- 11:56 AM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) updated by
-
Owner, Status changed
- 11:54 AM Ticket #3732 (_Excel_BookList) updated by
-
Component changed
- 11:53 AM Ticket #3742 (Locate Windows Shell context menu items in an extra menu) updated by
- 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
- Wont Fix
- 10:00 AM Ticket #1919 (Native IPv6 support) closed by
- Rejected
- 9:32 AM Ticket #3649 (Add the word glob to docs for search engines) closed by
- 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
-
Owner changed
- 7:37 AM Ticket #3695 (Func _SQLite_Display2DResult($aResult, $iCellWidth = 0, $bReturn = ...) closed by
- 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
- 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
- fixed by #3647
- 5:54 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) closed by
- Fixed
- 5:52 PM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) closed by
- Fixed: Fixed by revision [12325] in version: 3.3.15.4
- 4:57 PM Ticket #3611 (_GUICtrlListView_SetBkHBITMAP()) closed by
- 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
- 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
-
Owner, Status changed
- 7:12 AM Ticket #3723 (Odd problem with _GUICtrlRichEdit_ReplaceText) updated by
-
Component changed
- 7:11 AM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) updated by
-
Owner, Status, Component changed
- 7:08 AM Ticket #3697 (_WinAPI_GetOverlappedResult fails to set the [out] parameter $iBytes ...) closed by
- 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
- 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
- Completed: Added by revision [12310] in version: 3.3.15.3
- 6:19 AM Ticket #3670 (DrveGetDrive() help: a clarification) closed by
- 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
- and also: https://www.autoitscript.com/forum/topic/126569-consoleau3-udf/
- 10:51 PM Ticket #3759 (Console (cmd.exe) output) updated by
- 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
-
Owner changed
Assigned to me? why? - 9:31 PM Ticket #3272 (suggesting 2 features that would be really useful) closed by
- Rejected
- 9:31 PM Ticket #3559 (ArrayAdd item-delimited string erroneously stores Booleans as strings ...) closed by
- 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
- Rejected
- 9:25 PM Ticket #3634 (_FileListToArray error codes) closed by
- Rejected
- 9:22 PM Ticket #3719 (Create and manage more tray buttons than just one) closed by
- Rejected
- 9:21 PM Ticket #3653 (Can't set value of element of nested array) closed by
- Rejected
- 9:19 PM Ticket #3627 (Feature Request: AutoItWinGetHandle()) closed by
- Rejected
- 9:17 PM Ticket #3656 (PCRE updates and security issues) closed by
- Fixed: PCRE updated for 3.3.16.0
- 9:15 PM Ticket #3538 (Make ByRef parameters for _PathSplit optional) closed by
- Rejected
- 8:19 PM Ticket #3757 (Colors in GuiListView functions are switched) closed by
- Fixed: Fixed by revision [12305] in version: 3.3.15.3
- 8:07 PM Ticket #3757 (Colors in GuiListView functions are switched) updated by
- 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
- 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
- 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
-
Owner changed
- 6:42 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) closed by
- 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
-
Owner, Status changed
- 4:33 PM Ticket #3514 (Add a treeview UDF calling $TVGN_LASTVISIBLE) updated by
-
Owner, Status changed
- 4:33 PM Ticket #3538 (Make ByRef parameters for _PathSplit optional) updated by
-
Owner, Status changed
- 4:32 PM Ticket #3574 ($ES_PASSWORD limits input length to control width, Add note about ...) updated by
-
Owner, Status changed
- 4:31 PM Ticket #3579 (Clarification of Help for DllStructGetData(): never returns an array) updated by
-
Owner, Status changed
- 4:30 PM Ticket #3611 (_GUICtrlListView_SetBkHBITMAP()) updated by
-
Owner, Status changed
- 4:29 PM Ticket #3649 (Add the word glob to docs for search engines) updated by
-
Owner, Status changed
- 4:27 PM Ticket #3670 (DrveGetDrive() help: a clarification) updated by
-
Owner, Status changed
- 4:27 PM Ticket #3676 ($tagResource Help lacks some DisplayTypes) updated by
-
Owner, Status changed
- 4:26 PM Ticket #3681 (In the section "Variables" the prefix "o" is not described.) updated by
-
Owner, Status changed
- 4:25 PM Ticket #3680 (Improve _ArrayBinarySearch function) updated by
-
Owner, Status changed
- 4:24 PM Ticket #3695 (Func _SQLite_Display2DResult($aResult, $iCellWidth = 0, $bReturn = ...) updated by
-
Owner, Status changed
- 4:22 PM Ticket #3724 (_DateTimeSplit should ignore trailing Z (to accept parsing RFC3339 ...) closed by
- Wont Fix
- 4:20 PM Ticket #3739 (Scripting.dictionary Keys/Items array support for _ArrayDisplay) updated by
-
Owner, Status changed
- 4:19 PM Ticket #3740 (better _ChooseColor()) updated by
-
Owner, Status changed
- 4:17 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
-
Owner, Status changed
- 4:16 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) updated by
-
Owner, Status changed
- 4:15 PM Ticket #3697 (_WinAPI_GetOverlappedResult fails to set the [out] parameter $iBytes ...) updated by
-
Owner, Status changed
- 4:13 PM Ticket #3728 (_ArrayTranspose does not create 1D array from 2D array) updated by
-
Owner, Status changed
- 4:12 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") updated by
-
Owner, Status changed
- 4:11 PM Ticket #3678 (_FileWriteToLine) updated by
-
Owner, Status changed
- 3:56 PM Ticket #3726 (_WinAPI_PathGetArgs / _WinAPI_PathRemoveArgs -- using like the help ...) closed by
- 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
- 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
- No I mean in the folder "libExamples"
- 11:30 AM Ticket #3762 (au3-files are missing in src-archive) closed by
- No Bug
- 11:26 AM Ticket #2915 (Map Memory Leak) closed by
- Fixed: Fixed by revision [12300] in version: 3.3.15.3
Note:
See TracTimeline
for information about the timeline view.
