Timeline



Nov 26, 2017:

8:26 AM Ticket #3576 (_PathSplit) updated by Melba23
_PathMake returns a string. Are you thinking of _PathSplit? If so, then this is a duplicate of https://www.autoitscript.com/trac/autoit/ticket/3540 M23

Nov 20, 2017:

9:54 AM Ticket #3576 (_PathSplit) created by Loran A. Rendel <loran@…>
Function _PathSplit now returns an array with parameters, but also …

Nov 19, 2017:

9:37 AM Ticket #3575 (TCP functions slow and TCPCloseSocket with shutdown) updated by ripdad
In reality, that should act as a Timeout timer and not a Sleep timer. So, it's still a bug in my opinion. In the meantime, Opt('TCPTimeout', 10) is a workaround for it.
8:55 AM Ticket #3575 (TCP functions slow and TCPCloseSocket with shutdown) updated by ripdad
I found the solution to the slow problem and was right about the 100ms timer. Starting with v3.3.10.0, you must use Opt('TCPTimeout', 10) in your script to behave like v3.3.8.1. The #1 problem still remains.

Nov 18, 2017:

7:04 AM Ticket #3575 (TCP functions slow and TCPCloseSocket with shutdown) created by ripdad
Here is a list of problems that I found with TCP in AutoIt, using …

Nov 16, 2017:

4:00 PM Ticket #3574 ($ES_PASSWORD limits input length to control width, Add note about ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:30 PM Ticket #3574 ($ES_PASSWORD limits input length to control width, Add note about ...) updated by Jos
Type changed
1:52 PM Ticket #3574 ($ES_PASSWORD limits input length to control width, Add note about ...) created by mikeolson27@…
When setting an input box with the $ES_PASSWORD style, it no longer …
6:18 AM Ticket #3078 (bug in _ArrayUnique) updated by anonymous

Nov 10, 2017:

3:42 PM Ticket #3526 (Syntax Coloring Not Working Intermittently with Respect to #cs and #ce ...) updated by qwert
I think this ticket should be reopened. FOR MONTHS, I've experienced exactly the fails that the OP described ... although, all things considered, I have considered this a simple annoyance. But it really needs to be fixed for the long term. I've attached a small example of what I often see. The black text should only occur between the #cs/#ce pair. But occasionally, out of the clear blue, the black propagates to the end of the script. The "fix" that the OP suggests usually works, but not always. Sometimes is takes fiddling with different statements to get SciTE back on track. Restarting SciTE always works ... so it seems to be in the interpretation side and not something embedded in the Au3 file. Regarding replication, I would estimate that any decent-size script with multiple occurrences of the #cs/#ce pairs would suffice for testing. It happens across all of my scripts and I haven't been able to correlate it with any particular edits. On days that I spend hours editing, it happens a couple or three times. That's all I can think of to add.
3:21 PM Slight Malfunction.JPG attached to Ticket #3526 by qwert

Nov 6, 2017:

8:59 PM Ticket #3573 (Unable to use backspace in GUI-controls with embedded IE object) created by anonymous
Basically, the focus is not working properly when embedding COM …

Nov 5, 2017:

8:43 PM Ticket #3572 (TCPSend can hang forever without returning an error) updated by ferbfletcher
This seems to be specific to Windows 8 and Windows 10.

Oct 30, 2017:

2:53 PM AIO AutoIt Test Script.au3 attached to Ticket #3571 by TheDcoder <TheDcoder@…>
Reproducer script (attaching for archival purposes)
2:18 AM Ticket #3572 (TCPSend can hang forever without returning an error) updated by fer
I am currently using version 3.3.14.2 when the hanging happens. This does NOT happen in 3.3.8.1 Here is what happens in 3.3.8.1: After it reaches that hanging point, it hangs for a few seconds, and then it continues for awhile, and then it hangs for a few seconds, and then it continues for awhile. So, it seems that 3.3.8.1 is retrying after the server stops accepting data, and then it successfully continues sending when the server is ready again, while 3.3.14.2 simply hangs forever if the server stops accepting data for some reason (buffer full or whatever reason). It should either return an error, or successfully retry like 3.3.8.1 does. Hanging forever is not good.
1:48 AM Ticket #3572 (TCPSend can hang forever without returning an error) created by ferbfletcher
See this forum post for additional information: …
Note: See TracTimeline for information about the timeline view.