<?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 Custom Cursor for identify in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646939#M19175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to add a custom cursor for identify widget?&amp;nbsp; See attached identify cursor.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Mar 2013 20:54:54 GMT</pubDate>
    <dc:creator>MayJeff</dc:creator>
    <dc:date>2013-03-20T20:54:54Z</dc:date>
    <item>
      <title>Custom Cursor for identify</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646939#M19175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to add a custom cursor for identify widget?&amp;nbsp; See attached identify cursor.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 20:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646939#M19175</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-03-20T20:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Cursor for identify</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646940#M19176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How to add a custom cursor for identify widget?&amp;nbsp; See attached identify cursor.&amp;nbsp; Thank you.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a .png cursor as you like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Declare&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;[Embed(source="cursor.png")] private var customCur:Class; &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; and attach it like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; CursorManager.setCursor(customCur,CursorManagerPriority.HIGH,-YourPNGWidth,-YourPNGHeight);&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that it will work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 09:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646940#M19176</guid>
      <dc:creator>omega_cancer</dc:creator>
      <dc:date>2013-04-25T09:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Cursor for identify</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646941#M19177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree with the above answer, furthermore, to turn off your cursor:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the widgetClosedHandler, or in whatever function fires after a click if you'd like to de-activate the cursor after one map click, then fire this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;CursorManager.removeAllCursors();&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 13:02:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646941#M19177</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-04-25T13:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Cursor for identify</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646942#M19178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23762[/ATTACH]Thank you all for the help. I also create mouseOver and mouseOut function inside widget template so it can change identify cursor to hand or arrow when you mouse over different icon but I can't figure out how come the resize cursor won't work.&amp;nbsp; See the attached file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 13:14:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646942#M19178</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-04-25T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Cursor for identify</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646943#M19179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;[ATTACH=CONFIG]23762[/ATTACH]Thank you all for the help. I also create mouseOver and mouseOut function inside widget template so it can change identify cursor to hand or arrow when you mouse over different icon but I can't figure out how come the resize cursor won't work.&amp;nbsp; See the attached file.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you think that these answers were at all help then mark it as answer so that others can get benefit from it. After all we all are trying to create a good forum here and If you have other question post it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 17:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646943#M19179</guid>
      <dc:creator>omega_cancer</dc:creator>
      <dc:date>2013-05-02T17:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Cursor for identify</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646944#M19180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the solution for it.&amp;nbsp; Just use rollOver &amp;amp; rollOut instead of mouseOver &amp;amp; mouseOut.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 19:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-cursor-for-identify/m-p/646944#M19180</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-05-02T19:45:24Z</dc:date>
    </item>
  </channel>
</rss>

