Timeline
Jun 14, 2020:
- 10:45 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by
- ...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
- 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
- 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
-
Component, Owner, Status 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
Note:
See TracTimeline
for information about the timeline view.
