Editor panel customization?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
msr
Newbie
Newbie
Posts: 8
Joined: Tue May 17, 2005 4:00 am

Editor panel customization?

Post by msr » Tue Feb 06, 2007 10:50 pm

Many of the basic customization options available for the Chart editor (e.g., hiding or displaying various tabs and buttons) do not appear to be available for the embedded editor panel. I've also had no luck in programatically hiding these tabs at runtime. Changing the Visible property or trying to hide the tabs at runtime appears to have no effect. Is there a way to customize the appearance of the panel? Will this be an option in version 8 when it's released?

Edit: Ok, I've managed to get some of the tabs turned off (I forgot about TabVisible vs. Visible), but some of the other options, such as the Add and Delete buttons in the series tab still seem inaccessable.

Edit 2: Well, I think I've found the properties I need. They're fairly well hidden, but TheHiddenTabs and EditorOptions seem to control most of what I need.

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

Post by Pep » Mon Feb 12, 2007 11:48 am

Hi,

so, if I understand all your problems has been solved ? If not please let me know which ones you still having.

Post Reply