<?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: Mouse cursor &amp;amp; tooltip with editor in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81299#M1845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i think you can do it when you activate the draw tool.&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;setMapAction(DrawTool.MAPPOINT, "Tooltip text here", null, callbackFunction);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Nov 2010 15:06:03 GMT</pubDate>
    <dc:creator>MattMoyles</dc:creator>
    <dc:date>2010-11-09T15:06:03Z</dc:date>
    <item>
      <title>Mouse cursor &amp;amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81295#M1841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Flex Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to customize the tooltip and icon that appears when the mouse is over the map when using a feature template for editing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When an editing feature template is selected from the feture template picklist, the mouse cursor changes when dragging over the map and displays a tooltip like "Click to start drawing" associated to an icon (the same as the selected feature template icon). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to change the text (for localization purpose).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find how to do it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it hardcoded in the swc lib file? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it doable? How? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 20:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81295#M1841</guid>
      <dc:creator>OlivierROSSINI</dc:creator>
      <dc:date>2010-09-01T20:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse cursor &amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81296#M1842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Olivier, the drawtool tips have already been localized into six languages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Out-of-the-box we support English (en-US), German (de_DE), Spanish (es_ES), French (fr_FR), Japanese (ja_JP) and Chinese (zh_CN).&amp;nbsp;&amp;nbsp; For other languages please contact your local Esri distributor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To use a specific language, simply compile with the appropriate locale.&amp;nbsp; In Flash Builder, go to Project -&amp;gt; Properties -&amp;gt; Flex Compiler and under the "Additional compiler arguments" change "-locale en_US" to "-locale fr_FR".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 01:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81296#M1842</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-09-02T01:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse cursor &amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81297#M1843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 08:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81297#M1843</guid>
      <dc:creator>OlivierROSSINI</dc:creator>
      <dc:date>2010-09-02T08:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse cursor &amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81298#M1844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have a question concerning this tooltip. Is there a way to change the tooltip text by code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks by advance for your answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 08:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81298#M1844</guid>
      <dc:creator>guiles78</dc:creator>
      <dc:date>2010-11-09T08:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse cursor &amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81299#M1845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i think you can do it when you activate the draw tool.&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;setMapAction(DrawTool.MAPPOINT, "Tooltip text here", null, callbackFunction);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 15:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81299#M1845</guid>
      <dc:creator>MattMoyles</dc:creator>
      <dc:date>2010-11-09T15:06:03Z</dc:date>
    </item>
    <item>
      <title>Question Mouse cursor &amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81300#M1846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear ArcMap experts,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; We are digitalizing lots of urban information and we want to see an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; info text box or a tooltip from the mousepointer while drawing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; We just need to show the length property at the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; side of the mouse pointer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The length always appear at the status bar but is very hard to trace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; and look at the same time to the status bar, and keep the angle&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; simultaneously.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; How to customize that code to get it and how to install in Arc Map ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your kind answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 17:03:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81300#M1846</guid>
      <dc:creator>DamodarDas</dc:creator>
      <dc:date>2011-12-15T17:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question Mouse cursor &amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81301#M1847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dear ArcMap experts,&lt;BR /&gt;...&lt;BR /&gt;&amp;nbsp;&amp;nbsp; How to customize that code to get it and how to install in Arc Map ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@damodaranudas, this is a forum specific for the ArcGIS API for Flex, not ArcMap. Are you trying to do this in ArcMap or in a web application developed using the ArcGIS API for Flex?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 18:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81301#M1847</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-12-15T18:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse cursor &amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81302#M1848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I got that problem too, I have Changed the tooltip of the mouse, but when I roll in widget component, and then roll out, the default label tooltip (ESRI DEFAULT), shows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using version 2.2 of the Flex viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;has solutioin for that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bruno Faria&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 10:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81302#M1848</guid>
      <dc:creator>BrunoPereira1</dc:creator>
      <dc:date>2012-01-25T10:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question Mouse cursor &amp; tooltip with editor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81303#M1849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;@damodaranudas, this is a forum specific for the ArcGIS API for Flex, not ArcMap. Are you trying to do this in ArcMap or in a web application developed using the ArcGIS API for Flex?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bjorn:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to do this in ArcGIS API For Flex. While I'm using the Draw Tool, I would love the cursor to show the length of the line I'm currently drawing. Is this possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 16:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouse-cursor-amp-amp-tooltip-with-editor/m-p/81303#M1849</guid>
      <dc:creator>KarenRobine</dc:creator>
      <dc:date>2012-02-15T16:24:30Z</dc:date>
    </item>
  </channel>
</rss>

