Page 1 of 1

Transparent panel and ITeeEditor notifications

Posted: Mon Apr 02, 2007 8:57 pm
by 9531332
Visual C++ here...

I am using ITChart::Draw() to draw the chart on my own DC.

Is there a way to make the panel background transparent? I don't want TChart to draw anything at all (well... for the panel), I want whatever is already on the DC to show through.

Also, is there a way to get editor notifications of user changes after you have called ITChart::ShowEditor() and the editor is up? I would like to repaint my window when the user changes something in the editor, but I don't know if this is possible.

Posted: Mon Apr 09, 2007 10:37 pm
by Pep
Hi,
Is there a way to make the panel background transparent? I don't want TChart to draw anything at all (well... for the panel), I want whatever is already on the DC to show through.
I'm afraid there's not a way to do this.
Also, is there a way to get editor notifications of user changes after you have called ITChart::ShowEditor() and the editor is up? I would like to repaint my window when the user changes something in the editor, but I don't know if this is possible.
This feature is already down our wish list and it will be considered to be included for the next releases.