<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why does text get replaced with gibberish? in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828654#M2203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note another possible cause seems to be the FontLoader status not being fully loaded and ready prior to the text rendering. We had this issue pop up in yet another app, and moved the code that loaded the font right to the beginning of the app, prior to anything else and it seemed to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jun 2018 20:27:01 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-06-24T20:27:01Z</dc:date>
    <item>
      <title>Why does text get replaced with gibberish?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828652#M2201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably a noob question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Periodically some of the text in my app gets replaced with unintelligible strings of characters. See pic. I promise that in code all of the Text on this interface is in the English language using Latin characters in a pattern such as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text: qsTr("A Text String in English")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet every now and then on an unpredictable basis they get replaced by what you see in the pic. If I kill the app and relaunch it, the interface returns to the original, legible content.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What&amp;nbsp;did I do or not do that causes this&amp;nbsp;and how do I fix it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 20:33:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828652#M2201</guid>
      <dc:creator>KenGorton</dc:creator>
      <dc:date>2017-12-07T20:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why does text get replaced with gibberish?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828653#M2202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One possible thing to check is what font you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had issues on Android where, if I didn't actually specify any font at all, or some particular fonts, would display gibberish - BUT at certain (seemingly unpredictable) sizes it displayed fine. So it was&amp;nbsp;some combination of font and size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved it by always specifying a font that I knew would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest thing I did in the end was create a qml file called 'CustomText.qml' with the code below, and then always use that instead of Text objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text {&lt;BR /&gt; font.family: "Noto Sans"&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 20:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828653#M2202</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-12-07T20:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why does text get replaced with gibberish?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828654#M2203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note another possible cause seems to be the FontLoader status not being fully loaded and ready prior to the text rendering. We had this issue pop up in yet another app, and moved the code that loaded the font right to the beginning of the app, prior to anything else and it seemed to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jun 2018 20:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828654#M2203</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-06-24T20:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why does text get replaced with gibberish?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828655#M2204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you fix this if you don't have the standard version of the software?&amp;nbsp; I am using the free version and can't add a second line of text to my title page because it just displays as gibberish.&amp;nbsp; I only have 2 words on the starting screen, which tell the viewer next to nothing about the app.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 03:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828655#M2204</guid>
      <dc:creator>LisaDubas</dc:creator>
      <dc:date>2018-07-30T03:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why does text get replaced with gibberish?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828656#M2205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your issue relates to using one of the ESRI templates then I guess you would need to raise it as a bug with ESRI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 03:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/why-does-text-get-replaced-with-gibberish/m-p/828656#M2205</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-07-30T03:43:46Z</dc:date>
    </item>
  </channel>
</rss>

