Is it a known behavior? How can I filter only click events?
My code looks similar to this:
code:
${NSD_CreateRadioButton} 1 2 3 4 $R1
Pop $R1
${NSD_OnClick} $R1 OnRadioClick
The callback runs when I click on the button and when I focus on it. I need only click events. Thanks.