Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 3883)

Ticket Resolution Summary Owner Reporter
#479 No Bug soundplay don't work always gadelat
Description

Soundplay don't work for any mp3, for example: it works for this: http://www.sendspace.com/file/ar4l7p it doesn't work for this: http://www.sendspace.com/file/xp145k

#486 No Bug ControlGetFocus and ControlGetHandle never return exact ControlRef# htorres@…
Description

ControlGetFocus doesn't return exact ControlRef# instead always display Button1

#502 No Bug Autoit adds 0.09999999997 instead of 0.01 anonymous
Description

After adding 0.01 to $c few times, $c will be incremented by 0.999999 instead of 0.01

$c = 0
$inc = 0.01

Do
 $c += $inc
Until $c > 14
ConsoleWrite('$c = ' & $c & @crlf)

Output:

+>14:50:40 AU3Check ended.rc:0
>Running:(3.2.12.1):C:\Program Files\AutoIt3\autoit3.exe "C:\Documents and Settings\shithole\Desktop\bug.au3"    
$c = 14.0099999999997
+>14:50:41 AutoIT3.exe ended.rc:0

Windows XP SP3 AutoIt V3.2.12.1

Best regards

Note: See TracQuery for help on using queries.