Still cannot use palette tool
Still cannot use palette tool
Fresh installation of 10.4.1, only component installed TChart and I still get the error message.
- Attachments
-
- Untitled.gif (395.8 KiB) Viewed 18530 times
Re: Still cannot use palette tool
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Still cannot use palette tool
After 2 years, a new fresh Delphi 11 installation and fresh TeeChart installation (latest source code) I still cannot use this tool.
- Attachments
-
- Screenshot 2022-04-26 175250.png (250.14 KiB) Viewed 14073 times
Re: Still cannot use palette tool
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.
I've tried it again without issues.
Please provide more information as asked in my previous message so we can take a deeper look.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Still cannot use palette tool
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.
- Attachments
-
- Unit1.zip
- (5.78 KiB) Downloaded 672 times
-
- Screenshot 2022-04-29 135232.png (75.39 KiB) Viewed 14011 times
Re: Still cannot use palette tool
Hello,
Indeed, I couldn't reproduce any error with that project.
Could you please try creating it by code?
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;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Still cannot use palette tool
... once the mouse enters the chart area the same happens
- Attachments
-
- Screenshot 2022-04-29 182520.png (122.74 KiB) Viewed 14004 times
Re: Still cannot use palette tool
Hello,
I can only think on trying to find differences between both environments.
No errors here with v2022.34 or v2022.35 in RAD 11.1.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Still cannot use palette tool
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?
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
Hello,
Sorry for the delay here.
Sorry for the delay here.
Sure, find it here. I've tested it in a Win11 VM and it seems to work fine.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Still cannot use palette tool
Hello,
No problem, as I suspected the error is still here! Now what?!
No problem, as I suspected the error is still here! Now what?!
- Attachments
-
- Screenshot 2022-05-26 174020.png (62.19 KiB) Viewed 13492 times
Re: Still cannot use palette tool
Hello,
I'm sorry for the lack of reply here.
Have you found any configuration that may be explaining this?
I'm sorry for the lack of reply here.
Have you found any configuration that may be explaining this?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Still cannot use palette tool
Nothing so far
Re: Still cannot use palette tool
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
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
Steema Support