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
Using Themes problem
Re: Using Themes problem
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:
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.
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;
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Using Themes problem
Yeray
I ended up doing an uninstall/install and seems to work Ok now.
regards
Bill
I ended up doing an uninstall/install and seems to work Ok now.
regards
Bill