<?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: Identify Popup - Windows Mobile 10 (UWP) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62270#M672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;The behavior is reproducible:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;[BUG-000107699 : MapView.ShowCalloutAt doesn't place the Callout at the defined MapPoint when running on Windows Phone] &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 09:50:30 GMT</pubDate>
    <dc:creator>Stefan_Jung</dc:creator>
    <dc:date>2017-09-14T09:50:30Z</dc:date>
    <item>
      <title>Identify Popup - Windows Mobile 10 (UWP)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62266#M668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;currently I am trying to implement popups for an&amp;nbsp;Windows Mobile 10 UWP Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the simple popup sample&amp;nbsp;&lt;A href="https://community.esri.com/thread/190047"&gt;Popups in ArcGIS Runtime SDK for .NET &lt;/A&gt;&amp;nbsp;from&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/16606"&gt;Antti Kajanus&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine, when starting the application on the mobile emulator. But when deploying the applicaton to the Windows 10 Mobile the popup is not shown at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Identify works fine, the feature will be selected, there is no error at all, but the popup is not shown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what could be the reason? Maybe problems with z-value, but why is it working fine on the emulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 12:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62266#M668</guid>
      <dc:creator>Stefan_Jung</dc:creator>
      <dc:date>2017-08-24T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Popup - Windows Mobile 10 (UWP)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62267#M669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the new 100.1 built-in callout work for you? It's a much simpler way to display popups:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mapView.ShowCalloutAt(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new MapPoint(0, 0, SpatialReferences.Wgs84),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new UI.CalloutDefinition("Center of the world"));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 21:11:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62267#M669</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-08-24T21:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Popup - Windows Mobile 10 (UWP)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62268#M670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;What I want to show is a popup with more information that just a single text.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;From the IdentifyLayerResult I am reading the PopupDefinition to display only the Fields that are configured to be shown within a popup.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I also tried to just use the GeoElement from the IdentifyLayerResult to display the Callout, but it does show an empty Popup.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Should this display all Attributes within the CallOut?&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DIV&gt;MapView.ShowCalloutAt(p, new CalloutDefinition(geoElement));&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 09:32:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62268#M670</guid>
      <dc:creator>Stefan_Jung</dc:creator>
      <dc:date>2017-08-25T09:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Popup - Windows Mobile 10 (UWP)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62269#M671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;First of all I was trying to test the ShowCalloutAt on the Mobile Device with a simple Text Message:&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DIV&gt;MapView.ShowCalloutAt(p, new CalloutDefinition("Hallo"));&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;This works fine on the Emulator but also does not work on the Mobile Device.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;When moving around the map i was able to see, that it is a problem with the positioning of the popup. The anchor point of the popup is always the left upper corner of the map and not where the the feature is located.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The MapPoint (p) has a correct coordinate and spatial reference.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Any Idea what could cause the problem with the anchor point?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 11:13:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62269#M671</guid>
      <dc:creator>Stefan_Jung</dc:creator>
      <dc:date>2017-08-25T11:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Popup - Windows Mobile 10 (UWP)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62270#M672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;The behavior is reproducible:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;[BUG-000107699 : MapView.ShowCalloutAt doesn't place the Callout at the defined MapPoint when running on Windows Phone] &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 09:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62270#M672</guid>
      <dc:creator>Stefan_Jung</dc:creator>
      <dc:date>2017-09-14T09:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Popup - Windows Mobile 10 (UWP)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62271#M673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I finally managed to track this down after lots of head-scratching. It turns out this is a bug in the ARM JIT compiler:&amp;nbsp;&lt;A href="https://github.com/dotnet/coreclr/issues/12503"&gt;https://github.com/dotnet/coreclr/issues/12503&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This specific bug breaks LocationToScreen which the callout logic relies on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the up-side: If you build in release build (which uses the .NET Native compiler instead of JIT), the problem goes away. So this is really only an issue while debugging a debug version of your app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 23:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-popup-windows-mobile-10-uwp/m-p/62271#M673</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-10-02T23:46:26Z</dc:date>
    </item>
  </channel>
</rss>

