tColorBandTool.Active set false or true has no effect

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
achristouio
Newbie
Newbie
Posts: 26
Joined: Tue Apr 02, 2002 5:00 am
Location: University of Oslo
Contact:

tColorBandTool.Active set false or true has no effect

Post by achristouio » Fri May 19, 2006 12:41 pm

In a project I use tColorBandTool to color some area on the plot. Depending on some conditions, I switch Active to color or not.

But it has no effect at all. Also trying to update the page. Nothing happens. Only to remove I have to set color to clWhite and to show it, turns it to another color.

Is there a bug around?

Or is the usage of Active ment for something else?

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

Post by Narcís » Fri May 19, 2006 12:56 pm

Hi achristouio,

Enabling and disabling the tool works fine here using TeeChart Pro v7.07 which is the latest release available. Which TeeChart version are you using? Could you please send us an example we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.
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

achristouio
Newbie
Newbie
Posts: 26
Joined: Tue Apr 02, 2002 5:00 am
Location: University of Oslo
Contact:

Post by achristouio » Fri May 19, 2006 1:05 pm

narcis wrote:Hi achristouio,

Enabling and disabling the tool works fine here using TeeChart Pro v7.07 which is the latest release available. Which TeeChart version are you using? Could you please send us an example we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.
Hm. I installed 7.07 a few days ago, but it had no effect as I see.
By the way, the project is too big :-)

Well, I have to recheck the code in order to see if something is turning it active again at a later point in the process.

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

Post by Narcís » Fri May 19, 2006 1:12 pm

Hi achistouio,
Hm. I installed 7.07 a few days ago, but it had no effect as I see.
You could check that your project and IDE are properly referencing v7.07 packages, checking they are installed at Project\Options\Packages and that their Bin and Lib folders are on TOP of the Search Path list at Project\Options\Directories/Conditionals.
By the way, the project is too big
You can also try to arrange a simple example project to reproduce the issue.
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