Page 1 of 1

Catching open Editor's edit event

Posted: Wed Sep 08, 2004 6:50 am
by 9083222
How can I catch the event of opening the edit from the Editor (CEDitor)?

Thanks, Fofa

Posted: Wed Sep 08, 2004 8:17 am
by Pep
Hi Fofa,

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

Posted: Thu Sep 09, 2004 10:54 am
by 9083222
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?

Posted: Thu Sep 09, 2004 11:27 am
by Pep
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);