Timeline



Apr 1, 2016:

7:06 AM Ticket #3216 (WinGetState, none of the states are declared.) closed by J-Paul Mesnage
Duplicate: Thanks Already fix for next beta
6:15 AM WinGetState Example.au3 attached to Ticket #3216 by InunoTaishou
6:14 AM Ticket #3216 (WinGetState, none of the states are declared.) created by InunoTaishou
From the help file for WinGetState: […] None of the these …
12:47 AM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) updated by internetmonkeyboy@…
Local $shost = "www.google.com" Local $sPage = "/" Local $iPort = 80 TCPStartup() Local $sName_To_IP = TCPNameToIP($shost) Local $iSocket = TCPConnect($sName_To_IP, $iPort) If $iSocket = -1 Then TCPCloseSocket($iSocket) MsgBox(0, "Socket Connect Error", $iSocket, 0) Exit Else MsgBox(0, "Socket Connected", $iSocket, 1) EndIf Local $sCommand = "GET " & $sPage & " HTTP/1.1" & @CRLF $sCommand &= "Host: " & $shost & @CRLF $sCommand &= "User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0" & @CRLF $sCommand &= "Referer: " & $shost & @CRLF $sCommand &= "Connection: close" & @CRLF & @CRLF Local $BytesSent = TCPSend($iSocket, $sCommand) If $BytesSent = 0 Then MsgBox(0, "Sending Error", $BytesSent, 0) Exit EndIf Local $sRecv = "" Local $sCurrentRecv ;= "" While 1 $sCurrentRecv = TCPRecv($iSocket, 1000) If @error <> 0 Then ExitLoop MsgBox(0, @error, $sCurrentRecv, 1) WEnd TCPCloseSocket($iSocket) TCPShutdown()
12:43 AM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) updated by internetmonkeyboy@…
As of today still not setting @error level. Why is this still broken?

Mar 25, 2016:

2:23 PM Ticket #3215 (GUICtrlCreateUpdown looses GUICtrlSetResizing value on GUICtrlSetState ...) updated by J-Paul Mesnage
Reporter changed
4:35 AM Ticket #3215 (GUICtrlCreateUpdown looses GUICtrlSetResizing value on GUICtrlSetState ...) created by argumentum
a short test script that reproduces the problem is at: …

Mar 10, 2016:

7:58 PM Ticket #3202 (FileOpenDialog in Windows PE mode) updated by anonymous
Just wonder if there is any updates for this?

Mar 9, 2016:

9:37 PM Ticket #3214 (Kenntnisse anhand der Inhaltsstoffe von Lumaar WellFit) closed by BrewManNH
Rejected
8:51 PM Ticket #2581 (Dec ( "hex" [, flag = 0] ) Does not respond like before.) updated by anonymous
Replying to DutchCoder: > It looks as if the optional flag is not responding anymore. > The return value equals 1 for every hex string. > Integer (default mode) still works fine.
5:38 PM Ticket #3214 (Kenntnisse anhand der Inhaltsstoffe von Lumaar WellFit) created by anonymous
Lumaar WellFit und Lumaar ProCleanse sind 2 Abnehmmittel die …

Mar 8, 2016:

5:50 PM Ticket #3213 (_Arraydisplay() (from Array.au3) may truncate headers since their max ...) updated by BrewManNH
Version, Type changed
BTW. I would not consider this a bug, I'm recategorizing this as a feature request as there's no bug here.
5:47 PM Ticket #3213 (_Arraydisplay() (from Array.au3) may truncate headers since their max ...) updated by BrewManNH
What would be the benefit gained by this? _ArrayDisplay is supposed to be a debugging function that, in my opinion, already has far too much added to it so I fail to see how this would add any functionality to debugging an array. You can easily adjust the width of the headers yourself after it has displayed the array. Considering the function won't even display the full contents of a large array, it's usefulness for anything other than debugging is very limited, this adds nothing that I can see. But I will see how others view it.

Mar 7, 2016:

6:27 PM Ticket #3213 (_Arraydisplay() (from Array.au3) may truncate headers since their max ...) updated by Tippex
_Arraydisplay() (from Array.au3) may truncate headers (if there are any that are larger that then max width of their columns) since their max widths are unchecked. The fix I use (an amendment to Array.au3) is as follows: Added to the top section of Array.au3 […] Then replace (in Func _ArrayDisplay) From: […] To: […] Notes: "ListViewConstants.au3" was included for $LVSCW_AUTOSIZE_USEHEADER and the original authors & modifiers are: ; Author ........: randallc, Ultima ; Modified.......: Gary Frost (gafrost), Ultima, Zedna, jpm, Melba23, AZJIO, UEZ
6:03 PM Ticket #3213 (_Arraydisplay() (from Array.au3) may truncate headers since their max ...) created by Tippex
_Arraydisplay() (from Array.au3) may truncate headers (if there are …

Mar 3, 2016:

12:28 PM Ticket #3211 (PixelCheckSum not honouring hwnd parameter) updated by anonymous
HWND used only if "PixelCoordMode" 0 or 2.
1:54 AM Ticket #2557 (Send Key Count 0 not to send any keys) updated by anonymous
send('{x 2} ') send('{y 1} ') send('{z 0} ')
Note: See TracTimeline for information about the timeline view.