Timeline
Apr 10, 2018:
- 4:50 PM Ticket #3624 (Ternary statement cannot be just an expression.) updated by
- I am afraid I regard something like that as really bad coding practice - particularly the way you have it with absolutely no parentheses to help anyone else understand just what is going on. I pity anyone else who has to maintain your code if it is all like that. But if you are happy..... M23
Apr 9, 2018:
- 7:14 PM Ticket #3624 (Ternary statement cannot be just an expression.) updated by
- Thanks for the quick and very informative feedback jpm. It's a small bug that properly will affect less than 1% i imagine. And Melba23, It was a quick way to provide one line of code that could illustrate the problem. I mostly use ternary as a way to if else statements so it would be more like […] Anyway thanks for the time invested :) .
- 3:19 PM Ticket #3621 (Mistake/(outdated info?) in help file 'Running Scripts') closed by
- Completed: Changed by revision [12125] in version: 3.3.15.1
- 11:43 AM Ticket #3624 (Ternary statement cannot be just an expression.) closed by
- Wont Fix
- 11:43 AM Ticket #3624 (Ternary statement cannot be just an expression.) updated by
- Serious gopping syntax - why not write it correctly: […] jpm, I would not waste your time trying to get Au3Check to deal with such an appalling construct. Much better to use your time on something useful. M23
Apr 8, 2018:
- 5:11 PM Ticket #3624 (Ternary statement cannot be just an expression.) updated by
- You right but I think that there will not be a solution as the way Au3check is implemented is difficult to analyse all AutoIt Syntax I Will have a try but don't expect a solution Sorry for not being able to fix it
- 3:33 PM Ticket #3624 (Ternary statement cannot be just an expression.) created by
- […] […] I've omitted script path from the output It works …
- 8:43 AM Ticket #3623 (Problem with au3Stripper) closed by
- Fixed
Apr 7, 2018:
- 6:56 PM Ticket #3623 (Problem with au3Stripper) updated by
- Looks like it's working with beta version. Thanks.
- 10:23 AM Ticket #3623 (Problem with au3Stripper) reopened by
- 10:18 AM Ticket #3623 (Problem with au3Stripper) updated by
- I found an issue in the logic when #Au3Stripper_Off / On are used and #cs-#ce blocks are used within the code which should be resolved in the current Beta version 17.224.935.8. Please try and let me know what you find. Jos
Apr 6, 2018:
- 11:18 PM Ticket #3623 (Problem with au3Stripper) closed by
- Works For Me: In Fact as WinAPIInternals.au3 is defining a global initialized with a function call The stripper will always include this 2 […] So No bug
- 8:43 AM Ticket #3623 (Problem with au3Stripper) updated by
- It is true with any include referring "WINAPIInternals.au3"
- 6:56 AM Ticket #3623 (Problem with au3Stripper) created by
- I use the au3Stripper contained in the latest SciTE4AutoIt3. When I …
Apr 5, 2018:
- 7:30 PM Ticket #3219 (dllCall cause error with SetupDiEnumDeviceInfo) updated by
- Hi, sorry too give some info after this long delay the problem come from the DllOpen("test.dll") which fail not sure to understand why JUst run […]
Apr 4, 2018:
- 1:56 PM Ticket #3622 (AU3_ControlCommandByHandle FindString in ListBox) closed by
- No Bug: If the string is not found then @error is set - use this to differentiate between the 2 cases: […] M23
- 9:48 AM Ticket #3622 (AU3_ControlCommandByHandle FindString in ListBox) created by
- AU3_ControlCommandByHandle FindString in ListBox return 0 if not found …
Apr 3, 2018:
- 5:46 PM Ticket #3265 (_INetSmtpMail Bias calculation returns wrong values) closed by
- Fixed: Fixed by revision [12114] in version: 3.3.15.1
- 4:43 PM Ticket #3152 (FileCopy doesn't cope well with copying files with embedded spaces in ...) updated by
-
Owner, Status changed
- 4:42 PM Ticket #3159 (ObjCreateInterface and BOOL type.) updated by
-
Owner, Status changed
- 4:41 PM Ticket #3135 (StdioClose with $STDERR_MERGED memory leak) updated by
-
Owner, Status changed
- 3:42 PM Ticket #3325 (_Word_DocSaveAs not working with the default $sFileName parameter) updated by
- PLease post final comment about this thread A ticket should follow the rules of ticket creation Thanks
- 3:39 PM Ticket #3571 ((Beta) Map values are erased) updated by
-
Owner, Status changed
- 3:38 PM Ticket #3572 (TCPSend can hang forever without returning an error) updated by
-
Owner, Status changed
- 3:37 PM Ticket #3575 (TCP functions slow and TCPCloseSocket with shutdown) updated by
- Sorry to ask so late, can i have repro scripts so I can analyse and try to find a solution THanks
- 3:31 PM Ticket #3584 (Finder Tools does not seem to handle overlapped controls properly) closed by
- Rejected: sorry you did not provide the asked repro script so I close it
- 3:30 PM Ticket #3192 (Regression with reference) closed by
- No Bug
- 3:29 PM Ticket #3232 (Issue when parsing scientific notation literals) updated by
-
Owner, Status changed
- 1:08 PM Ticket #3265 (_INetSmtpMail Bias calculation returns wrong values) updated by
-
Owner, Status changed
- 1:05 PM Ticket #3558 (TrayTip with icon always displays description of file or filename in ...) closed by
- No Bug: As I see in the forum I can close it
Apr 2, 2018:
- 9:39 AM Ticket #3621 (Mistake/(outdated info?) in help file 'Running Scripts') updated by
-
Owner, Status changed
Looks to be the case - thanks for reporting it. M23 - 7:55 AM Ticket #3621 (Mistake/(outdated info?) in help file 'Running Scripts') created by
- The Array $CmdLine[] doesn't return only 63 parameters. The only limit …
Mar 31, 2018:
- 6:45 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by
- Found a topic in the forums where the MsgBox is intercepted, giving the opportunity to handle this from within the script. https://www.autoitscript.com/forum/topic/143250-grab-runtime-errors-when-script-is-run-from-a-service/?do=findComment&comment=1009391
Mar 30, 2018:
- 10:33 PM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- "you just need to disable themes for the transparency to work." Thanks a lot for this valuable info !!! I've been searching on the forum but didn't get any solution ! Big thanks again !
- 2:58 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
- This was fairly a quick UDF so I might be changing a few things in the next few days. The compare function uses StringUpper and does not recognize Uppercase and Lowercase differences. But that is just a rather small issue and nothing serious.
- 2:53 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
- Sure thing! I don't know how to attach files here so I have to link this from the german forum. https://autoit.de/wcf/index.php?attachment/85741-arraysortstable2d-au3/ The example code remains almost the same […] The result is correct and I tried this in my current project where I sort items with the ListView (which sorts them using a stable algorithm). I tested around 500 items on various colums and always got the same result. If there is one thing that might not match, it will be the compare function.
- 2:11 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
- Please post your code so that we can see what you did. M23
- 1:59 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
- Well I implemented my own stable algorithm by using MergeSort and expanding it into two dimensions (using the sorting column as the equality check) and it seems to work quite good. The decision is up to the devs what now the solution of this ticket be. Change the documentation to call the quicksort algorithm (1D and 2D) unstable or implement an existing stable solution (for example Melba's) or just leave everything how it is. I would be very happy to see a _ArraySortStable or _ArraySort with a parameter flag to use a stable algorithm while sorting since this would be very useful in the standard UDF library. Thanks for your efforts, ticket can be closed after a final answer please.
- 1:17 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
- If you want to sort items where you want the columns to act as groupings then use my ArrayMultiColSort UDF - the link is in my sig. M23
- 11:39 AM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
- In case you feel something is really wrong then simply submit a proposal to "fix" this UDF, but I am not convinced that you correct about not being allowed to change the order of the records in case the primary key is equal. Jos
- 11:05 AM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
- The bug is that the algorithm claims to be stable which it is not. If you sort the second column than you compare these elements with each other. If you find two identical keys then you are not allowed to switch them in a stable algorithm. You don't need to give an extra parameter to decide which keys to compare explicitly for stability, you could but you don't have to. And if you don't the usual way would be to take the items in the column you're sorting in. These items are switched if the an item is lower or equal / greater or equal but changing that to lower / greater would cause the algorithm not to switch items (on equality) therefore resulting in a stable algorithm. Either the implementation of the 2D sort has to change (1D sort with InsertionSort should be stable) or the documentation simply has to be altered because one of them is not correct.
- 10:49 AM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) updated by
- .. and what is the bug in your mind? They are properly sorted on the indicated column and there is no given which sequence "records" with a similar key will be. Jos
- 12:10 AM Ticket #3264 (_INetSmtpMail does always fail with error 50) closed by
- Fixed: Fixed by revision [12098] in version: 3.3.15.1
Mar 29, 2018:
- 11:31 PM Ticket #3620 (_ArraySort on 2D is not stable but the documentation says it is) created by
- _ArraySort claims to be stable in its in-script documentation if you …
- 5:12 PM Ticket #3243 (_WinAPI_MoveFileEx(...$sNewFile = "" for delete not 0) closed by
- Fixed: Fixed by revision [12097] in version: 3.3.15.1
- 6:46 AM Ticket #3560 (parentheses around function refference fails when follwed by calling ...) closed by
- Fixed: Fixed by revision [12096] in version: 3.3.15.1
Mar 28, 2018:
- 7:00 PM Ticket #3027 (_WinAPI_RegEnumKeyEx) closed by
- Completed: Added by revision [12095] in version: 3.3.15.1
Mar 27, 2018:
- 5:59 AM Ticket #3560 (parentheses around function refference fails when follwed by calling ...) updated by
- I think that I found a solution please use the au3check.exe of the SciTE beta download Thanks
Mar 26, 2018:
- 4:34 PM Ticket #2832 (Call (["CallArgArray", ...]) doesn't modify ByRef arguments) closed by
- No Bug: The problem as I see it is that when you're sending an array of parameters to a function using Call, you're not sending the actual array, just the parameters. Sending a ByRef parameter in an array doesn't allow you to modify the contents of the array, because the array itself isn't sent ByRef, just the contents of it. So there's no way to access the individual elements of the array in the Called function. As this is by design, it doesn't appear that this will work the way you wish it to, and Jon doesn't seem to see it as a bug. You'll have to live with the limitation.
Mar 24, 2018:
- 5:16 PM Ticket #2822 (object('item')('item') syntax support) closed by
- Fixed: Fixed by revision [12084] in version: 3.3.15.1
- 5:13 PM Ticket #2822 (object('item')('item') syntax support) reopened by
- I repoen it as Under 3.3.14.5 it is not fixed
Mar 23, 2018:
- 9:09 AM Ticket #3619 (Return value of _WinAPI_LocalFree() is not consistent with what the ...) closed by
- Fixed: Fixed by revision [12082] in version: 3.3.15.1
- 8:36 AM Ticket #3619 (Return value of _WinAPI_LocalFree() is not consistent with what the ...) updated by
- You right, doc will be fixed next release
Mar 22, 2018:
- 11:32 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) updated by
- Replying to Jos: > Closing assuming the changes have fixed it. > Jon has now released a new version v3.3.14.5 with all the necessary fixes, so please install that. Most grateful thanks for all the fixes.
- 5:36 PM Ticket #3619 (Return value of _WinAPI_LocalFree() is not consistent with what the ...) created by
- Return Value according to the documentation Success: True …
Mar 20, 2018:
- 5:12 PM Ticket #3616 (_WinAPI_GetVersion - No Return Value for Windows 10 in the helpfile / ...) updated by
- Why Rejected? Still mad at me? You should thank me for making AutoIt development move on.
- 4:35 PM Ticket #3617 (Hot Strings) closed by
- Rejected
- 4:35 PM Ticket #3616 (_WinAPI_GetVersion - No Return Value for Windows 10 in the helpfile / ...) closed by
- Rejected
- 3:22 PM Ticket #3618 (x86 or x64 for $tagNMTVKEYDOWN pb align) closed by
- Fixed: Fixed by revision [12081] in version: 3.3.15.1
- 3:21 PM Ticket #3618 (x86 or x64 for $tagNMTVKEYDOWN pb align) updated by
- State = 0 is what is described in the MSDN doc !!! anyway you right the align as never be updated since the introduction of the struct/endstruc which is now taking in account the alignment x86/x64 Thanks for the ticket
- 11:00 AM Ticket #3618 (x86 or x64 for $tagNMTVKEYDOWN pb align) created by
- when processing $TVN_KEYDOWN notification the structure …
Mar 19, 2018:
- 6:45 PM Ticket #3617 (Hot Strings) created by
- something like this would be great. whenever you type a word …
- 6:24 PM Ticket #3616 (_WinAPI_GetVersion - No Return Value for Windows 10 in the helpfile / ...) created by
- https://www.autoitscript.com/autoit3/docs/libfunctions/_WinAPI_GetVersi …
Mar 18, 2018:
- 9:36 PM Ticket #3614 ($Version previously declared as a Const) updated by
- Thank you Melba for deleting my valid report regarding a missing information in the helpfile. seems that you cannot control your negative attitude towards me. if it wasn't you,then find out what is going on.
Note:
See TracTimeline
for information about the timeline view.
