<?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: Error on the Cloud Make in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1064520#M3941</link>
    <description>&lt;P&gt;Sorry for the delay.&lt;BR /&gt;&lt;BR /&gt;There are some others situations that refuses to work correctly with this new version for example the strangest one...&lt;BR /&gt;&lt;BR /&gt;Having 2 labels inside a RowLayout, each label using part of the parent width, that sumes the total of the parent width, produce a crash.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;RowLayout{
	Layout.preferredWidth: parent.width*0.8
	Label{
		text: "A"
		Layout.preferredWidth: parent.width*0.4
	}
	Label{
		text: "B"
		Layout.preferredWidth: parent.width*0.6
	}
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I can understand why, but is strange that the new version crashes widout saying anything.&lt;BR /&gt;&lt;BR /&gt;ApplicatioOutput:&lt;BR /&gt;The program has unexpectedly finished.09:32:00: Debugging has finished&lt;/P&gt;&lt;P&gt;General Messages:&lt;BR /&gt;"C:\Users\jlgomez\Applications\ArcGIS\AppStudio\5.0\bin\AppRun.exe" finished&lt;BR /&gt;&lt;BR /&gt;I solved it by changing the width to parent.width*0.5.&lt;BR /&gt;&lt;BR /&gt;A greeting!&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2021 07:39:53 GMT</pubDate>
    <dc:creator>JorgeFrade_Martínez</dc:creator>
    <dc:date>2021-06-03T07:39:53Z</dc:date>
    <item>
      <title>Error on the Cloud Make</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1055677#M3915</link>
      <description>&lt;P&gt;My apps goes blank after install...&lt;BR /&gt;A week ago I compiled an application and it worked perfectly.&lt;BR /&gt;Today I have compiled the same code and it does not work.&lt;/P&gt;&lt;P&gt;I have also tried with code from 5 months ago and it gives the same result.&lt;BR /&gt;&lt;BR /&gt;Are there any changes in the latest appstudio update that make the application boot from qtCreator but not once compiled?&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 15:06:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1055677#M3915</guid>
      <dc:creator>JorgeFrade_Martínez</dc:creator>
      <dc:date>2021-05-07T15:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error on the Cloud Make</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1056492#M3917</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/21970"&gt;@JorgeFrade_Martínez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a chance that your app was built using AppStudio 4.4 or earlier and today the Cloud Make servers are based on AppStudio 5.0, I would recommend downloading AppStudio 5.0 Desktop or Player to test your app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 23:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1056492#M3917</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2021-05-10T23:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error on the Cloud Make</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1056560#M3921</link>
      <description>&lt;P&gt;Yes, the application was created with appstudio 4, but I have added changes using AppStudio 5.0.148.&lt;BR /&gt;Everything looks great as I develop. But once I compile, (Windows, Android, iOS) the app never starts and everything goes blank...&lt;BR /&gt;I didnt test it on linux.&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 06:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1056560#M3921</guid>
      <dc:creator>JorgeFrade_Martínez</dc:creator>
      <dc:date>2021-05-11T06:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error on the Cloud Make</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1057971#M3923</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/204423"&gt;@ErwinSoekianto&lt;/a&gt;any update on this?&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 08:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1057971#M3923</guid>
      <dc:creator>JorgeFrade_Martínez</dc:creator>
      <dc:date>2021-05-14T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error on the Cloud Make</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1062587#M3933</link>
      <description>&lt;P&gt;Closing the loop on this one, that we were able to resolve this issue by removing the deprecated import&amp;nbsp;&lt;SPAN&gt;ArcGIS.AppFramework.Controls.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 21:37:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1062587#M3933</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2021-05-27T21:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error on the Cloud Make</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1064520#M3941</link>
      <description>&lt;P&gt;Sorry for the delay.&lt;BR /&gt;&lt;BR /&gt;There are some others situations that refuses to work correctly with this new version for example the strangest one...&lt;BR /&gt;&lt;BR /&gt;Having 2 labels inside a RowLayout, each label using part of the parent width, that sumes the total of the parent width, produce a crash.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;RowLayout{
	Layout.preferredWidth: parent.width*0.8
	Label{
		text: "A"
		Layout.preferredWidth: parent.width*0.4
	}
	Label{
		text: "B"
		Layout.preferredWidth: parent.width*0.6
	}
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I can understand why, but is strange that the new version crashes widout saying anything.&lt;BR /&gt;&lt;BR /&gt;ApplicatioOutput:&lt;BR /&gt;The program has unexpectedly finished.09:32:00: Debugging has finished&lt;/P&gt;&lt;P&gt;General Messages:&lt;BR /&gt;"C:\Users\jlgomez\Applications\ArcGIS\AppStudio\5.0\bin\AppRun.exe" finished&lt;BR /&gt;&lt;BR /&gt;I solved it by changing the width to parent.width*0.5.&lt;BR /&gt;&lt;BR /&gt;A greeting!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 07:39:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1064520#M3941</guid>
      <dc:creator>JorgeFrade_Martínez</dc:creator>
      <dc:date>2021-06-03T07:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error on the Cloud Make</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1064577#M3943</link>
      <description>&lt;P&gt;I have only 1 more error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JorgeFrade_Martínez_0-1622723370523.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15046iD755050B41F219AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JorgeFrade_Martínez_0-1622723370523.png" alt="JorgeFrade_Martínez_0-1622723370523.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you provide more information to solve this?&lt;BR /&gt;Im using the NetworkRequest Type from ArcGIS.AppFramework 1.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 12:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/error-on-the-cloud-make/m-p/1064577#M3943</guid>
      <dc:creator>JorgeFrade_Martínez</dc:creator>
      <dc:date>2021-06-03T12:30:35Z</dc:date>
    </item>
  </channel>
</rss>

