Custom Query (3933 matches)
Results (448 - 450 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3667 | Fixed | Continuation line with no code on it passes Au3Check but at runtime "Error parsing function call" | ||
| Description |
Try this script:
{{{
#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7
foo('cat', _
'white', _
_ ; 'black', _
'short')
Func foo($ani,$colour,$fur)
MsgBox(0,'',$colour&' '&$ani&' has '&$fur&' fur')
EndFunc
}}}
|
|||
| #3682 | Fixed | GuiCtrlCreatePic and the "set width and height to 0" feature | ||
| Description |
The help file says : To set the picture control to the same size as the file content set width and height to 0. While in AutoIt 3.3.12.0 this worked nice, in 3.3.14.5 this causes the image to be displayed in a 150x150 square |
|||
| #3688 | Rejected | <snip> | ||
| Description |
<snip> |
|||
Note:
See TracQuery
for help on using queries.
