Hi
Is it possible to access a string value in the resources by an integer value?
For example:
<string id="V011">TEST 1</string>
<string id="V012">TEST 2</string>
<string id="U011">m</string>
<string id="U012">s</string>
to load this string when a value equals 11 or 12 ? How can I concat a resource identifier?
WatchUi.loadResource(Rez.Strings.U%03d) ???
Another question I have:
Is it possible to create fit contributors programatically?
Do I always need an entry in the fitContributions.xml?
I have an array of different values, and want to create a fitcontributor for every value. Which one is not known before and should be created on runtime.
Is that possible?
thanks for any help!
regards
Erich