Bug? [Solved - Intentional] System Tray: Double Click also fires Single Click

LWGShane

Well-Known Member
Licensed User
Longtime User
I want to use both the DoubleClick() and Click() events in the SystemTray library at the same time. However, I've discovered that the DoubleClick() event in the SystemTray library also fires the Click() event. Is there anyway around this?
 

LWGShane

Well-Known Member
Licensed User
Longtime User
@Erel - That works wonderfully! (Though I changed the time to 200ms. 100ms seems too fast.)
 
Top