Timeline
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.
Mar 17, 2018:
- 10:45 AM Ticket #3614 ($Version previously declared as a Const) updated by
- […] And there is one very good example of a reason for not letting you back in - you cannot remain civil even when begging. You have been told by all the Mods that you are permanently banned and we are quite serious about this, so stop asking. From now on all Trac posts by you will be regarded as Spam and reported as such - so unless you want to find your IP suddenly black-listed I suggest you stop now. M23
- 10:19 AM Ticket #3614 ($Version previously declared as a Const) updated by
- Melba, Tell me please where can i find stringregexp tester? I believe this tool was included in Autoit or scite installer?
- 10:09 AM Ticket #3614 ($Version previously declared as a Const) updated by
- Melba. I told you im fucking sorry. I don't indent to bother you or other persons,spam on the forum. i politely asked you for another chance. why can't you give me RESTRICTED access? Will you forgive me?
- 9:28 AM Ticket #3614 ($Version previously declared as a Const) closed by
- No Bug: It is an Au3Check problem, not an AutoIt bug. M23 And I thought you had gone never to return? Because you might as well - you are NEVER getting forum access again
- 9:14 AM Ticket #3614 ($Version previously declared as a Const) created by
- 1) It happens,when you try to run the uncompiled script. …
Mar 16, 2018:
- 4:00 PM Ticket #3613 (New Macro @ScriptFunction) closed by
- Rejected
- 2:00 PM Ticket #3613 (New Macro @ScriptFunction) updated by
-
Version changed
Automatic ticket cleanup. - 1:17 PM Ticket #3613 (New Macro @ScriptFunction) updated by
- Already asked in ticket #2833 with no luck. I'm sorry. You can delete the ticket
- 1:10 PM Ticket #3613 (New Macro @ScriptFunction) created by
- Similar to @ScriptLineNumber. Function name being executed - useful …
- 10:55 AM Milestone 3.3.14.5 completed
Mar 15, 2018:
- 12:50 PM Ticket #3580 (FileSetAttrib - Crash on ROOT folders.) closed by
- Fixed: Fixed by revision [12012] in version: 3.3.15.1
- 7:29 AM Ticket #3612 (AutoUpdateIt) closed by
- Duplicate: True, already solved
- 6:11 AM Ticket #3612 (AutoUpdateIt) created by
- In the AutoUpdateIt.au3 script, add #include <InetConstants.au3>. …
Mar 14, 2018:
- 10:14 PM Ticket #3149 (Add new functions to SQLite UDF) closed by
- Completed: Added by revision [12011] in version: 3.3.15.1
- 10:06 PM Ticket #3149 (Add new functions to SQLite UDF) updated by
- As suggest by jchd18 I will add a simplified version _SQLite_GetTableData2D() just returning data in a 2D array
- 9:00 PM Ticket #3611 (_GUICtrlListView_SetBkHBITMAP()) updated by
-
Version changed
Automatic ticket cleanup. - 8:43 PM Ticket #3611 (_GUICtrlListView_SetBkHBITMAP()) created by
- _GUICtrlListView_SetBkItage() function does not use all the features …
- 4:07 AM Ticket #3108 (function with optional parameters run via AdlibRegister() fails with ...) updated by
- It seems this can be worked around with Eval() […] Surely it has an impact on efficiency though…
Mar 13, 2018:
- 9:40 PM Ticket #3609 (SQLite3.dll can't be loaded!) updated by
- Okay im going away. clean up this mess. you won't see me again. take care Melba.
- 8:18 PM Ticket #3609 (SQLite3.dll can't be loaded!) updated by
- am i allowed to report bugs or not working script if i believe its caused by a bug? Or get me access to the forum with strong restrictions like moderated posts,max 1 or 2 per week. that would be fair,wouldn't hurt you at all, unless you are an asshole.
- 4:29 PM Ticket #3609 (SQLite3.dll can't be loaded!) updated by
- We have all told you many times - no matter what you do you will NOT get your forum access back. So please do go away. M23
- 1:31 PM Ticket #3610 (STOP BULLYING ME!) closed by
- No Bug
Mar 12, 2018:
- 11:27 PM Ticket #3609 (SQLite3.dll can't be loaded!) updated by
- Ok Jos. If you tell me to fuck off I will go away. being nice and helpful hasn't made any changed.
- 11:24 PM Ticket #3610 (STOP BULLYING ME!) updated by
- If you don't want me here,then im leaving. I tried to be nice and helpful but it hasnt changed anything so I won't be submitting any bugs.
- 10:54 PM Ticket #3610 (STOP BULLYING ME!) created by
- I'M GETTING NON STOP BULLIED BY FORUM MODERATORS. YOU ARE DESTROYING …
- 10:46 PM Ticket #3609 (SQLite3.dll can't be loaded!) updated by
- I didn't ask a question, i reported a possible bug because the script should work but doesn't.
- 10:24 PM Ticket #3609 (SQLite3.dll can't be loaded!) closed by
- No Bug: This is not the forum for questions ...and no ... you won't get your access back. So, stop posting stuff here. Jos
- 6:07 PM Ticket #3609 (SQLite3.dll can't be loaded!) created by
- I don't know what im doing wrong but it might be a bug. I put …
Mar 11, 2018:
- 9:12 PM Ticket #3599 (_WinAPI_ShowCursor does not hide the cursor.) updated by
- Ok,so i found another way to hide the cursor. All you need is Download Invisible Cursor and put it in the script directory: http://www.rw-designer.com/cursor-detail/23254 #include <WinAPIRes.au3> Local $hPrev = _WinAPI_CopyCursor(_WinAPI_LoadCursor(0, 32512)) _WinAPI_SetSystemCursor(_WinAPI_LoadCursorFromFile("invisible.cur"), 32512) Sleep(5000) _WinAPI_SetSystemCursor($hPrev, 32512) unban me please... i'm begging you.Do you want me to hurt myself?
Mar 10, 2018:
- 6:14 PM Ticket #3608 (SciTe shows wrong parametrs) updated by
- By the way Jos.. do not blackmail my IP addresses please otherwise I will be unable to report bugs here.. unless you dislike me so much that you don't want to see me here.
- 6:13 PM Ticket #3608 (SciTe shows wrong parametrs) updated by
- What do you mean "No Bug"? The parameters are following title text ControlID Command Option
- 4:28 PM Ticket #3608 (SciTe shows wrong parametrs) closed by
- No Bug: No bug
- 1:52 PM Ticket #2688 (StringToBinary + ConsoleWrite) closed by
- No Bug: Forget to close
- 1:44 PM Ticket #3192 (Regression with reference) updated by
- It seems the "regression" was introduced in 3.3.13.5 due to 10345 For me is not good to reference a non declared var So $aArray[0] is not declared so I think the definition of "Local $aArray[]" is a problem as the array is not defined So for me before 3.3.13.5 was wrong, I propose to close "No Bug"
- 12:12 PM Ticket #3608 (SciTe shows wrong parametrs) created by
- SciTe shows wrong parametrs for controlcommand. …
- 12:00 PM Ticket #3563 (Function _IEBodyReadText() from IE.au3 needs to check .innerText is a ...) updated by
- speedup the rewriting …
- 11:59 AM Ticket #3246 (_IENavigate not working redirect on IE 11/Win 10) updated by
- @mLipok perhaps you can speed up the rewriting …
- 11:58 AM Ticket #3584 (Finder Tools does not seem to handle overlapped controls properly) updated by
- Please provide a repro script when you fill a ticket Thanks
- 11:55 AM Ticket #3607 (Run command is broken with @SW_HIDE flag) closed by
- No Bug
- 11:50 AM Ticket #3607 (Run command is broken with @SW_HIDE flag) updated by
- Close this ticket. I put sw command in working directory... excuse me.
- 11:47 AM Ticket #2707 (Incorrect GUI client size) closed by
- Fixed: Checking with 3.3.14.4 and it works so we fix it without closing
- 11:44 AM Ticket #3607 (Run command is broken with @SW_HIDE flag) updated by
- I'm sorry Melba23,Jos and Logan3o13
- 11:37 AM Ticket #3607 (Run command is broken with @SW_HIDE flag) created by
- There is a bug that causes a properties window to not display. …
- 10:47 AM Ticket #2806 (GUICtrlCreateIcon an blank Icon) closed by
- Fixed: Fixed by revision [12002] in version: 3.3.15.1
- 9:55 AM Ticket #3605 (the function _GUICtrlListView_SetBkImage() does not accept control ID) updated by
- Спасибо.
- 7:37 AM Ticket #3605 (the function _GUICtrlListView_SetBkImage() does not accept control ID) closed by
- Fixed: Fixed by revision [11997] in version: 3.3.15.1
Mar 9, 2018:
- 7:04 PM Ticket #3605 (the function _GUICtrlListView_SetBkImage() does not accept control ID) updated by
- If completely remove this line, then the function will work fine with the control ID created using the GUICtrlCreateListView()
- 5:41 PM Milestone 3.3.14.4 completed
- 2:09 PM Ticket #3605 (the function _GUICtrlListView_SetBkImage() does not accept control ID) updated by
- If you change this "If Not" line by […] does it work for you I don't have any script to verify Thanks for the help
- 7:42 AM Ticket #3605 (the function _GUICtrlListView_SetBkImage() does not accept control ID) created by
- The help for the function _GUICtrlListView_SetBkImage() in the …
Mar 7, 2018:
- 4:33 PM Ticket #3601 (_WinAPI_GetPwrCapabilities - Example Script not working correctly.) updated by
-
Owner, Milestone changed
Fixed by revision [11986] in version: 3.3.14.4 - 4:26 PM Ticket #3602 (_PathSplit Strip Blanks) closed by
- Wont Fix: Just as an experiment, I renamed a file on my computer and added a space before its name, I had to use the command line REN command, because Windows doesn't allow it otherwise. It caused all sorts of issues with the file system. OneDrive won't sync the file because of the leading space, and you can't rename it using File Explorer's right click menu. As this is against good naming conventions in Windows, and Windows itself only allows it to be created by using outmoded command line functions, I don't see this issue as worth the effort. As I stated in the original thread, if you want to create files that won't work correctly, that's on you to modify the tools we provide, and not on us to try and break things for you.
- 3:12 PM Ticket #3603 (_FileListToArrayRec does not accept leading dot in path name) updated by
- Or apply the fixes here: https://www.autoitscript.com/forum/topic/192254-33143-fixes/ M23
- 3:10 PM Ticket #3604 (_ArrayAdd( .... ) doesn't work) closed by
- Duplicate: Fixes available here: https://www.autoitscript.com/forum/topic/192254-33143-fixes/ M23
- 12:11 PM Ticket #3604 (_ArrayAdd( .... ) doesn't work) created by
- When You dim an array and want to add something to it with _ArrayAdd( …
- 12:08 PM Ticket #3007 (Make {} the empty map.) closed by
- Duplicate: Not sure why propose {} it should be [] and an empty map is created so the request is a duplicate of #3005 to have the script running
- 12:01 PM Ticket #3000 (scriptline) closed by
- Rejected
- 10:49 AM Ticket #2832 (Call (["CallArgArray", ...]) doesn't modify ByRef arguments) updated by
- Looking at your repro script I understand why Jon answer "by design" as you intend to modify a constant. if a variable is used there is a small pb as the ByRef work when "CallArgArray" is not use […]
- 9:18 AM Ticket #3576 (_PathSplit) closed by
- Rejected: I think the Melba23 is a good remark (byRef optional)as we don't want to do a regression on the functions Not sure Jon want or can implement it
- 9:12 AM Ticket #3603 (_FileListToArrayRec does not accept leading dot in path name) closed by
- Fixed: Thanks It is not related with the dot in the path but and error when using $iReturn with 4 = nohidden Already fix in the next release if you don't need 4 just avoid it for the current release
- 7:14 AM Ticket #3603 (_FileListToArrayRec does not accept leading dot in path name) created by
- Hi, this: Local $aTmp = _FileListToArrayRec(@ScriptDir & …
Mar 6, 2018:
- 10:20 PM Ticket #3602 (_PathSplit Strip Blanks) updated by
- The proposed solution is not working and perhaps the actual one has some trouble too
- 2:21 PM Ticket #3580 (FileSetAttrib - Crash on ROOT folders.) updated by
-
Owner, Status changed
I have submitted a fix to Jon - 2:20 PM Ticket #3255 (Drag & Drop not working when Windows DPI setting is above 100%) updated by
-
Owner, Status changed
Finaly I submit a fix to Jon going around the Fact that the Windows API DragQueryPoint() is working differently Under Windows 10
Mar 5, 2018:
- 11:40 PM Ticket #3602 (_PathSplit Strip Blanks) created by
- as explain in post …
Mar 4, 2018:
- 12:22 PM Ticket #3599 (_WinAPI_ShowCursor does not hide the cursor.) closed by
- No Bug: In fact it is working not sure how to use it in all case […]
- 12:09 PM Ticket #3599 (_WinAPI_ShowCursor does not hide the cursor.) updated by
- Best for me is to have a repro script so I can analyze Thanks
Note:
See TracTimeline
for information about the timeline view.
