Search found 4 matches

by
Mon Dec 01, 2003 11:20 am
Forum: ActiveX
Topic: Teechart ActiveX v5 StopMouse() ?
Replies: 6
Views: 22016

Ahh ok, thank you. But: Im using teechart ActiveX 5.0.5.0 under WinXP and VC++ 6.0 SP5 without MFC (ATL project) (no mfc generated classes for the techart control, im using simple smartpointer) Handling the events above don't avoid the mouse event on the chart :-( even if I use OnMouseDown or OnSeri...
by
Fri Nov 21, 2003 12:48 pm
Forum: ActiveX
Topic: Teechart ActiveX v5 StopMouse() ?
Replies: 6
Views: 22016

I have no problems to open the popup menues. I only can't avoid the right mouse click to the teechart control. (wich results to a format change of the chart, what i dont want) with using the OnMouseDown event, instead of OnSeriesClick event i can avoid this ? I need the also need the index of the cl...
by
Wed Nov 19, 2003 4:18 pm
Forum: ActiveX
Topic: Teechart ActiveX v5 StopMouse() ?
Replies: 6
Views: 22016

yes, even if you put the StopMouse call on the beginning on the function, it has no effect. (I think you meant this) the chart goes into the move and 3d mode, after the popup menu called, and closed. MouseDown is called before OnSeriesClick MouseUp after. there is no effect if you put StopMouse in t...
by
Tue Nov 18, 2003 9:46 am
Forum: ActiveX
Topic: Teechart ActiveX v5 StopMouse() ?
Replies: 6
Views: 22016

Teechart ActiveX v5 StopMouse() ?

Using Teechart ActiveX V5 with VC++ and ATL. Im trying to generate a context menu, if the user click with the rigth mouse button on a serie. Context menu will be shown, but after handling this, the teechart goes in the move state (the graphic always floating to the current position of the mouse poin...