Timeline
Aug 9, 2020:
- 10:31 AM Ticket #3152 (FileCopy doesn't cope well with copying files with embedded spaces in ...) closed by
- No Bug: Hi, No bug just the repro script does not override the already copied file and mor the file name should not be protected
- 9:47 AM Ticket #3141 (Wrong Screen Size Dimension Problem in Windows10 in Combination with ...) closed by
- Wont Fix: Hi, In fact AutoIt is coherent mouse Mouse positionning so no fix […]
- 9:30 AM Ticket #3001 (Added AutoIt3x_64.dll to Excel Add-in list loads it as initial spreadsheet.) updated by
-
Owner, Component changed
- 9:29 AM Ticket #3001 (Added AutoIt3x_64.dll to Excel Add-in list loads it as initial spreadsheet.) updated by
- Not sure to understand just post a repro script Thanks PS sorry for the long long delay
- 9:23 AM Ticket #2943 (Disabled dummy control reacts on accelerators) closed by
- Works For Me: Hi, It works for me with current release Cheers
- 9:14 AM Ticket #2979 (AdlibUnregister failing to release timer) closed by
- Works For Me: Hi, Checking with the last release works for me
- 8:03 AM Ticket #3730 (Send("{BROWSER_HOME}") does not work anymore with newest Win10 and ...) closed by
- Works For Me
Aug 5, 2020:
- 8:30 PM Ticket #3777 (Au3Check Custom Includes) closed by
- No Bug: Why once as you don't have that specified? Lets have this discussion on the forum first with some proper examples before declaring it a bug. So closing the discussion here for the moment. Jos
- 2:56 PM Ticket #3777 (Au3Check Custom Includes) updated by
- The warnings are clear, but the file should only be included once (and is if it's compiled). A better example would've been to use a function in Test2.au3. If you run Au3Check it says the function will be double-declared. If you skip Au3Check, AutoIt doesn't report an error on a double-declared function.
- 1:06 PM Ticket #3777 (Au3Check Custom Includes) updated by
- I donn't understand as the warning are clear to me […]
Aug 4, 2020:
- 7:27 PM Ticket #3777 (Au3Check Custom Includes) updated by
-
Component, Reporter changed
- 4:38 PM Ticket #3777 (Au3Check Custom Includes) updated by
- This only seems to matter in custom includes and it only matters if different symbols are used to wrap the file name. (I posted this bug but missed putting my username in)
- 4:34 PM Ticket #3777 (Au3Check Custom Includes) created by
- Au3Check cares about what symbol is used in custom includes to …
Aug 2, 2020:
- 10:35 AM Ticket #3255 (Drag & Drop not working when Windows DPI setting is above 100%) closed by
- Works For Me: Hi, I try again under Windows 10 (2004) and the current AUtoIt 3.3.14.5 and it works So MS as certainly fix the problemon their side
Aug 1, 2020:
- 3:00 PM Ticket #3775 (INSTANCE ignored when ID also given in a ControlID) updated by
-
Version changed
Automatic ticket cleanup. - 2:38 PM Ticket #3775 (INSTANCE ignored when ID also given in a ControlID) updated by
-
Owner, Status, Type changed
By design AutoIt priorise the ID and stop searching other properties. I leave to Jon the decision to change this behavior. I will add a comment in the doc. - 10:36 AM Ticket #3776 (__EventLog_DecodeDesc() fix did not take) closed by
- Fixed: Fixed by revision [12365] in version: 3.3.15.4
- 7:02 AM Ticket #3776 (__EventLog_DecodeDesc() fix did not take) updated by
- Jos will check what happens with previous intent to fix
- 7:00 AM Ticket #3776 (__EventLog_DecodeDesc() fix did not take) updated by
-
Owner, Status, Component changed
Jul 29, 2020:
- 2:33 AM Ticket #3776 (__EventLog_DecodeDesc() fix did not take) created by
- EventLog_DecodeDesc() was declared fixed and closed in …
Jul 27, 2020:
- 8:27 AM Ticket #3572 (TCPSend can hang forever without returning an error) closed by
- Works For Me: Hi I think the problem is closed just try the TCPSend/ TCPRecv second example using a big file
- 8:26 AM Ticket #2937 (TCPRecv() set @error to -1 when a telnet client connect on socket) closed by
- Works For Me: Hi I think the problem is closed just try the TCPSend/ TCPRecv second example using a big file
- 8:25 AM Ticket #2670 (TCP connection lost on blocking functions.) closed by
- Works For Me: Hi I think the problem is closed just try the TCPSend/ TCPRecv second example using a big file
- 8:24 AM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) closed by
- Works For Me: Hi I think the problem is closed just try the TCPSend/ TCPRecv second example using a big file
Jul 25, 2020:
- 9:44 PM Ticket #3775 (INSTANCE ignored when ID also given in a ControlID) updated by
- Thanks I will have a look
- 7:47 PM Ticket #3775 (INSTANCE ignored when ID also given in a ControlID) updated by
- This shows it: […] Alan
- 6:21 PM Ticket #3774 (Comparisons with Null wrong for <= and >=) updated by
- Hi, I don't think this is a docucmentation issue. Why does either of […] do the ConsoleWrite - they shouldn't! These correctly don't: […] Your examples use the = operator which does what I expect. The < and > operators also work fine, But the <= and >= operators I think are bugged. Alan
- 5:03 PM Ticket #3774 (Comparisons with Null wrong for <= and >=) closed by
- Fixed: Fixed by revision [12361] in version: 3.3.15.4
- 4:50 PM Ticket #3774 (Comparisons with Null wrong for <= and >=) updated by
- Hi, In fact the doc is wrong Null is a special keyword and the comparison is only true if the variable is affected to Null see the following […] I will fix the doc
- 3:08 PM Ticket #3775 (INSTANCE ignored when ID also given in a ControlID) updated by
- Can you post a complete small repro script so I can reproduce and hopefully fix it Thanks
- 2:42 PM Ticket #3700 (Add the 'Execute' function to the C# library) updated by
-
Owner, Component changed
- 2:41 PM Ticket #3684 (Aut2exe.exe window title and version number) updated by
-
Component changed
- 2:07 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
-
Component changed
- 1:54 PM Ticket #3775 (INSTANCE ignored when ID also given in a ControlID) created by
- For a ControlID like [ID:205;INSTANCE:2] the instance number is …
- 1:34 PM Ticket #3774 (Comparisons with Null wrong for <= and >=) created by
- If one runs this […] then <= and >= are True, which can't be …
- 12:21 PM Ticket #2383 (Allow Aut2exe GUI to accept dropped files) updated by
-
Component changed
- 11:56 AM Ticket #3563 (Function _IEBodyReadText() from IE.au3 needs to check .innerText is a ...) updated by
- Perhaps a little speedup …
- 10:39 AM Ticket #3125 (ListView does not generate events when pressing Return) closed by
- No Bug: Hi, long wait but the short answer is the doc does say the $NM_RETURN. must be return but just the example will display it if WM_NOTIFY is triggered
- 10:22 AM Ticket #3020 (ObjGet() crashes -1073741819) closed by
- Works For Me: No crash under WIn10 and current production 3.3.14
- 10:17 AM Ticket #3015 (Object Schedule.Service) closed by
- Rejected: no more info so I close it
- 9:38 AM Ticket #2932 (embedded Windows-Explorer under Windows 7 / 8.1 and Drag & Drop fails) closed by
- Works For Me: as no more info I close it
- 9:36 AM Ticket #2906 (TCPRecv can't detect closed client web browser sockets) closed by
- Duplicate: wait #2596 closing
- 9:33 AM Ticket #2900 (Control ID returned by GUIGetCursorInfo when use with overlapped controls) closed by
- Works For Me: no more info so I close it
- 9:23 AM Ticket #2884 (AutoIt tries to call COM VariantClear() on uninitialized memory) closed by
- Wont Fix: no update so I close it
- 9:22 AM Ticket #2879 (objcreate("Microsoft.Update.Session","REMOTEHOST") is not connecting ...) closed by
- Wont Fix: no update so I close it
- 9:21 AM Ticket #2815 (GUICtrlSetImage resets the icon size) closed by
- Wont Fix
- 9:20 AM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) closed by
- Wont Fix: I suppose the proposed solution is OK for everybody so I close it
- 9:10 AM Ticket #2513 (TCPSend() Not functioning with string over 225 characters in length.) closed by
- Rejected: no more info so I close it
- 9:00 AM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) updated by
-
Milestone changed
Automatic ticket cleanup. - 8:32 AM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) updated by
-
Owner, Status changed
- 8:32 AM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) reopened by
Jul 24, 2020:
- 12:15 AM Ticket #3127 (PixelGetColor ignore third HWND parameter) closed by
- Fixed: Yes it is strange but as changing the behavior will be a SCRIPT BREAKINg only doc was change
- 12:02 AM Ticket #3017 (The largest negative integer value we misinterpret) closed by
- Duplicate: same as #3772
Jul 23, 2020:
- 8:02 PM Ticket #3152 (FileCopy doesn't cope well with copying files with embedded spaces in ...) updated by
- The reproducing script is wrong as a "\" is missing for the "Test File 2.txt" I don't have access to a remote server so I can't reproduce Please try again with the script corrected Thanks
- 8:28 AM Ticket #3165 (Call() function called with an empty array results in APPCRASH) reopened by
Jul 22, 2020:
- 9:37 AM Ticket #3718 (AU3_ControlSend of AutoItX3_x64.dll doesn't work properly) updated by
-
Owner, Status, Component changed
- 9:36 AM Ticket #3730 (Send("{BROWSER_HOME}") does not work anymore with newest Win10 and ...) updated by
- Hi, with the new Microsoft Edge the following work prefectly […]
- 8:59 AM Ticket #3211 (PixelCheckSum not honouring hwnd parameter) closed by
- Fixed: Fixed by revision [12360] in version: 3.3.15.4
Jul 21, 2020:
- 3:06 PM Ticket #3773 (Return value in SetError() is limited to 32-bit valuies) closed by
- No Bug: there is no real error. if you want the value to be return you need to explicitly return it […] Cheers
- 12:06 PM Ticket #3771 ($COLOR_ORANGE is missing in ColorConstants.au3) closed by
- Completed: Added by revision [12358] in version: 3.3.15.4
- 12:03 PM Ticket #3771 ($COLOR_ORANGE is missing in ColorConstants.au3) updated by
- ColorsConstants.au3 will fit W3C extended colors https://www.w3.org/TR/css-color-3/#svg-color
- 10:00 AM Ticket #3773 (Return value in SetError() is limited to 32-bit valuies) updated by
-
Description changed
- 9:57 AM Ticket #3773 (Return value in SetError() is limited to 32-bit valuies) created by
- It isn't possible to set a 64-bit return value using SetError() in …
Jul 18, 2020:
- 9:51 AM Ticket #3232 (Issue when parsing scientific notation literals) updated by
- I did a fix proposed to Jon
- 9:49 AM Ticket #3772 (int64 = -9223372036854775808 not handled properly) updated by
- I did a fix proposed to Jon
Jul 17, 2020:
- 1:37 PM Ticket #3106 (StringIsFloat doesn't accept a valid FP exponent) updated by
-
Owner, Status changed
- 1:37 PM Ticket #3717 (StringFormat doesn't format int64 integers correctly) updated by
-
Owner, Status changed
- 1:36 PM Ticket #3772 (int64 = -9223372036854775808 not handled properly) updated by
-
Owner, Status changed
- 1:34 PM Ticket #3772 (int64 = -9223372036854775808 not handled properly) updated by
-
Summary changed
- 1:34 PM Ticket #3772 (int64 = -9223372036854775808 not handled properly) created by
- Local $int64Min = Hex(- 9223372036854775808) return 8000000000000001 …
Jul 15, 2020:
- 8:00 PM Ticket #3771 ($COLOR_ORANGE is missing in ColorConstants.au3) updated by
-
Version changed
Automatic ticket cleanup. - 7:20 PM Ticket #3771 ($COLOR_ORANGE is missing in ColorConstants.au3) created by
- Orange, one of the basic secondary colours is missing in the color …
Jul 11, 2020:
- 10:16 AM Ticket #3717 (StringFormat doesn't format int64 integers correctly) updated by
- in fact as the %p is not implemented under AutoIt the %s must be used to format ptr's
- 2:56 AM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by
- pps.: deer jchd18 (sorry i dont know your spiritual animal, so deer will have to do), if above post-wall in any way sounded ad hominem/personalized, plz know that's complitely unintentional, the issue does after all seem like a very easy-to-miss lil oversight. but, see, the times we're in... or was it weather?.. well, you know, it takes some toll. you're alright, so far as i can tell from lurking, which perhaps is irrelevant, but still. Have a nice day/month/millenia, as well as food, too. it's important! :D
- 2:34 AM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by
-
jchd18.... NO! sorry not sorry
It is NOT fixed. Firstly, tho not most importantly, a fix necessitates a change to the current codebase. Where's that here? Unthinkable to umm... think... that imaginary Fixes would count, but, well, i dunno, maybe they do and that's controversial?
However if one is willing to admit a possibility of hastily --
(good gosh, its been 5 -five!- efficking years! I don't think that this excuse will.. errm... excuse anyone involved, now will it?!)
hastily made incorrect, nay, wrong "judjmehnt" (sic), then, well... it could make this mess less bad. it might even, y'know... fix it!... *bu-dum ts-- oh no! dish falls, bounces off the floor, breaks the wall in half!! Quick! Get the FlexTape(c)(r)(tm)! Alternativelyyy~
perhaps a wee bit of common sense will fi-- i mean, suffice to fik... err. well you know! that!! and the dish Call'd be as new! Call'd be fi-- ohsorrie, NOT BROKEN!!!!!!!!!!!!!!!! :> y'know! ;) Alternatively still we could just
aVoId UsiNg Call At aLL(c) BrewManNM, circa 5 BCY (Before Current Year) like, i mean, why wouldn't that work, amirite? or, y fix the codes if you can fix the coders[' crooked wishes]? very useful!* 'niway here's a proper reproducer, tested with v3.3.14.1 and v3.3.15.0 and v3.3.15.3. when array has zero size(only 1D),Callcrashes the program, regardless of function it is given. seems simply there's no check inCallfor zero-sized 1D array. […] -- perhaps could be -- […] […] ps.: oh yes, it could be longer xD but sorry anyway.
Note:
See TracTimeline
for information about the timeline view.
