<?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: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401997#M2015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance you could share how you got the editor working? Seems like it would be useful to quite a few folks who are struggling with the same limitation to the popup view.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Mar 2019 20:38:24 GMT</pubDate>
    <dc:creator>PamTurner1</dc:creator>
    <dc:date>2019-03-03T20:38:24Z</dc:date>
    <item>
      <title>Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401987#M2005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a popup view to make edits on an AGO feature service. I am successfully identifying and filling the PopupView with the feature's popup data. Whenever I call the startEditing() function from the PopupManager, though, nothing happens. The returned value from the function call is "true", which means that it was successful and should be allowing editing through the PopupView, but I cannot interact with the fields and data to actually make any changes, it acts like a static, non-interactive, window that just shows field data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 17:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401987#M2005</guid>
      <dc:creator>JeffreyKing</dc:creator>
      <dc:date>2017-12-29T17:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401988#M2006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the PopupManager fully supports editing, the PopupView that is in the toolkit currently only supports viewing the attributes at this time.&amp;nbsp;If you need Popup editing now, you can consider changing the source of the toolkit control to do what you need. You can see here that the attribute value is displayed as formatted text in a QML Text element -&amp;nbsp;&lt;A class="link-bare" href="https://github.com/Esri/arcgis-runtime-toolkit-qt/blob/master/Import/Esri/ArcGISRuntime/Toolkit/Controls/PopupViewBase.qml#L137-L142" title="https://github.com/Esri/arcgis-runtime-toolkit-qt/blob/master/Import/Esri/ArcGISRuntime/Toolkit/Controls/PopupViewBase.qml#L137-L142"&gt;https://github.com/Esri/arcgis-runtime-toolkit-qt/blob/master/Import/Esri/ArcGISRuntime/Toolkit/Controls/PopupViewBase.qml#L137-L142&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that the PopupManager is the brains behind the PopupView, so you can use the information from the manager to update the view accordingly. A few things you will for sure need to do to get going:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- change the model of the repeater in the PopupViewBase.qml from PopupManager::displayedFields to PopupManager::editableFields&lt;/P&gt;&lt;P&gt;- use the various roles in the PopupAttributeListModel to know what to display (TextBox for string input, ComboBox for domains, Calendar for Date picker, etc)&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-popupattributelistmodel.html" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-popupattributelistmodel.html"&gt;PopupAttributeListModel Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 19:19:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401988#M2006</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-12-29T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401989#M2007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lucas. Any idea if the PopupView will get official editing support anytime soon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 20:41:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401989#M2007</guid>
      <dc:creator>JeffreyKing</dc:creator>
      <dc:date>2018-01-02T20:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401990#M2008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know on dates, but hopefully soon. If you can message me some details about your organization, project, etc, I can add these details into our backlog item to hopefully give it more urgency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 14:59:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401990#M2008</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2018-01-03T14:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401991#M2009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It won't let me direct message you, but I applied the fix you suggested, with some of my own additions and got it working. I am doing this in order to make edits on an offline map and sync the edits in real time with the online feature service.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 18:03:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401991#M2009</guid>
      <dc:creator>JeffreyKing</dc:creator>
      <dc:date>2018-01-04T18:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401992#M2010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was this ever implemented? The documentation states that the PopupView can be used for editing, but "Start Editing" still has the same behavior.&amp;nbsp; A static box that does not allow any interaction.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 22:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401992#M2010</guid>
      <dc:creator>PamTurner1</dc:creator>
      <dc:date>2019-02-18T22:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401993#M2011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the View itself does not yet support Editing. The PopupManager does support editing and should help in any view implementation, as it does some things like keep track of state, provide editable list models for attributes, etc. Editing support in the View is still in the road map, we just don't have a date for it yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 15:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401993#M2011</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-02-19T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401994#M2012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the quick answer. Are there any examples of using the Popup Manager to aid in this process. Even after much research and searching, the only sample I've found seems to bypass the Popup Manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 16:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401994#M2012</guid>
      <dc:creator>PamTurner1</dc:creator>
      <dc:date>2019-02-19T16:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401995#M2013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately we don't have any samples, as many of the editing samples were created before we had the PopupManager/View.&amp;nbsp;I hope we can get to this soon!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 14:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401995#M2013</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-02-20T14:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401996#M2014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I were to make the changes you suggested (a while back) how would the binding work with the QML controls and binding in general so that the PopupManager is aware of the edits done in the control on the PopupView for example a date widget. Currently lines 193-199 in PopupViewBase are the ones that need to change to help with editing. Also, if I had an MVVM mindset is PopupManager the ViewModel and the control for a particular field part of the View?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 00:31:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401996#M2014</guid>
      <dc:creator>RobertHewlett</dc:creator>
      <dc:date>2019-03-01T00:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401997#M2015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance you could share how you got the editor working? Seems like it would be useful to quite a few folks who are struggling with the same limitation to the popup view.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2019 20:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401997#M2015</guid>
      <dc:creator>PamTurner1</dc:creator>
      <dc:date>2019-03-03T20:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot make edits on a QML PopupView after calling startEditing() on the C++ PopupManager</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401998#M2016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone - I am still struggling to get this to work as I have tried all the fixes mentioned, but still cannot figure out how to get this to work without having to hard code each and every value we want to edit, which is what we're trying to avoid. Can anyone share if they've mentioned to use a generic PopupView to edit? I am still a beginner at QML/Qt so any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 17:40:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/cannot-make-edits-on-a-qml-popupview-after-calling/m-p/401998#M2016</guid>
      <dc:creator>PamTurner1</dc:creator>
      <dc:date>2019-06-24T17:40:28Z</dc:date>
    </item>
  </channel>
</rss>

