Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TElXTree: Prevent clicking on a radiobutton twice in quick succession

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

Sign In or Register to comment.