Search found 11 matches

by Leo_
Fri Mar 24, 2017 1:47 pm
Forum: FMX
Topic: T(Fast)LineSeries performance issue on Android
Replies: 7
Views: 16026

Re: T(Fast)LineSeries performance issue on Android

Wow, yes that really made a huge difference!

Thank you so much.

regards,
Leo
by Leo_
Thu Mar 23, 2017 4:10 pm
Forum: FMX
Topic: T(Fast)LineSeries performance issue on Android
Replies: 7
Views: 16026

Re: T(Fast)LineSeries performance issue on Android

Hello again, and thank you for taking the time to look at this. Yes, I also think that ....points out of the screen are affecting the performance I would very much appreciate if you could have a look at it. My main app is a bit more complex than my demo app, and it would save me a lot of "work-aroun...
by Leo_
Wed Mar 22, 2017 3:58 pm
Forum: FMX
Topic: T(Fast)LineSeries performance issue on Android
Replies: 7
Views: 16026

Re: T(Fast)LineSeries performance issue on Android

Hi, 1. Setting DrawAllPoint for this situation could seem like an improvement, but it's not. It might improve drawing speed as (I guess) it draws fewer elements, but the way it draws it (when also scrolling) is absolutely not the way to go. The graph gets very shaky. 2. I'm not sure what you mean wh...
by Leo_
Tue Mar 21, 2017 2:26 pm
Forum: FMX
Topic: T(Fast)LineSeries performance issue on Android
Replies: 7
Views: 16026

Re: T(Fast)LineSeries performance issue on Android

Just noticed that an updated version of TChart was available.
I have now upgraded and tested with the latest version V2017.20.170306 and the reported is issue is still present unfortunately.

Regards,
Leo
by Leo_
Tue Mar 21, 2017 1:23 pm
Forum: FMX
Topic: T(Fast)LineSeries performance issue on Android
Replies: 7
Views: 16026

T(Fast)LineSeries performance issue on Android

Hi, I think I'm experiencing a serious issue with the TLineSeries/TFastLineSeries running on Android. Using Delphi 10.2 Upd 2 and Steema TChart V2016.19.161025. I've put together, and attached, a stripped down multi device demo project demonstrating the issue. What I'm trying to achieve is the follo...
by Leo_
Mon Feb 27, 2017 8:51 pm
Forum: FMX
Topic: TColorLineTool.Annotation value set designtime not respected
Replies: 2
Views: 8262

TColorLineTool.Annotation value set designtime not respected

Hi, Delphi 10.1 Upd2, FMX, TChart V2016.19.161025 Not sure if I'm overlooking something here, but try this in designtime: - Add a TColorLineTool to a TChart - In the property editor for the TColorLineTool, set the AnnotationValue property to true to see the Annotation designtime. - Now set the Annot...
by Leo_
Fri Feb 17, 2017 9:52 am
Forum: FMX
Topic: Issue with drawing of series mark
Replies: 15
Views: 29002

Re: Issue with drawing of series mark

Thank you very much for your feedback, much appreciated. 1. Regarding the drawing issue of the characters (ID Codes): I just did a test where I create a second separate series for the ID Codes. It's a TPointSeries with Style set to "Nothing" to not show the point itself. Now I can add (Assign) a Mar...
by Leo_
Wed Feb 15, 2017 11:37 am
Forum: FMX
Topic: Issue with drawing of series mark
Replies: 15
Views: 29002

Re: Issue with drawing of series mark

Hi, Well, that does unfortunately not help me much. Android 7.1.1 is not even available for our Samsung devices yet. I've tested with Android 4.4.4, 5.0.1 and 6.0.1 For both version #4 and #6 I can see the issue. Maybe I can ask if you have any suggestions as to think differently to solve the issue....
by Leo_
Tue Feb 14, 2017 10:59 am
Forum: FMX
Topic: Issue with drawing of series mark
Replies: 15
Views: 29002

Re: Issue with drawing of series mark

Ahh, sorry about the incorrect demo project. Had to strip it down due to size limit on attachments and I must have zipped the wrong project.

Anyway, new project attached.
by Leo_
Mon Feb 13, 2017 2:10 pm
Forum: FMX
Topic: Issue with drawing of series mark
Replies: 15
Views: 29002

Re: Issue with drawing of series mark

Hi, Unsure if I should create a new support entry, or continue posting to this thread. My request is related to the current topic so I'll post here, forgive if that's not according to the rules. Anyway, Case: Delphi 10.1 Upd 2 + TChart Pro (v2016.19.161025) FMX on Android. Simple TFastLineSeries sim...
by Leo_
Tue Dec 13, 2016 2:37 pm
Forum: FMX
Topic: Issue with drawing of series mark
Replies: 15
Views: 29002

Re: Issue with drawing of series mark

Thank you for your help, I just have a small followup question to the case above:

- Is there a way to set the position of the Mark(s), without having to recalc position in ChartAfterDraw?
(Seems a bit odd to have to run through all Series.Count and to find the Marks in use?)

Regards,
Leo