<?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 ArcGIS AppStudio Cloud Make Window Blank Screen in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1032461#M3827</link>
    <description>&lt;P&gt;I have put together a custom application that I was looking at creating a window executable from. The application runs in both AppStudio and AppStuio Player. When I run through the steps and process of a "Make"; my final product, an executable, opens a blank or white page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been hitting dead ends when researching this issue but I must be missing something here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any info related to my issue.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 16:10:59 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-03-03T16:10:59Z</dc:date>
    <item>
      <title>ArcGIS AppStudio Cloud Make Window Blank Screen</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1032461#M3827</link>
      <description>&lt;P&gt;I have put together a custom application that I was looking at creating a window executable from. The application runs in both AppStudio and AppStuio Player. When I run through the steps and process of a "Make"; my final product, an executable, opens a blank or white page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been hitting dead ends when researching this issue but I must be missing something here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any info related to my issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 16:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1032461#M3827</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-03T16:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS AppStudio Cloud Make Window Blank Screen</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1033538#M3830</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;White screen normally is normally a sign in the QML. Did you make sure to test your app in the latest version of AppStudio Desktop AppRun or AppStudio Player, it is currently version 4.4. Because there is a chance that you are testing your code in the older version of Appstudio Desktop AppRun and AppStudio Player but when you do Cloud Make, it is always hitting the latest production version of 4.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you test your app in the latest version of AppStudio Player to make sure there is no error message?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erwin.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 18:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1033538#M3830</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2021-03-05T18:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS AppStudio Cloud Make Window Blank Screen</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1033941#M3834</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/204423"&gt;@ErwinSoekianto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I am using the latest versions of AppStudio and AppStudio Player and run the application without issue. However, some of the components are copied over from prior applications built in previous versions. I will have to run though those individually and see if there are any updates to be made.&lt;/P&gt;&lt;P&gt;The things to note in my output would be these messages:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#800000"&gt;&lt;SPAN&gt;QSqlDatabasePrivate::removeDatabase: connection '{cd7f5931-cf04-4d93-8c9b-0261540dba63}' is still in use, all queries will cease to work.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;- which is thrown when I pop a window. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 2. &lt;FONT color="#800000"&gt;Model size of -43 is less than 0&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Model size of -3 is less than 0&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Model size of -1 is less than 0&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-which is thrown when viewing table viewes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I run debugger:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;bool __cdecl AppFramework::isOnline(void) *** DEPRECATED. Use Networking.isOnline instead. **&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;-&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;which is thrown even though my code is using Network.isOnline?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 14:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1033941#M3834</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-08T14:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS AppStudio Cloud Make Window Blank Screen</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1034712#M3837</link>
      <description>&lt;P&gt;It was traced down to a miss capitalization of a single letter in an import folder statement, deep within a control qml file. No errors were being thrown in apprun nor player, but this prevented the make from being created properly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 21:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/arcgis-appstudio-cloud-make-window-blank-screen/m-p/1034712#M3837</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-09T21:56:07Z</dc:date>
    </item>
  </channel>
</rss>

