Reputation: 2487
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
Upvotes: 0
Views: 136
Reputation: 2487
RemObjects provided me a beta build of Oxygene that addresses this issue.
Upvotes: 1