20.01.2020 07:18:27
Topic:
Error when adding .NET dll
 lakuda
|
Hello!
After updating to version 11.3.6.65, we started experiencing problems with adding .NET dll to the project. First, we're asked to define the type of dll and when selecting the corresponding type, we receive Error 750 and Error 402. What can be the problem? |
29.03.2021 17:36:54
Topic:
Writing targets in Farsi
 lakuda
|
Hello! We are experiencing a problem when writing targets in Farsi, mainly with strings that have both English and Farsi words in them. While in RC-WinTrans these strings look correct (correct word order), when we open target files, the word order is wrong, like RTL is not applied. Translated:
 In target file: تنظیمات PTZ |
01.04.2021 09:37:30
Topic:
JSON parser error
 lakuda
|
Hello! What can be done about this? System.Exception: JSON parser error. Syntax error in file (!?) в JSONConv.JSONConverter.JSON2XLIFF(String DFMSrcFile, String XLIFFFile, String LangCode, CRCTXLIFFDoc& XlfDoc) Error (402): Conversion tool: FileConverter_JSON.Converter.FormatFileToXliff, Exit code: 5376 Failed. |
13.04.2021 14:01:08
Topic:
Writing targets in Farsi
 lakuda
|
We are experiencing some further problems with writing targets in Farsi. See that the selected string on the screenshot is properly translated

But in the target file we get it in French <data name="DeviceFactoryParams_ModelDescription" xml:space="preserve"> <value>Modèle de l'appareil.</value> </data> |
23.04.2021 15:39:32
Topic:
Writing targets in Farsi
 lakuda
|
For some reason, the RTL issue happens only with strings that have either English+Farsi in them or Farsi+symbols. On the screenshot, the two upper strings are written incorrectly as targets, the two bottom strings are written correctly

 |
20.09.2024 12:58:52
Topic:
JSON converter error
 lakuda
|
Hello, When trying to open a JSON file with this structure:
{ "DataSet": { "Objects": [ { "ObjectName": "Object1", "VisibleName": "Name1", "GroupName": "" }, { "ObjectName": "Object2", "VisibleName": "Name2", "GroupName": "", "Reacts": [ { "ReactName": "React1", "ReactDescription": "Desc1", "IsReactTrue": false }, { "ReactName": "React2", "ReactDescription": "Desc2", "IsReactTrue": false } ], "Events": [ { "EventName": "Event1", "EventDescription": "Desc1", "IsSEnabled": false, "IsNDisabled": false, "IsPDisabled": false, "IsWLEnabled": false }, { "EventName": "Event2", "EventDescription": "Desc2", "IsSEnabled": false, "IsNDisabled": false, "IsPDisabled": false, "IsWLEnabled": false }, { "EventName": "Event3", "EventDescription": "Desc3", "IsSEnabled": false, "IsNDisabled": false, "IsPDisabled": false, "IsWLEnabled": false } ] },
we are getting an error:
System.Exception: JSON parser error. Syntax error in file (!?) at JSONConv.JSONConverter.JSON2XLIFF(String DFMSrcFile, String XLIFFFile, String LangCode, CRCTXLIFFDoc& XlfDoc) Error (402): Conversion tool: FileConverter_JSON.Converter.FormatFileToXliff, Exit code: 5376 Failed. |
1 2
|