OnDblClick event
Posted: Wed Dec 05, 2007 10:04 am
I am using TChart's OnDblClick event in C++ to launch the editor using ShowEditor(). This works fine. However, when I close the editor, the chart is now waiting for a second click to define a zoom window. On clicking the chart goes into zoom mode.
The chart has obviously recorded the first click of the dblclick as a mouse down event and on return from the editor is waiting for a mouseup event to complete the definition of the zoom area.
How do I stop this irritating behaviour?
The chart has obviously recorded the first click of the dblclick as a mouse down event and on return from the editor is waiting for a mouseup event to complete the definition of the zoom area.
How do I stop this irritating behaviour?