Page 1 of 1

TAxisArrowTool and Dbl-Click

Posted: Mon Mar 06, 2006 10:18 am
by 9343260
Hello,

I noticed that there is a confusion between the TAxisArrowTool and the Double-click : if I click quickly 2 times on a TAxisArrowTool, I have the AxisMenu which appears (like if i had double-clicked the Axis).

Is there a way to avoid this ?

Posted: Wed Mar 15, 2006 1:24 am
by Pep
Hi,

there's a TAxisArrowClick event which you could use to check whether the editor must be called or not.

Posted: Thu Mar 16, 2006 8:27 am
by 9343260
Thanks, i should manage my problem with this.