<?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 Draggable Identify Task in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113807#M2848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the identify task described here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Identify_task.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Identify_task.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;implemented in my solution.&amp;nbsp; The problem I am having now is that I would like this window to be draggable because when expanded, it covers much of the underlying map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else come across this?&amp;nbsp; If so, what approach did you take to resolve the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate any feedback you can provide!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 21:20:16 GMT</pubDate>
    <dc:creator>MichaelRose</dc:creator>
    <dc:date>2010-08-05T21:20:16Z</dc:date>
    <item>
      <title>Draggable Identify Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113807#M2848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the identify task described here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Identify_task.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Identify_task.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;implemented in my solution.&amp;nbsp; The problem I am having now is that I would like this window to be draggable because when expanded, it covers much of the underlying map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else come across this?&amp;nbsp; If so, what approach did you take to resolve the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate any feedback you can provide!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 21:20:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113807#M2848</guid>
      <dc:creator>MichaelRose</dc:creator>
      <dc:date>2010-08-05T21:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Draggable Identify Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113808#M2849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to include the identify result in any draggable window (3rd party or your own).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have created your silverlight application from the standard template, you can use the 'WindowPanel' which is draggable (but not resizable).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did that in the &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16959"&gt;'Web Map Viewer' sample&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can test with this map (or any map with dynamic layer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://broux.dominique.free.fr/Silverlight/WebMapViewer/WebMapViewer.html?webmapid=2eb1bd6b550f4cf3863403725454e881"&gt;&lt;SPAN style="font-size:2;"&gt;http://broux.dominique.free.fr/Silverlight/WebMapViewer/WebMapViewer.html?webmapid=2eb1bd6b550f4cf3863403725454e881&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, the identify window is draggable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 10:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113808#M2849</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-08-06T10:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Draggable Identify Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113809#M2850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick response.&amp;nbsp; Unfortunately I am still am developing in VS2008 with the older Silverlight API.&amp;nbsp; Would you be able to post a code snippet of the code you used for the WindowPanel?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your time!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 14:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113809#M2850</guid>
      <dc:creator>MichaelRose</dc:creator>
      <dc:date>2010-08-06T14:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Draggable Identify Task</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113810#M2851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the quick response.&amp;nbsp; Unfortunately I am still am developing in VS2008 with the older Silverlight API.&amp;nbsp; Would you be able to post a code snippet of the code you used for the WindowPanel?&lt;BR /&gt;&lt;BR /&gt;Thank you for your time!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried the Blend drag window behavior (forgot the exact name)? It may intercept the mouse events, so it may not work. But it's simple enough to try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 18:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draggable-identify-task/m-p/113810#M2851</guid>
      <dc:creator>MartenLiebster</dc:creator>
      <dc:date>2010-08-06T18:45:46Z</dc:date>
    </item>
  </channel>
</rss>

