Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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" Jon c.haslam
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 Jon anonymous
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> Jon <snip>
Description

<snip>

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.