Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 3833)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#76 Fixed Test Bug Jon Valik
Description

Ignore this, test bug.

#83 Fixed _ChooseFont Gary Bert
Description

The syntax in the helpfile says:

#Include <Misc.au3>
_ChooseFont([$sFontName = "Courier New"[, $iPointSize = 10[, $iColorRef = 0[, $iFontWeight = 0[, $iItalic = False[, $iUnderline = False[, $iStrikethru = False[, $hWndOwner = 0]]]]]]]])

And then the params says:

$sFontName Default font name 
$iPointSize Pointsize of font 
$iColorRef COLORREF rgbColors 
$iFontWeight Font Weight 
$iItalic Italic 
$iUnderline Underline 
$iStrikethru Optional: Strikethru 

It's missing $hWndOwner... :)

#84 Fixed SciTE doing syntax checking in comments in certin instances Jos anonymous
Description

this...

#include <File.au3>	; used for file operations, such as 'FileCreate'

returns this in console...

ERROR: illegal characters after #include statement

the problem is the single quote(s), but only in certain instances.

this is fine:

; RUN 'Msg_AncPath' GUI

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.