TeeChart / Android / Oxygene

127 Views Asked by At

I have downloaded the Evaluation version of TeeChart for Android and I want to use it within an app developed using RemObjects Oxygene.

If I create a simple hello world app using the default template and create a new chart using

var chart: TChart := new TChart(self);

within the MainActivity's onCreate method. When the app starts the following exception is thrown:

java.util.MissingResourceException: Can''t find resource for bundle ''com.steema.teechart.languages.languages_en_GB'', key '''''

There are no accompanying files beyond the JAR file for TeeChart. Have I missed anything obvious?

Best regards,

Simon

1

There are 1 best solutions below

0
Simon Temlett On

RemObjects provided me a beta build of Oxygene that addresses this issue.