<?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 Set proxy for player in qt creator in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/set-proxy-for-player-in-qt-creator/m-p/811329#M1619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Im using beta 3 of appstudio but i cant set my proxy settings in player everytime after a restart the proxysettings are reverted to 127.0.0.1.&lt;/P&gt;&lt;P&gt;Is there a way to pass an argument or set some registery setting or edit a config file so that i can use always a good proxy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2015 13:50:34 GMT</pubDate>
    <dc:creator>Michielvan_Bemmel</dc:creator>
    <dc:date>2015-08-10T13:50:34Z</dc:date>
    <item>
      <title>Set proxy for player in qt creator</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/set-proxy-for-player-in-qt-creator/m-p/811329#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Im using beta 3 of appstudio but i cant set my proxy settings in player everytime after a restart the proxysettings are reverted to 127.0.0.1.&lt;/P&gt;&lt;P&gt;Is there a way to pass an argument or set some registery setting or edit a config file so that i can use always a good proxy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:50:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/set-proxy-for-player-in-qt-creator/m-p/811329#M1619</guid>
      <dc:creator>Michielvan_Bemmel</dc:creator>
      <dc:date>2015-08-10T13:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set proxy for player in qt creator</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/set-proxy-for-player-in-qt-creator/m-p/811330#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;Hi Michiel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;I had a similar question, and I've just updated that question with the code that appears to work. Link to that question below and the code. We had issues with the proxy and this seemed to sort it out, would be interested if anyone else had any comments or suggestions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;&lt;A href="https://community.esri.com/thread/162910"&gt;How to detect if a network proxy is being used?&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;Component.onCompleted{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800080;"&gt;AppFramework&lt;/SPAN&gt;.network.proxy.type&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;!==&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;2)&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;ArcGISRuntime&lt;/SPAN&gt;.setupProxy(&lt;SPAN style="color: #800080;"&gt;AppFramework&lt;/SPAN&gt;.network.proxy.url)&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 20:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/set-proxy-for-player-in-qt-creator/m-p/811330#M1620</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-08-10T20:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set proxy for player in qt creator</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/set-proxy-for-player-in-qt-creator/m-p/811331#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thx paul but im looking to make the proxy setting in the player permanent only for debugging purposes because my laptop is behind a corporate proxy. Our app is not using a proxy if it is running on a phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Now my current solution is in QT Creator is start player via tools&amp;gt;external&amp;gt;player&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;and i edited the arguments for starting the player under tools&amp;gt;external&amp;gt;configure and deleted the arguments under player so that the player opens in the normal and you can access the proxy settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Then set the proxy settings and don't close the player &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Now i can use my app with the proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Annoying thing is every time the player closes you need to set the proxy again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Maybe this also works for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/set-proxy-for-player-in-qt-creator/m-p/811331#M1621</guid>
      <dc:creator>Michielvan_Bemmel</dc:creator>
      <dc:date>2015-08-11T07:50:31Z</dc:date>
    </item>
  </channel>
</rss>

