AdvGraphicCheckLabel

Hi,

if I click fast or doubleclick on AdvGraphicCheckLabel the status cheched change but the event is not fired

Version 1.4.0.0

What can I do?

Thanks

On fast clicks, the Windows message loop can send Dbl Click messages instead of click messages. To detect changes to the checkbox more reliable, we have added OnChange now that will be available in the next update.