Custom Query
Results (160 - 162 of 3875)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#566 | Fixed | Error Helpfile Sample-Script, Appendix @OSLang Values | Valik | Polyphem |
Description |
Sample not working, should be: MsgBox(0, "Your OS Language:", _Language()) Func _Language() Select
EndFunc |
|||
#569 | Fixed | TCPRecv - SocketToIp() function in Helpfile example has incorrect DllCall() | Jpm | wraithdu |
Description |
The first DllCall() in this function should be - $aRet = DllCall("Ws2_32.dll", "int", "getpeername", "int", $SHOCKET, _ "ptr", DllStructGetPtr($sockaddr), "int*", DllStructGetSize($sockaddr)) The parameter type for the name member size was incorrect, and should be an int*. |
|||
#571 | Fixed | Return value documentation is incorrectly copied in ListBox module | Gary | splintor@… |
Description |
In GuiListBox.au3, the Return Value description of the functions _GUICtrlListBox_AddFile, _GUICtrlListBox_FindString, _GUICtrlListBox_GetAnchorIndex and _GUICtrlListBox_GetText is the same: Success - Zero based index of the file that was added But it is only relevant for _GUICtrlListBox_AddFile. Seems to be a forgotten copy & paste. This probably affects the online documentation as well, as it seems to be built from the GuiListBox.au3 sources. |