Problem with C++ Builder Tokyo and android
Posted: Wed Nov 29, 2017 5:59 am
I am trying to port my FMX application from Berlin to Tokyo (C++), but I have a problem with android version when I try to add values to series at runtime (it produces access violation).
I try to make a small sample and it seems that either this one works correctly in Android (in iOS or windows works fine).
My sample is:
Add a teechart component on a form with one series and try it to fill with data at runtime with Chart1->SeriesList->FillSampleValues(20);
In Windows and iOS it displays chart correctly but not on Android.
Same application in Delphi works fine.
Is it something wrong with my installation or TeeChart or there is a bug in Tokyo?
I try to make a small sample and it seems that either this one works correctly in Android (in iOS or windows works fine).
My sample is:
Add a teechart component on a form with one series and try it to fill with data at runtime with Chart1->SeriesList->FillSampleValues(20);
In Windows and iOS it displays chart correctly but not on Android.
Same application in Delphi works fine.
Is it something wrong with my installation or TeeChart or there is a bug in Tokyo?