Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (322 - 324 of 3922)

Ticket Resolution Summary Owner Reporter
#323 Fixed DllStructCreate - related Jpm Zedna
Description

In related section is link to itself "DllStructCreate"

#324 Fixed DllCall - related Jpm Zedna
Description

In related section is missing link to "DllStructCreate" which is really related to this one :-)

Maybe also other DllStructxxx functions?

#325 Fixed Radio menu items not firing events Jpm Ultima
Description

Exactly as the title implies, radio menu items do not fire events. It seems the regression occurred somewhere between v3.2.11.5 and v3.2.11.9 (the in-between builds didn't display any context menus at all).

GUICreate(@AutoItVersion)

$menu = GUICtrlCreateContextMenu()
$item = GUICtrlCreateMenuItem("Click Me!", $menu, -1, 1) ; won't fire event
;$item = GUICtrlCreateMenuItem("Click Me!", $menu) ; will fire event

GUISetState()
While 1
    Switch GUIGetMsg()
        Case -3
            Exit
        Case $item
            MsgBox(0, "Clicked", "You clicked me!")
    EndSwitch
WEnd
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.