<?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 100.5 selectionWidth and selectionColor in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196576#M957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After upgrading to 100.5 I can see this in the console...&lt;/P&gt;&lt;P style="color: #000000;"&gt;&lt;SPAN style="color: #aa0000;"&gt;FeatureLayer::selection&lt;STRONG&gt;Width&lt;/STRONG&gt; is obsolete. Use GeoView::selectionProperties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000;"&gt;&lt;/P&gt;&lt;P&gt;My understanding is that this should be set at the MapView level? &amp;nbsp;If so, when I try adding it there I get invalid property...&lt;/P&gt;&lt;P&gt;MapView {&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #800080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;SelectionProperties&lt;/SPAN&gt;{&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;color&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;"yellow"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;      width&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;3
&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;}&lt;/PRE&gt;&lt;P&gt;Is there no width property anymore?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 09:49:42 GMT</pubDate>
    <dc:creator>JeremyRoberts2</dc:creator>
    <dc:date>2021-12-11T09:49:42Z</dc:date>
    <item>
      <title>100.5 selectionWidth and selectionColor</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196576#M957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After upgrading to 100.5 I can see this in the console...&lt;/P&gt;&lt;P style="color: #000000;"&gt;&lt;SPAN style="color: #aa0000;"&gt;FeatureLayer::selection&lt;STRONG&gt;Width&lt;/STRONG&gt; is obsolete. Use GeoView::selectionProperties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000;"&gt;&lt;/P&gt;&lt;P&gt;My understanding is that this should be set at the MapView level? &amp;nbsp;If so, when I try adding it there I get invalid property...&lt;/P&gt;&lt;P&gt;MapView {&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #800080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;SelectionProperties&lt;/SPAN&gt;{&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;color&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;"yellow"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;      width&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;3
&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;}&lt;/PRE&gt;&lt;P&gt;Is there no width property anymore?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196576#M957</guid>
      <dc:creator>JeremyRoberts2</dc:creator>
      <dc:date>2021-12-11T09:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: 100.5 selectionWidth and selectionColor</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196577#M958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we deprecated the function at the 100.4 release, and it is fully a no-op at 100.5.&amp;nbsp;Details of the selection changes, reasons behind it, and how it works are highlighted in this blog -&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/developers/announcements/selection-behavior-changes-in-runtime-100-5/"&gt;https://www.esri.com/arcgis-blog/products/developers/announcements/selection-behavior-changes-in-runtime-100-5/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 18:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196577#M958</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-04-30T18:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: 100.5 selectionWidth and selectionColor</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196578#M959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thanks for the info Lucas. &amp;nbsp;Surprised the width attribute was decided to be removed though. &amp;nbsp;May or may not make clients disappointed it can't be adjusted.&amp;nbsp; But...we'll see! &amp;nbsp;Maybe it'll be fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 19:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196578#M959</guid>
      <dc:creator>JeremyRoberts2</dc:creator>
      <dc:date>2019-04-30T19:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: 100.5 selectionWidth and selectionColor</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196579#M960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know if you hear anything. We generally do not break APIs at all, but due to some technical limitations and existing bugs we had to fix, we needed to redesign how we did the selection rendering, and width wasn't going to be something we could continue to support for technical reasons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 19:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/100-5-selectionwidth-and-selectioncolor/m-p/196579#M960</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-04-30T19:55:19Z</dc:date>
    </item>
  </channel>
</rss>

