I tried with the latest build (Build 2014 10.140220) and it worked.
I can now build my simple test project and run it on an Android device.
Thanks for the follow-up.
Search found 4 matches
- Mon Feb 24, 2014 4:46 pm
- Forum: FMX
- Topic: Linker errors when building for Android
- Replies: 2
- Views: 11461
- Fri Feb 21, 2014 2:48 pm
- Forum: FMX
- Topic: Linker errors when building for Android
- Replies: 2
- Views: 11461
Linker errors when building for Android
Hello, I just did a first install of TeeCharts Pro 2013 09.131119 for Delphi XE5 Update 2 and created a new FireMonkey Blank application with just a TChart component on it (without changing any of its properties) to see i can build the application for Android. I cannot build the project and I get ma...
- Fri Jul 12, 2013 3:30 pm
- Forum: VCL
- Topic: TLineSeries area gradient
- Replies: 3
- Views: 6568
Re: TLineSeries area gradient
Hello, I checked the latest version of TeeChart VCL v2013.08.130521 and I am disappointed to see that this issue is still not fixed? As this is a feature regression and not a new feature request, I was expecting it to be solved a bit earlier. This issue in your component is blocking some of our proj...
- Mon Jan 28, 2013 4:20 pm
- Forum: VCL
- Topic: TLineSeries area gradient
- Replies: 3
- Views: 6568
TLineSeries area gradient
Using TeeChart Pro v8.06.60902 VCL with Delphi 2010. On a form with just a default TChart component, I have the following code: procedure TForm1.FormCreate(Sender: TObject); var LLineSeries: TLineSeries; begin Chart1.View3D := false; LLineSeries := TLineSeries.Create(Self); LLineSeries.DrawArea := t...