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
how to add button to teecommander toolbar
-
- Newbie
- Posts: 34
- Joined: Tue Nov 04, 2008 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |