Page 1 of 1

Mouse wheel is not filtered from sending messages to a chart

Posted: Wed Sep 26, 2007 10:35 am
by 9345067
How do I disable the mouse wheel to change eg. zooming in a chart?
I have disabled both scrolling and zooming using the mouse, but the wheel still do working changing layout in a chart where a scrollbox contain 1 to up to 100 charts stacked vertically (one for each day)

I want to give the scrollbox the input of the wheeler, not the chart the mouse is above.

I think the remedy is to disable the wheel function in the tchart but didn't find that as an option in v.7 that I uses.

Posted: Wed Sep 26, 2007 11:26 am
by 9047589
TeeUseMouseWheel:=False

Posted: Wed Sep 26, 2007 1:33 pm
by 9345067
9047589 wrote:TeeUseMouseWheel:=False
Thanx