Page 1 of 1
Still cannot use palette tool
Posted: Wed Sep 02, 2020 4:10 pm
by 16589423
Fresh installation of 10.4.1, only component installed TChart and I still get the error message.
Re: Still cannot use palette tool
Posted: Thu Sep 10, 2020 1:53 pm
by yeray
Hello,
Are you trying to add the Legend Palette tool into a new chart? I'm doing that in a new application without errors.
If that works in a new application but still fails in a more complex one, please try to arrange a simple example project we can run as-is to reproduce the problem here.
Re: Still cannot use palette tool
Posted: Tue Apr 26, 2022 2:53 pm
by 16589423
After 2 years, a new fresh Delphi 11 installation and fresh TeeChart installation (latest source code) I still cannot use this tool.
Re: Still cannot use palette tool
Posted: Wed Apr 27, 2022 11:02 am
by yeray
Hello,
I've tried it again without issues.
Please provide more information as asked in my previous message so we can take a deeper look.
Re: Still cannot use palette tool
Posted: Fri Apr 29, 2022 10:56 am
by 16589423
Some time ago I sent you a sample project, here is a new one, it will most probably work ok with you. I need someone to provide some insights on how to succesfully locate the source of the issue.
Re: Still cannot use palette tool
Posted: Fri Apr 29, 2022 1:22 pm
by yeray
Hello,
Indeed, I couldn't reproduce any error with that project.
Could you please try creating it by code?
Code: Select all
var ChartTool1: TLegendPaletteTool;
procedure TForm1.FormCreate(Sender: TObject);
begin
ChartTool1:=TLegendPaletteTool.Create(Chart1);
Chart1.Tools.Add(ChartTool1);
ChartTool1.Series:=Series1;
end;
Re: Still cannot use palette tool
Posted: Fri Apr 29, 2022 3:26 pm
by 16589423
... once the mouse enters the chart area the same happens
Re: Still cannot use palette tool
Posted: Tue May 03, 2022 7:03 am
by yeray
Hello,
johnnix wrote: ↑Fri Apr 29, 2022 3:26 pm
... once the mouse enters the chart area the same happens
No errors here with v2022.34 or v2022.35 in RAD 11.1.
johnnix wrote: ↑Fri Apr 29, 2022 10:56 am
it will most probably work ok with you
Do you have any idea why the same project would work fine in one environment and not in a different machine with the same environment?
I can only think on trying to find differences between both environments.
Re: Still cannot use palette tool
Posted: Wed May 04, 2022 3:19 pm
by 16589423
Hello,
I have no idea what is going on, I get the same behavior under my Windows 10 VM running Delphi 10.4, under my Windows 11 VM running Delphi 11 and under my desktop computer. I have no other computer to try it ...
Can you please send me a simple executable to run here?
Re: Still cannot use palette tool
Posted: Wed May 18, 2022 5:35 pm
by yeray
Hello,
Sorry for the delay here.
johnnix wrote: ↑Wed May 04, 2022 3:19 pm
Can you please send me a simple executable to run here?
Sure, find it
here. I've tested it in a Win11 VM and it seems to work fine.
Re: Still cannot use palette tool
Posted: Thu May 26, 2022 2:41 pm
by 16589423
Hello,
No problem, as I suspected the error is still here! Now what?!
Re: Still cannot use palette tool
Posted: Tue Jun 28, 2022 3:44 pm
by yeray
Hello,
I'm sorry for the lack of reply here.
Have you found any configuration that may be explaining this?
Re: Still cannot use palette tool
Posted: Tue Jul 26, 2022 9:42 am
by 16589423
Nothing so far
Re: Still cannot use palette tool
Posted: Mon Aug 08, 2022 4:14 pm
by Marc
Hello,
I have tried this in a new environment. Runs ok. Is it possible that your test machines are running security software that may be inhibiting the creation of windows objects/handles? Perhaps running the example across several machines may give a hint by more easily identifying what machines generate/don't the error. I'm assuming that you have machines that do not all run the same setup and that are able to run the example without an issue.
Regards,
Marc Meumann