Using Themes problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
BZwirs
Newbie
Newbie
Posts: 2
Joined: Mon Feb 08, 2016 12:00 am

Using Themes problem

Post by BZwirs » Mon Mar 07, 2016 8:18 am

Windows 10
Delphi Seattle
Latest TeeChart

When I try and select the Facts theme for a chart I get an access violation:

Access Violation at address 24343B01 in module 'Tee923.BPL' Read of address 000000A9.

Most of the other themes seem to work Ok but as soon as I choose 'Facts'....all other themes I choose afterwards (on the same chart to apply a new theme) will bring up the AV.

Can someone please explain why this should be happening.

regards

Bill Zwirs

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Using Themes problem

Post by Yeray » Mon Mar 07, 2016 11:14 am

Hello Bill,

I can't reproduce the problem here.
I've tried with a new simple project with just a chart on the form, a button and this code:

Code: Select all

uses TeeThemes;

procedure TForm1.Button1Click(Sender: TObject);
begin
  TFactsTheme.Create(Chart1).Apply;
end;
I've also tried with the example in the Features Demo at "All features\Welcome !\Aspect\Chart Themes".

Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

BZwirs
Newbie
Newbie
Posts: 2
Joined: Mon Feb 08, 2016 12:00 am

Re: Using Themes problem

Post by BZwirs » Sun Mar 13, 2016 6:53 am

Yeray

I ended up doing an uninstall/install and seems to work Ok now.

regards

Bill

Post Reply