Firemonkey iOS bug

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
yazou
Newbie
Newbie
Posts: 5
Joined: Thu Mar 01, 2012 12:00 am

Firemonkey iOS bug

Post by yazou » Sat May 26, 2012 3:58 pm

hello,
I'm testing using teechart in an iPhone app. I'm using Delphi XE2 update 4 & the last source code for tee chart.
My test code is very simple:

procedure TForm1.FormCreate(Sender: TObject);
begin
Series1.FillSampleValues(5);
end;

The attached screenshot show the obtained chart in the iOS Simulator.
What are the 4 shadow rectangles ? the Marks shadow ?

Whatever the series type used I got a line staring from letdown corner !!!
Any experience with iOS firemonkey version?
Any demo for teechart on the app store ?
Is the dot net version is working better than the firemonkey version under iOS ?
Kind regards
Attachments
Screen Shot 2012-05-26 at 5.46.07 PM.png
Screen Shot 2012-05-26 at 5.46.07 PM.png (113.36 KiB) Viewed 14670 times

yazou
Newbie
Newbie
Posts: 5
Joined: Thu Mar 01, 2012 12:00 am

Re: Firemonkey iOS bug

Post by yazou » Sat May 26, 2012 5:09 pm

Hi,
Teechart draws an unwanted line even without having any series.
May be it's an axis drawing issue !!
Attachments
Screen Shot 2012-05-26 at 7.07.11 PM.png
Screen Shot 2012-05-26 at 7.07.11 PM.png (77.13 KiB) Viewed 14622 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Firemonkey iOS bug

Post by Yeray » Mon May 28, 2012 1:45 pm

Hi Yazou,

As you'll read here, there are some known problems in the iOS emulator/simulator. This would probably explain the displacement of the marks shadows.

That line being drawn in the chart could be different. However, if I'm not wrong this only happens in the emulator/simulator. Does it happen for you in a real device too?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

yazou
Newbie
Newbie
Posts: 5
Joined: Thu Mar 01, 2012 12:00 am

Re: Firemonkey iOS bug

Post by yazou » Tue May 29, 2012 9:47 am

hello Yeray,
On my device (iPhone 3GS) i got the same results (see the attached screenshot of my device).
in the post of X-ray he says that teechart is working well !!

Do you have a good back of customer using the dot net version with iOS ?
My main application is C++ and I need some UI and charting. I'm evaluating some possible choices :
Firemonkey with Teechart
Monotouch with teechart dot net
writing my own charting function in objective-C and C++ starting from open source OpenGL plotting library .

BTW, I tested free pascal directly from Xcode without the Firemonkey SDK. It works great and the UI is really iOS native.
http://web.me.com/macpgmr/ObjP/Xcode4/
Do you have any plan to port Teechart using cocoaPas (the object pascal wrapper of the Cocoa framework) ?
I think that a native cocoa teechart version has a great market potential :D

Kind regards,
Attachments
IMG_0355.PNG
IMG_0355.PNG (33.91 KiB) Viewed 14582 times

yazou
Newbie
Newbie
Posts: 5
Joined: Thu Mar 01, 2012 12:00 am

Re: Firemonkey iOS bug

Post by yazou » Tue May 29, 2012 10:56 am

Hi,
I made the corrections proposed in
http://qc.embarcadero.com/wc/qcmain.aspx?d=103976
and everything is right :D :D

Thank you again
Attachments
IMG_0356.PNG
IMG_0356.PNG (30.79 KiB) Viewed 14559 times

Post Reply