Hi.
I just reckognized that I cannot modify a Rectangle tool at runtime via the chart editor panel or dialog.
Is it the way that tools cannot be modified via the editorpanel or -dialog at runtime. IMO this should be possible.
Best regards
Roland
Tools at runtime
Re: Tools at runtime
Hello,
I've created a new FMX project in RAD XE8, I've dropped a TChart and a TTeeCommander on the form.
I've added a TLineSeries (with some sample values) and a TRectangleTool to the TChart at designtime.
Then I've ran the application, opened the editor through the Commander and I could modify the rectangle tool:
Do you see anything I may be missing to reproduce the problem?
I've created a new FMX project in RAD XE8, I've dropped a TChart and a TTeeCommander on the form.
I've added a TLineSeries (with some sample values) and a TRectangleTool to the TChart at designtime.
Then I've ran the application, opened the editor through the Commander and I could modify the rectangle tool:
Do you see anything I may be missing to reproduce the problem?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Tools at runtime
Hi. Strange - it is not working like that for me.
The details of the tool settings are missing in my project - this project is still in XE7 though. Is there an official XE8 version available - did not know that.
Best regards
Roland
The details of the tool settings are missing in my project - this project is still in XE7 though. Is there an official XE8 version available - did not know that.
Best regards
Roland
Re: Tools at runtime
Hi.
It is working when I drop the TTeeCommander to the form.
I was not aware of this component and only dropped the EditPanel.
Thanks a lot your charting component is great. Soryy for not reading the documentation thorroughly enough.
Roland
It is working when I drop the TTeeCommander to the form.
I was not aware of this component and only dropped the EditPanel.
Thanks a lot your charting component is great. Soryy for not reading the documentation thorroughly enough.
Roland
Re: Tools at runtime
Hello Roland,
I'm sorry, we are working on the installers for XE8 and I used that to test this. We will publish them imminently.
I've tested the same with TeeChart v2015.14 in RAD XE7 now with the same result.
Are you following the very same steps I described in my first reply above to test this?
I'm sorry, we are working on the installers for XE8 and I used that to test this. We will publish them imminently.
I've tested the same with TeeChart v2015.14 in RAD XE7 now with the same result.
Are you following the very same steps I described in my first reply above to test this?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Tools at runtime
As I wrote.
It is working. Thanks.
It is working. Thanks.
Re: Tools at runtime
Hi Roland,
http://www.teechart.net/support/viewtop ... 17&t=15548
Sorry, I missed your last post.Roland wrote:As I wrote.
It is working. Thanks.
I see. Using the TChartEditorPanel you need to add a unit to the uses clause in order to access the RectangleTool editor:Roland wrote:I was not aware of this component and only dropped the EditPanel.
Code: Select all
uses FMXTee.Editor.Tools.Annotation;
Just published!Yeray wrote:I'm sorry, we are working on the installers for XE8 and I used that to test this. We will publish them imminently.
http://www.teechart.net/support/viewtop ... 17&t=15548
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |