<?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: .Net Runtime 100.2 CallOutDefinition - Unable to trigger map tapped event in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177745#M2034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which platform are you targeting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 18:25:35 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2018-04-17T18:25:35Z</dc:date>
    <item>
      <title>.Net Runtime 100.2 CallOutDefinition - Unable to trigger map tapped event</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177744#M2033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been successful at getting my callout to appear with a button image and even have the image clickable to trigger further work. However, when I touch the screen with my finger it does not trigger the button click event and am wondering how I can go about using a touch event to fire the action related to the button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/401652_EsriRuntimebuttonImage.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code example:&lt;/P&gt;&lt;P&gt;if (MyGraphic.HasLayout)&lt;BR /&gt; {&lt;BR /&gt; //a button is needed in the callout definition&lt;BR /&gt; var converter = new ImageConverter();&lt;BR /&gt; var png = Properties.Resources.Form;&lt;BR /&gt; def.ButtonImage = new RuntimeImage((byte[])converter.ConvertTo(png, typeof(byte[])));&lt;BR /&gt; Action&amp;lt;object&amp;gt; infoWindowButtonClick_Process = MoreDetailsClicked;&lt;BR /&gt; def.OnButtonClick = infoWindowButtonClick_Process;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My click event being handled:&lt;/P&gt;&lt;P&gt;private void MoreDetailsClicked(object message)&lt;BR /&gt; {&lt;BR /&gt; &amp;nbsp;//do further work&lt;BR /&gt; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:03:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177744#M2033</guid>
      <dc:creator>JimFiddes</dc:creator>
      <dc:date>2018-04-17T18:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: .Net Runtime 100.2 CallOutDefinition - Unable to trigger map tapped event</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177745#M2034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which platform are you targeting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177745#M2034</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-04-17T18:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: .Net Runtime 100.2 CallOutDefinition - Unable to trigger map tapped event</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177746#M2035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are looking for so here are some general answers:&lt;/P&gt;&lt;P&gt;1. Any CPU&lt;/P&gt;&lt;P&gt;2. Windows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:28:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177746#M2035</guid>
      <dc:creator>JimFiddes</dc:creator>
      <dc:date>2018-04-17T18:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: .Net Runtime 100.2 CallOutDefinition - Unable to trigger map tapped event</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177747#M2036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The .NET Runtime supports 4 platforms: WPF, Windows Universal (UWP), Android and iOS, as well as a Xamarin.Forms layer on top of the 3 latter ones. I guess we can rule out Android and iOS, so is it WPF or UWP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 19:16:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177747#M2036</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-04-17T19:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: .Net Runtime 100.2 CallOutDefinition - Unable to trigger map tapped event</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177748#M2037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry wasn't clear on what you were asking there. WPF for this particular question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 19:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177748#M2037</guid>
      <dc:creator>JimFiddes</dc:creator>
      <dc:date>2018-04-17T19:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: .Net Runtime 100.2 CallOutDefinition - Unable to trigger map tapped event</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177749#M2038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/11346"&gt;Jim Fiddes&lt;/A&gt;‌, &lt;STRONG&gt; &lt;/STRONG&gt;did you ever find a reason or a solution to this issue? We are experiencing a similar thing with callouts and touch events in a WPF application (although version 100.4).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 12:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-runtime-100-2-calloutdefinition-unable-to/m-p/177749#M2038</guid>
      <dc:creator>SkyWatch</dc:creator>
      <dc:date>2019-02-22T12:03:00Z</dc:date>
    </item>
  </channel>
</rss>

