Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 3870)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#59 Fixed _GUICtrlTreeView_GetState hard crashes external app Gary Gary
Description

This is a reminder for myself to fix by adding in memory calls.

#69 Fixed _GUICtrlListView_Create Gary alexmadman
Description

Whenever you try to move an item in a listview created with the UDF func the entire GUI freazes until the window looses focus. If you need an example try the example script for _GUICtrlListView_Create().... run it and try to drag any item. Ps: i tried to search the forums :D so if there already is mention about this sry :D

#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... :)

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