Page 1 of 1

OnClickBackground event

Posted: Wed May 06, 2009 10:42 am
by 10050873
Hello,

When i assign an onclickbackgroup event on a chart the zoom function with the mouse doesn't work (i use keyshift=ssctrl)

Thanks for help

Regards

Posted: Wed May 06, 2009 11:31 am
by yeray
Hi Calou,

Yes you are right. It seems that using OnClickBackground event disables zooming. On the other hand, OnChartClick event seems to respect the zoom.
I've added it to the wish list to be revised for further releases (TV52014132).

In the meanwhile, if you could explain what exactly you would like to achieve, we'll try to think in a satisfying workaround.

Posted: Wed May 06, 2009 3:34 pm
by 10050873
Hi,

I used sender.CancelMouse:=FALSE; and now it is good

Thanks