Search found 3 matches

by RichardS
Mon May 12, 2014 12:33 pm
Forum: FMX
Topic: Mobile Performance
Replies: 10
Views: 22261

Re: Mobile Performance

For now I think I have worked around the problem like this: - Created a hidden form which has the chart(s) on it I want - Added a method to this form which uses Chart.TeeCreateBitMap to return Bitmaps at both "normal" height and width and "2x" height and width - Used a TImage component with TBitmaps...
by RichardS
Fri May 09, 2014 4:16 pm
Forum: FMX
Topic: Mobile Performance
Replies: 10
Views: 22261

Re: Mobile Performance

I hadn't thought of the Simulator, but actually I can reproduce a bit of the problem there - it is actually worse on the device, but can you see the difference quite clearly in quality.
NonRetina.png
Non Retina
NonRetina.png (31.64 KiB) Viewed 22360 times
Retina.png
Retina
Retina.png (44.67 KiB) Viewed 22371 times
by RichardS
Fri May 09, 2014 11:36 am
Forum: FMX
Topic: Mobile Performance
Replies: 10
Views: 22261

Re: Mobile Performance

I am using Delphi XE6 with the beta version of TChart, working in iOS. I am testing on an iPad Mini (non Retina) and an iPad 3 (Retina) if I use a normal chart with no workarounds, performance is very poor on all scrolling/animated areas, eg. Tab transitions, scrollboxes - this is true for both devi...