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
Firemonkey iOS bug
Firemonkey iOS bug
- Attachments
-
- Screen Shot 2012-05-26 at 5.46.07 PM.png (113.36 KiB) Viewed 17364 times
Re: Firemonkey iOS bug
Hi,
Teechart draws an unwanted line even without having any series.
May be it's an axis drawing issue !!
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 (77.13 KiB) Viewed 17316 times
Re: Firemonkey iOS bug
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?
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Firemonkey iOS bug
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
Kind regards,
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
Kind regards,
- Attachments
-
- IMG_0355.PNG (33.91 KiB) Viewed 17276 times
Re: Firemonkey iOS bug
Hi,
I made the corrections proposed in
http://qc.embarcadero.com/wc/qcmain.aspx?d=103976
and everything is right
Thank you again
I made the corrections proposed in
http://qc.embarcadero.com/wc/qcmain.aspx?d=103976
and everything is right
Thank you again
- Attachments
-
- IMG_0356.PNG (30.79 KiB) Viewed 17253 times