Less functionality in ChartEditor at runtime?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ghisa
Newbie
Newbie
Posts: 11
Joined: Wed Jun 01, 2005 4:00 am

Less functionality in ChartEditor at runtime?

Post by ghisa » Thu Jun 30, 2005 3:56 pm

Hello!

I'm using Delphi 4 with TeeChart Pro 7.04 and I have the following problem:
At development time I'm able to add for example the tool "Tip-Mark" to my chart. I'm also able to change the properties of the Tip-Mark, but if I add the "Tip-Mark" at runtime, it's not possible to change the properties. And that is true for all tools. The properties-page is empty at runtime, but not at development time.
There are also less tools in the editor at runtime.

Please tell me what I'm doing wrong?

THX

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 Jun 30, 2005 4:18 pm

Hi ghisa,

If you want to have access to all series/tools editors, you can simply add TeeEditPRO unit to the Uses section. This unit includes all series/tool editor and automatically registers them when the unit is loaded.
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

ghisa
Newbie
Newbie
Posts: 11
Joined: Wed Jun 01, 2005 4:00 am

Post by ghisa » Fri Jul 01, 2005 7:11 am

Hi narcis!

It works fine!!! Thanks a lot!!!

Post Reply