<?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 QML ArcGIS.Extras within AppStudio in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624943#M3144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've managed to make a nice QML crossplatform app (Windows, Android) that uses a disconnected (runtime) local geodatabase.&amp;nbsp; Now I need to add some Zip file extraction and the ability to test for a file's existence.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like there are some perfect functions for that in ArcGIS.Extras ...&lt;/P&gt;&lt;P&gt;I can't find any reference that says how to install the QML Extras, and when I put this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;import ArcGIS.Extras 1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE style="margin: 0px; text-indent: 0px; -qt-block-indent: 0; -qt-paragraph-type: empty;"&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into my code, I get an error: QML Module not Found (ArcGIS.Extras).&lt;/P&gt;&lt;P&gt;Is there some trick to getting the Extras to work with AppStudio?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 16:48:00 GMT</pubDate>
    <dc:creator>MarkPearson1</dc:creator>
    <dc:date>2017-06-14T16:48:00Z</dc:date>
    <item>
      <title>QML ArcGIS.Extras within AppStudio</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624943#M3144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've managed to make a nice QML crossplatform app (Windows, Android) that uses a disconnected (runtime) local geodatabase.&amp;nbsp; Now I need to add some Zip file extraction and the ability to test for a file's existence.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like there are some perfect functions for that in ArcGIS.Extras ...&lt;/P&gt;&lt;P&gt;I can't find any reference that says how to install the QML Extras, and when I put this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;import ArcGIS.Extras 1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE style="margin: 0px; text-indent: 0px; -qt-block-indent: 0; -qt-paragraph-type: empty;"&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into my code, I get an error: QML Module not Found (ArcGIS.Extras).&lt;/P&gt;&lt;P&gt;Is there some trick to getting the Extras to work with AppStudio?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 16:48:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624943#M3144</guid>
      <dc:creator>MarkPearson1</dc:creator>
      <dc:date>2017-06-14T16:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: QML ArcGIS.Extras within AppStudio</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624944#M3145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use the following import statement for AppStudio. All the components such as FileInfo, ZipFileInfo are under this library. No need to add "&lt;SPAN style="background-color: #ffffff; text-decoration: underline;"&gt;import ArcGIS.Extras 1.0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import ArcGIS.AppFramework 1.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the help within the QT creator for these components. There are some helpful code snippets on how to use these components with&amp;nbsp;their properties and methods. Also the doc will specifically mention which import statement to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/357103_pastedImage_3.png" style="width: 620px; height: 346px;" /&gt;&lt;/P&gt;&lt;P&gt;Please post your AppStudio related issues &lt;A _jive_internal="true" href="https://community.esri.com/groups/appstudio/content"&gt;here&lt;/A&gt;&amp;nbsp;in future.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 18:27:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624944#M3145</guid>
      <dc:creator>nakulmanocha</dc:creator>
      <dc:date>2017-06-14T18:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: QML ArcGIS.Extras within AppStudio</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624945#M3146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nakul - that does let me get to ZipFileInfo.&lt;/P&gt;&lt;P&gt;However, I'm trying to get to ZipArchive, so that I can uncompress a .zip file.&lt;/P&gt;&lt;P&gt;Any ideas on how to get to ZipArchive with version 10.2.6?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried everything I can think of.&lt;/P&gt;&lt;P&gt;Thanks Much,&lt;/P&gt;&lt;P&gt;-Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 21:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624945#M3146</guid>
      <dc:creator>MarkPearson1</dc:creator>
      <dc:date>2017-07-12T21:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: QML ArcGIS.Extras within AppStudio</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624946#M3147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZipReader component in AppStudio's AppFramework plugin can be used to uncompress a zip file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to &lt;A class="link-titled" href="http://doc.arcgis.com/en/appstudio/api-guide/apiziparchives.htm" title="http://doc.arcgis.com/en/appstudio/api-guide/apiziparchives.htm"&gt;ZIP archives—AppStudio for ArcGIS (Desktop Edition) | ArcGIS&lt;/A&gt; and &lt;A class="link-titled" href="http://appstudio-apihelp.s3-website-us-east-1.amazonaws.com/AppFrameworkOutput/qml-arcgis-appframework-zipreader.html" title="http://appstudio-apihelp.s3-website-us-east-1.amazonaws.com/AppFrameworkOutput/qml-arcgis-appframework-zipreader.html"&gt;ZipReader QML Type | AppFramework 1.0&lt;/A&gt;&amp;nbsp;for details on how to use ZipReader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cc: &lt;A href="https://community.esri.com/migrated-users/15508"&gt;Nakul Manocha&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 02:59:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-arcgis-extras-within-appstudio/m-p/624946#M3147</guid>
      <dc:creator>ShobanaSuresh</dc:creator>
      <dc:date>2017-07-14T02:59:53Z</dc:date>
    </item>
  </channel>
</rss>

