Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 3833)

Ticket Resolution Summary Owner Reporter
#291 No Bug TCPRecv() example in help file incorrect anonymous
Description

Line:

Local $aRet = DLLCall("Ws2_32.dll","int","getpeername","int",$SHOCKET, _

"ptr",DLLStructGetPtr($sockaddr),"int_ptr",DLLStructGetSize($sockaddr))

Gets an error and should be changed to

Local $aRet = DLLCall("Ws2_32.dll","int","getpeername","int",$SHOCKET, _

"ptr",DLLStructGetPtr($sockaddr),"int",DLLStructGetSize($sockaddr))

"int" instead of "int_ptr"

#293 No Bug using CLASS and TEXT together... anonymous
Description

there was fix in this issue with v3.2.10.0. (Fixed: Control...() functions using CLASS and TEXT together sometimes incorrect.)

In my case there was no problems with v3.2.8.1, but when I update autoit to v3.2.12.0 today, several ControlClick() functions that using CLASS and TEXT together are not woking, so I had to remove all "TEXT:xxx" in my scripts.

Here is one of them not woking.

ControlClick($handle, "", "[CLASS:Button; TEXT:&Move; INSTANCE:10]")

thanks.

#295 No Bug Test ticket Valik Valik
Description

This is a test ticket, ignore me.

Note: See TracQuery for help on using queries.