Page 1 of 1

Using Themes problem

Posted: Mon Mar 07, 2016 8:18 am
by 16477629
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

Re: Using Themes problem

Posted: Mon Mar 07, 2016 11:14 am
by yeray
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.

Re: Using Themes problem

Posted: Sun Mar 13, 2016 6:53 am
by 16477629
Yeray

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

regards

Bill