If a radiobutton for an item in the XTree is clicked on twice in quick succession, OnMouseDown is bypassed.
There is some essential processing required in OnMouseDown that is used in OnCheck, so when it is bypassed, results are not correct.
How can I prevent the user from clicking twice in quick succession?
Alternatively, how can I ensure that OnMouseDown is processed for every click?
If the user waits at least (about) one and a half seconds, then there is no problem.
Thanks.
Raymond
Comments