<?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: Signal layerCreateComplete and etc relevant to Graphics- and MessageGroupLayers? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545692#M2798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Norbert-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, it doesn't seem to be firing for me either. This looks like an oversight on our part, so I recommend you log a bug through technical support for this. However, I spoke with the developer of this part of the API, and he suggested that the message group layer is unique (kind of like a graphics layer), and you shouldn't need to wait for layer create complete signal to emit, but rather you can just immediately add it to the map. This returns a bool, so make sure this returns true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 15:32:09 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2015-08-06T15:32:09Z</dc:date>
    <item>
      <title>Signal layerCreateComplete and etc relevant to Graphics- and MessageGroupLayers?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545689#M2795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Tahoma;"&gt;&lt;SPAN dir="ltr" style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;The class 'layer' emits the signals layerCreateComplete, layerCreateError and layerProgress.&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN dir="ltr"&gt; Ok, for basemap layers they are usefull. Are the relevant for Graphics- or MessageGroupLayers???&lt;BR /&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN dir="ltr"&gt;Unfortunately this issue is not documented...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN dir="ltr"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Related to EsriRuntimeQt SDK (C++); Version 10.2.6&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN dir="ltr"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri,sans-serif;"&gt;&lt;SPAN&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 07:00:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545689#M2795</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2015-08-04T07:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Signal layerCreateComplete and etc relevant to Graphics- and MessageGroupLayers?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545690#M2796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Norbert-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MessageGroupLayer inherits from Layer, so these signals are still applicable. GraphicsLayer would also inherit these signals. However, Graphic itself would not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 17:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545690#M2796</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-08-04T17:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Signal layerCreateComplete and etc relevant to Graphics- and MessageGroupLayers?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545691#M2797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your very quick response!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand your informations, i saw that looking at the inheritance tree.&lt;/P&gt;&lt;P&gt;But my questions has a slightly different focus:&lt;/P&gt;&lt;P&gt;Loading a (topographic) basemap layer requires to wait for signal layerCreateComplete before working with this layer.&lt;/P&gt;&lt;P&gt;Do i have to wait for that signal in case of &lt;SPAN class="j-excerpt-slug"&gt;Graphics- or MessageGroupLayers???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;I connect slots to that signals of those layers but the are not fired. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;Is it a bug or is that fact only missing within the documentation?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;Thanks, Norbert&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 06:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545691#M2797</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2015-08-05T06:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Signal layerCreateComplete and etc relevant to Graphics- and MessageGroupLayers?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545692#M2798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Norbert-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, it doesn't seem to be firing for me either. This looks like an oversight on our part, so I recommend you log a bug through technical support for this. However, I spoke with the developer of this part of the API, and he suggested that the message group layer is unique (kind of like a graphics layer), and you shouldn't need to wait for layer create complete signal to emit, but rather you can just immediately add it to the map. This returns a bool, so make sure this returns true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 15:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545692#M2798</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-08-06T15:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Signal layerCreateComplete and etc relevant to Graphics- and MessageGroupLayers?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545693#M2799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for contacting the developer. Until now it was an assumption that its not necessary to wait for the signals. Now i feel confirmed&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will follow your suggestion and log a bug report soon.&lt;/P&gt;&lt;P&gt;Additionally i am hoping that will continue support me and my (simple) questions here in the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The German esri employees suggested to use esri ideas and this forum. Based on your answers i got quick and valuable help - thanks a lot. I hope that the support we increase their effectiveness. See the current cases 93879, 94288, 94409, 94410 and 94437.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Norbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 07:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545693#M2799</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2015-08-10T07:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Signal layerCreateComplete and etc relevant to Graphics- and MessageGroupLayers?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545694#M2800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESRI support created:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Arial;"&gt;[ENH-000090236 Documentation update: Signal layerCreateComplete shouldn't fire the graphics layer as well as the MessageGroupLayer. This needs to be documented in ArcGIS Runtime for Qt version 10.2.6 documentation.]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 13:58:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/signal-layercreatecomplete-and-etc-relevant-to/m-p/545694#M2800</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2015-08-31T13:58:40Z</dc:date>
    </item>
  </channel>
</rss>

