<?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: GenerateOfflineMap Issues?? Can you help me? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/generateofflinemap-issues-can-you-help-me/m-p/1001798#M3822</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/371225"&gt;@ArmandoGarcia3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;but it will not display the prompt for Account and Password"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The dialog that prompts you for your credentials is the &lt;STRONG&gt;AuthenticationView&lt;/STRONG&gt; from our toolkit. This needs to be declared inside your .qml file and the &lt;STRONG&gt;AuthenticationView.authenticationManager&lt;/STRONG&gt;&amp;nbsp;property needs to be set as well. Depending on your project this can be done in two different ways which is explained in the &lt;A href="https://developers.arcgis.com/qt/latest/toolkit/api-reference/qml-authenticationview.html#authenticationManager-prop" target="_self"&gt;toolkit API reference&lt;/A&gt;. Once this is done the authentication dialog should display when a challenge is issued.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Are you using one of our samples, &lt;A href="https://developers.arcgis.com/qt/latest/cpp/sample-code/generate-offline-map/" target="_self"&gt;E.g. Generate offline map&lt;/A&gt;? If so, the samples have the necessary authentication view set up but in order for it to display you need to uncomment the&amp;nbsp;&lt;STRONG&gt;AuthenticationView&amp;nbsp;&lt;/STRONG&gt;in the GenerateOfflineMap.qml file towards the bottom. It will look similar to the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;/* Uncomment this section when running as standalone application
AuthenticationView {
   anchors.fill: parent
   authenticationManager: offlineMapSample.authenticationManager // set the authenticationManager property (this needs to be registered)
}
*/&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/297917"&gt;@JaredCaccamo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 17:36:46 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-01-28T17:36:46Z</dc:date>
    <item>
      <title>GenerateOfflineMap Issues?? Can you help me?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/generateofflinemap-issues-can-you-help-me/m-p/1001764#M3821</link>
      <description>&lt;P&gt;Hello friends of Esri,&lt;/P&gt;&lt;P&gt;I am a little confused at the month. Last year when I was running this program to create offline maps, I was having no issues.&lt;/P&gt;&lt;P&gt;Now I am trying it again to make more maps, and the application will open, but it will not display the prompt for Account and Password so I can proceed to make an offline map.&lt;/P&gt;&lt;P&gt;It's not giving me any errors, therefore I do not know how to trouble shoot it. I followed the instructions and I am using 100.9 ARCGIS and 5.15 QT&lt;/P&gt;&lt;P&gt;Any reason as to why this could be happening.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry for bothering. Thank you and have a nice day.&lt;/P&gt;&lt;P&gt;- Z&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 15:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/generateofflinemap-issues-can-you-help-me/m-p/1001764#M3821</guid>
      <dc:creator>ArmandoGarcia3</dc:creator>
      <dc:date>2020-11-16T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: GenerateOfflineMap Issues?? Can you help me?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/generateofflinemap-issues-can-you-help-me/m-p/1001798#M3822</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/371225"&gt;@ArmandoGarcia3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;but it will not display the prompt for Account and Password"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The dialog that prompts you for your credentials is the &lt;STRONG&gt;AuthenticationView&lt;/STRONG&gt; from our toolkit. This needs to be declared inside your .qml file and the &lt;STRONG&gt;AuthenticationView.authenticationManager&lt;/STRONG&gt;&amp;nbsp;property needs to be set as well. Depending on your project this can be done in two different ways which is explained in the &lt;A href="https://developers.arcgis.com/qt/latest/toolkit/api-reference/qml-authenticationview.html#authenticationManager-prop" target="_self"&gt;toolkit API reference&lt;/A&gt;. Once this is done the authentication dialog should display when a challenge is issued.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Are you using one of our samples, &lt;A href="https://developers.arcgis.com/qt/latest/cpp/sample-code/generate-offline-map/" target="_self"&gt;E.g. Generate offline map&lt;/A&gt;? If so, the samples have the necessary authentication view set up but in order for it to display you need to uncomment the&amp;nbsp;&lt;STRONG&gt;AuthenticationView&amp;nbsp;&lt;/STRONG&gt;in the GenerateOfflineMap.qml file towards the bottom. It will look similar to the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;/* Uncomment this section when running as standalone application
AuthenticationView {
   anchors.fill: parent
   authenticationManager: offlineMapSample.authenticationManager // set the authenticationManager property (this needs to be registered)
}
*/&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/297917"&gt;@JaredCaccamo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 17:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/generateofflinemap-issues-can-you-help-me/m-p/1001798#M3822</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-28T17:36:46Z</dc:date>
    </item>
  </channel>
</rss>

