how to add button to teecommander toolbar

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
BlueMonkey
Newbie
Newbie
Posts: 34
Joined: Tue Nov 04, 2008 12:00 am

how to add button to teecommander toolbar

Post by BlueMonkey » Wed Nov 05, 2008 11:11 pm

I am using TeeChart Pro 8 with Borland 2006.

I am trying to customize the TTeeCommander as shown in the example. When I add the TCommanderCustom class, it does not recognize TBaseForm. If I add "Base" to the "uses" clause, it is not recognized. If I add "uses TeeCommanderEditor" after the "implementation" clause, it is not recognized.

What am I doing wrong?

Thanks,
Kent

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Nov 06, 2008 8:22 am

Hi Kent,

Both units you mention are specific of TeeNew demo, they are not TeeChart packages units. You can add buttons at runtime as shown in the demos you have seen. If you'd like to use TeeCommanderEditor unit you should include it in your project sources.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply