Custom Query (3921 matches)
Results (376 - 378 of 3921)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3607 | No Bug | Run command is broken with @SW_HIDE flag | ||
| Description |
There is a bug that causes a properties window to not display. Run(@ComSpec & " /c inetcpl.cpl,6",@SW_HIDE) - shows nothing. Run(@ComSpec & " /c inetcpl.cpl,6") - Shows cmd & internet properties. I'm only human after all.I make mistakes like everybody else.Have mercy on me.I won't fail you.Unban me,please. |
|||
| #3605 | Fixed | the function _GUICtrlListView_SetBkImage() does not accept control ID | ||
| Description |
The help for the function _GUICtrlListView_SetBkImage() in the description of the first parameter is as follows: "$hWnd - Control ID/Handle to the control", but in fact the function will not work with Control ID since the following line is present inside it: Func _GUICtrlListView_SetBkImage($hWnd, $sURL = "", $iStyle = 0, $iXOffset = 0, $iYOffset = 0) ; ... If Not IsHWnd($hWnd) Then Return SetError($LV_ERR, $LV_ERR, False) ; ... |
|||
| #3604 | Duplicate | _ArrayAdd( .... ) doesn't work | ||
| Description |
When You dim an array and want to add something to it with _ArrayAdd( .. ) it doesn't work. Example: #include <array.au3> Dim $aTest[1] _ArrayAdd($aTest, "Test 1") _ArrayAdd($aTest, "Test 2") _ArrayDisplay($aTest) ;Greenting from Vienna!! Bye! |
|||
