<?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: Insert User Control as graphic or annotation at a given MapPoint in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124768#M3111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The InfoWindow is likely what you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at this sample : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple&lt;/A&gt;&lt;SPAN&gt; when you click outside of US you get a panel with X,Y coordinates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2012 13:40:17 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2012-05-17T13:40:17Z</dc:date>
    <item>
      <title>Insert User Control as graphic or annotation at a given MapPoint</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124767#M3110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Guys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I create a user control that contains, say, a panel with a text box and some text, is it possible to insert it into a Map control at a specific point dictated by a MapPoint (or extracted XYs)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, I want the user to be able to click a point graphic and have a popup show up next to it with information and then close it when they click the point again.&amp;nbsp; A MapTip would not work in this case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ernie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 11:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124767#M3110</guid>
      <dc:creator>ErnieSalazar</dc:creator>
      <dc:date>2012-05-17T11:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Insert User Control as graphic or annotation at a given MapPoint</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124768#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The InfoWindow is likely what you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at this sample : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple&lt;/A&gt;&lt;SPAN&gt; when you click outside of US you get a panel with X,Y coordinates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 13:40:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124768#M3111</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-05-17T13:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Insert User Control as graphic or annotation at a given MapPoint</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124769#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dominique.&amp;nbsp; That could work but that sample shows that only one can be drawn at a time.&amp;nbsp; Looks like the have the info window created at design time and then just move it around at run time.&amp;nbsp; That would be ok but I would like to be able to draw more then one at a time.&amp;nbsp; It would be better if I could somehow insert an object a run time over and over again based on a user control.&amp;nbsp; Looks like I will ahve to fool around with a bunch of graphic entities to get it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ernie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2012 17:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124769#M3112</guid>
      <dc:creator>ErnieSalazar</dc:creator>
      <dc:date>2012-05-19T17:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Insert User Control as graphic or annotation at a given MapPoint</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124770#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Looks like the have the info window created at design time and then just move it around at run time. That would be ok but I would like to be able to draw more then one at a time. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right. In this case, you likely need an element layer that can contain any UI elements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See sample here : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ElementLayer"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ElementLayer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 06:22:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/insert-user-control-as-graphic-or-annotation-at-a/m-p/124770#M3113</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-05-21T06:22:37Z</dc:date>
    </item>
  </channel>
</rss>

