TAxisArrowTool and Dbl-Click

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

TAxisArrowTool and Dbl-Click

Post by bertrod » Mon Mar 06, 2006 10:18 am

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 ?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Mar 15, 2006 1:24 am

Hi,

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

bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

Post by bertrod » Thu Mar 16, 2006 8:27 am

Thanks, i should manage my problem with this.

Post Reply