Hi,
I am trying to load and compile a project (FireMonkey HD iOS application created in Delphi XE2 update 4 and exported to Xcode)
that inclucdes a Chart component in Xcode/FPC.
But I am running into trouble already loading the project (Workspace Integrity, Couldn't load project...) in XCode.
How do I include the TeeChart sources in the Xcode project, do I need to add all FMI sources to my project (.DPR) file?
or is there another way to tell XCode/FPC where these sources are?
Is there any description how that works or even better an example Xcode project using TeeChart?
best regards,
X-Ray
TeeChart on iOS
Re: TeeChart on iOS
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart on iOS
Hello Yeray,
I tried that example but there are obviously major drawing problems on iOS, especially
with the text on the axes. Just have a look at the attached screen shot from the simulator.
I am using Xcode 4.2 on Lion, together with the FPC(2.6.0)/Firemonkey install from XE2 update 4.
There are lots of similar problems in all charts.
Is there any fix for that?
Otherwise this version is pretty useless.
best regards,
X-Ray
I tried that example but there are obviously major drawing problems on iOS, especially
with the text on the axes. Just have a look at the attached screen shot from the simulator.
I am using Xcode 4.2 on Lion, together with the FPC(2.6.0)/Firemonkey install from XE2 update 4.
There are lots of similar problems in all charts.
Is there any fix for that?
Otherwise this version is pretty useless.
best regards,
X-Ray
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart on iOS
Hi X-Ray,
This is probably related to a Delphi bug: http://qc.embarcadero.com/wc/qcmain.aspx?d=103976. The workaround is modifying "/Developer/Embarcadero/fmi/FMX_Types_FPC_Impl.inc" as described in the Quality Central description. Due to 103976 many TRectF methods are failing.
This is probably related to a Delphi bug: http://qc.embarcadero.com/wc/qcmain.aspx?d=103976. The workaround is modifying "/Developer/Embarcadero/fmi/FMX_Types_FPC_Impl.inc" as described in the Quality Central description. Due to 103976 many TRectF methods are failing.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: TeeChart on iOS
Hi Narcis,
Thank You!
That fixed all the problems, TeeChart is now working nicely on iOS!
best regards,
X-Ray
Thank You!
That fixed all the problems, TeeChart is now working nicely on iOS!
best regards,
X-Ray