Catching open Editor's edit event

TeeChart for ActiveX, COM and ASP
Post Reply
Fofa
Newbie
Newbie
Posts: 4
Joined: Mon Jul 19, 2004 4:00 am

Catching open Editor's edit event

Post by Fofa » Wed Sep 08, 2004 6:50 am

How can I catch the event of opening the edit from the Editor (CEDitor)?

Thanks, Fofa

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

Post by Pep » Wed Sep 08, 2004 8:17 am

Hi Fofa,

there's not any event for this (like OnOpenEditor).

Fofa
Newbie
Newbie
Posts: 4
Joined: Mon Jul 19, 2004 4:00 am

Post by Fofa » Thu Sep 09, 2004 10:54 am

My application - which is written in Visual C++ 6, is TopMost. When I open the edit, the edit window is hidden down the application window. Meanwhile, when the edit is open, the application is unreachable till the edit is close.
Is there any Tee Chart feature that can help me with this ?
I thought about cathing the an event when the edit button was open, but since there is not such an event, how can I handle it?

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

Post by Pep » Thu Sep 09, 2004 11:27 am

Hi Fofa,

which TeeChart Pro version are you using ?
It appears in front of the app window using the following ocde to open it :
m_chart.ShowEditor(-1);

Post Reply