Page 1 of 1

Customize TeePenDlg?

Posted: Mon Jul 31, 2006 6:24 pm
by 9238050
Is it possible to customize an TeePenDlg?

i.e. if I do not need the ColorButton or the cbVisible, or I'd like to sett a custom Form.Caption?

If not: are there any better tools to change penStyle?

Thanks
Jogi

Posted: Tue Aug 01, 2006 9:23 am
by Pep
Hi Jogi,

you will be able to customize it if you have the source code version. Customizing as your own and then recompiling and reinstalling the TeeChart Pro components.
If not: are there any better tools to change penStyle?
With a dialog, the only way is by using the TeePenDlg. But you can always create a custom dialog with only the properties you want to be available.

Posted: Tue Aug 01, 2006 9:49 am
by 9238050
Thanks for your fast answer.

Unfortunatelly I do not own the source code...

But one more Question.
What sense does the TeePenDlg.ShowControls() procedure make if the controls are not published?

Thank you.