Timeline



Apr 3, 2019:

4:26 PM Ticket #3709 (IniRenameSection deletes Old section instead of New section) closed by Melba23
No Bug
3:50 PM Ticket #3708 (Error in documentation for _WinAPI_LoadCursor) updated by anonymous
It doesn't work if we use autoit $IDC_*. Look at _WinAPI_SetSystemCursor example, it uses number which are $OCR_*. In autoit constant $IDC_* are much smaller number than $ORC. I agree that MSDN speaks about IDC. But the numbers does not match with autoit.
12:42 AM Ticket #1919 (Native IPv6 support) updated by anonymous
NOW TCPConnect CAN SUPPORT IPV6 OR NOT?

Apr 2, 2019:

10:13 PM Ticket #3709 (IniRenameSection deletes Old section instead of New section) updated by anonymous
Forget it, sorry my mistake in the ini string: 'Key6 = 3' & @CRLF missing the "& _".
9:21 PM Ticket #3709 (IniRenameSection deletes Old section instead of New section) created by anonymous
Example: […] The docs says: […] But it's erasing keys in old …

Apr 1, 2019:

8:12 PM Ticket #3112 (Function _Excel_RangeFind not working) updated by Jos
Replying to anonymous: > what is the solution to solve this error We have the forum for questions. Jos
5:15 PM Ticket #3708 (Error in documentation for _WinAPI_LoadCursor) closed by J-Paul Mesnage
Rejected: In fact name follows the MSDN doc, so $IDC_* is the way
11:35 AM Ticket #3112 (Function _Excel_RangeFind not working) updated by anonymous
what is the solution to solve this error

Mar 30, 2019:

11:54 AM Ticket #3708 (Error in documentation for _WinAPI_LoadCursor) created by Nine
$sName should start with $OCR_* and not $IDC_*

Mar 24, 2019:

11:28 AM Ticket #3705 (Fixed: Assigning objects by reference to COM properties) updated by jchd18
Unless I missed it, it seems that the changelog didn't explicitely mention when COM errors have been reverted to the old benavior: fatal error or user-supplied COM error handler instead of directing COM errors to @error.

Mar 23, 2019:

9:54 PM Ticket #3707 (GUISetOnEvent with empty func name does not disables the event) updated by Jos
Was similar to ticket for Ctrl's #3689... same fix applied.
9:52 PM Ticket #3707 (GUISetOnEvent with empty func name does not disables the event) closed by Jos
Fixed: Fixed by revision [12206] in version: 3.3.15.1
9:15 PM Ticket #3707 (GUISetOnEvent with empty func name does not disables the event) created by MrCreatoR <mrgeorge.sandler@…>
Remarks for GUISetOnEvent / GUICtrlSetOnEvent in docs sais: […] …

Mar 22, 2019:

8:44 AM Ticket #3706 (AutoIt3.exe /ErrorStdOut should output filename without quotes) closed by Jos
No Bug: It is unclear what you are trying to tell us, but the file needs to be within double quotes to allow it to contain spaces. Please come to the forum and open a discussion there about the issue you see and How I can replicate it. Jos (closing as no-bug for now)

Mar 21, 2019:

10:42 PM Ticket #3706 (AutoIt3.exe /ErrorStdOut should output filename without quotes) created by George <mrgeorge.sandler@…>
AutoIt3.exe outputs error where file is quoted: […] In this case …

Mar 19, 2019:

11:29 PM Ticket #3705 (Fixed: Assigning objects by reference to COM properties) created by MrCreatoR <mrgeorge.sandler@…>
The fix described in the title probably broke new feature added in …

Mar 18, 2019:

10:22 PM Ticket #3704 (_FileWriteToLine docs update for hidden files) created by MrCreatoR
_FileWriteToLine will fail on hidden files, it should be mentioned in …

Mar 11, 2019:

5:19 PM Ticket #3703 (2 ^ 49 and further return wrong results) updated by t
Replying to timsky: > Bug starts at 2 49 and further. Sample code: > {{{ > $iInt64 = Int(2 49, 1) > ConsoleWrite($iInt64 & @lf) > }}} > > {{{ > 562949953421313 > }}} Sorry there is a typo. Code should be: […]
4:45 PM Ticket #3703 (2 ^ 49 and further return wrong results) created by timsky
Bug starts at 2 49 and further. Sample code: […] […]
Note: See TracTimeline for information about the timeline view.