Custom Query
Results (25 - 27 of 3833)
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 |
Note: See TracQuery
for help on using queries.