Good morning
In SDK 7 it is stated in README.html
Allow more than 255 fields (variables, functions, etc.) in a module or class. But if I create more than 255 variables, it is indicated too high
BUILD: ERROR: fenix6pro: C:\Users\Parents\workspace\APP4PARAGLIDNEW\bin\gen\006-B3290-00\source\Rez.mcgen:49: 256 members found in module '$.Rez.Strings', exceeding the limit of 254.
CONSTRUCTION: Completed
Aborted launch due to build failure.
So maybe it's not possible for module strings or variables, not in this case
So I'm trying to use jsondata to migrate variables into this module but I have a problem.
When I use Jsondata, the module does not use language separation. when you select the language, you don't have json for English or json for French when using Ressourcese-Eng or Ressources-Fre
The only way to select the language is to do it in code to select with a loadjson variable Eng when the language is English and select variableFre when the language is French. It's not very user-friendly.
Do you have this problem with jsondata, or how do you separate languages with JSONdata type variables?
Didier