<?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: Flex maptips in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277911#M6544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks to you guys who have answered.&amp;nbsp; It sounds like Flex really doesn't have an existing solution for something as basic as maptips or tooltips or whatever they are called.&amp;nbsp; In the .NET apps I can just add a few lines of code to have a maptip for a layer and it does not require a recompile.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I do currently have a widget similar to the cemetery one posted, which is a modified search widget.&amp;nbsp; I also have&amp;nbsp; a couple layers that don't require symbology and are small datasets where I was able to use the live layer widget.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I guess for small datasets that are points I could add some filter and multiple symbol functionality to the livelayer widget.&amp;nbsp; I don't think I could use the top layer as a maptip strategy because we have so many layers in multiple services that I don't think I could ever guarantee that the layer needed was the top layer.&amp;nbsp; Thanks for giving me something to think about though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; It is very simple to add tooltip to anything in FLEX. For example you have a several points in graphicsLayer and you want to add tooltop to each point, let call myPoint, all you need to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]myPoint.toolTip="this is my point";[/HTML]or lets say you have a layer and you want to add tooltip to layer, youcan simply say&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]myLayer.toolTip ="this is my Layer"[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is very interesting blogpost:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blog.flexexamples.com/category/tooltip/"&gt;http://blog.flexexamples.com/category/tooltip/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jun 2010 14:01:34 GMT</pubDate>
    <dc:creator>ZahidChaudhry</dc:creator>
    <dc:date>2010-06-30T14:01:34Z</dc:date>
    <item>
      <title>Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277904#M6537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My question is what are other people doing for maptips in Flex?&amp;nbsp; I ask because it seems crazy to have to compile in support for maptips for a specific layer when the layers are constantly going to be changing (at least for us).&amp;nbsp; There is the livelayerwidget but it does not support multiple symbols or polylines/polygon as far as I can tell.&amp;nbsp; So what are you guys using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 18:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277904#M6537</guid>
      <dc:creator>NeoGeo</dc:creator>
      <dc:date>2010-06-25T18:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277905#M6538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We decided to go with the InfoPopup from the flex sample viewer.&amp;nbsp; The user must click to get the maptip, so it's kind of like a cross between an identify tool and a maptip.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 20:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277905#M6538</guid>
      <dc:creator>JacksonTrappett</dc:creator>
      <dc:date>2010-06-25T20:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277906#M6539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We decided to go with the InfoPopup from the flex sample viewer.&amp;nbsp; The user must click to get the maptip, so it's kind of like a cross between an identify tool and a maptip.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, correct me if I am wrong, but wouldn't that mean I have to recompile the application every time we have to add or remove maptips for a layer, and then replace the application while hundreds of people are using it?&amp;nbsp; You are talking about infopopup.mxml right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the reply!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jun 2010 04:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277906#M6539</guid>
      <dc:creator>NeoGeo</dc:creator>
      <dc:date>2010-06-26T04:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277907#M6540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So, correct me if I am wrong, but wouldn't that mean I have to recompile the application every time we have to add or remove maptips for a layer, and then replace the application while hundreds of people are using it?&amp;nbsp; You are talking about infopopup.mxml right?&lt;BR /&gt;&lt;BR /&gt;thanks for the reply!!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; If i understood your question right, you want to show tool tips like things...tool tips are dynamic, if you change the data, they will change too or you can make them static.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want mean more like Infowindow, you can set them up to and you DO NOT need to recompile everything as data is dynamic, your changes will be visible from your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it will help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://zachsgeospatial.blogspot.com"&gt;Zahid&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 12:19:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277907#M6540</guid>
      <dc:creator>ZahidChaudhry</dc:creator>
      <dc:date>2010-06-28T12:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277908#M6541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So, correct me if I am wrong, but wouldn't that mean I have to recompile the application every time we have to add or remove maptips for a layer, and then replace the application while hundreds of people are using it?&amp;nbsp; You are talking about infopopup.mxml right?&lt;BR /&gt;&lt;BR /&gt;thanks for the reply!!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I'm talking about infopopup.mxml.&amp;nbsp; I did modify it a bit for our application, but it is an easy place to start from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as recompiling to add or remove maptips, I'm not quite sure what you mean but I don't think that would be necessary.&amp;nbsp; The way we have it set up there is no need to recompile.&amp;nbsp; The map tip returns the attributes for the top layer that is turned on in the map, and shows only the fields that are turned on in the map service.&amp;nbsp; This way you can control what is in the map tip without having to make any changes in the code.&amp;nbsp; If the field names in a layer in your map service aren't friendly, you can just use aliases in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way I look at it there are three parts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Set up your map service so that the layers only have the fields that you want in your map tip turned on.&amp;nbsp; You can also add code to filter out fields that need to be on for the service to work but you don't want in your map tip, like OBJECTID and Shape.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In your flex app, when the user clicks on the map (MapMouseEvent.MAP_CLICK) add the code to do an identify.&amp;nbsp; You can write the identify code for different behaviors but we chose to return the top layer that is turned on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Pass the results of the identify to the infoPopup.&amp;nbsp; You can see examples of how to do this in the search widget or any other widget that uses the infoPopup to display a tooltip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The result looks like the attached image.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 14:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277908#M6541</guid>
      <dc:creator>JacksonTrappett</dc:creator>
      <dc:date>2010-06-28T14:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277909#M6542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We discovered that map tips were one of those things that is an easy concept to those of use that have used ArcGIS, but not so easy in the flex world (at least for us beginners with Flex).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an app we have that makes use of something like map tips.&amp;nbsp; It is a Cemetery Viewer where a person can search by name, date or plot numbers.&amp;nbsp; Once a search is made, records are returned.&amp;nbsp; Click on a record and it will zoom to where the maptips are visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The searched records are binoculars.&amp;nbsp; The other symbols are headstones (orange dots), family markers (headstone symbol) and unmarked graves (green).&amp;nbsp; You can hover over the symbols and the name, date of death and photo link pops up.&amp;nbsp; These are the "map tips" that are governed by the widget that is minimized (called Map Popups).&amp;nbsp; Open the widget and you can turn the maptips off for any of the layers.&amp;nbsp; The layers are in separate feature classes and one of them is an old shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Search for last name "Furman" for example)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.greenvillesc.gov/Culture/History/cemeteries/CemeteryViewer.aspx"&gt;http://www.greenvillesc.gov/Culture/History/cemeteries/CemeteryViewer.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't remember how our CemeteryMapTips.mxml started - either from the Search.mxml, Live Layer Widget.mxml or something else.&amp;nbsp; But it does utilize the InfoPopup.mxml (changes made in it also).&amp;nbsp; And a configurable CemeteryMapTips.xml that allows different fields to be displayed.&amp;nbsp; We had to keep the maptip simple b/c of so many points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code isn't pretty - it isn't cleaned up and you would have to search for the changes we made in all of the scripts and alter it to adapt to your situation. Lots of stuff hardcoded.&amp;nbsp; But I will send it if you think it will help and you provide your email address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carmen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 17:18:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277909#M6542</guid>
      <dc:creator>CarmenDurham</dc:creator>
      <dc:date>2010-06-28T17:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277910#M6543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to you guys who have answered.&amp;nbsp; It sounds like Flex really doesn't have an existing solution for something as basic as maptips or tooltips or whatever they are called.&amp;nbsp; In the .NET apps I can just add a few lines of code to have a maptip for a layer and it does not require a recompile.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do currently have a widget similar to the cemetery one posted, which is a modified search widget.&amp;nbsp; I also have&amp;nbsp; a couple layers that don't require symbology and are small datasets where I was able to use the live layer widget.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess for small datasets that are points I could add some filter and multiple symbol functionality to the livelayer widget.&amp;nbsp; I don't think I could use the top layer as a maptip strategy because we have so many layers in multiple services that I don't think I could ever guarantee that the layer needed was the top layer.&amp;nbsp; Thanks for giving me something to think about though &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>Mon, 28 Jun 2010 23:46:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277910#M6543</guid>
      <dc:creator>NeoGeo</dc:creator>
      <dc:date>2010-06-28T23:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277911#M6544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks to you guys who have answered.&amp;nbsp; It sounds like Flex really doesn't have an existing solution for something as basic as maptips or tooltips or whatever they are called.&amp;nbsp; In the .NET apps I can just add a few lines of code to have a maptip for a layer and it does not require a recompile.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I do currently have a widget similar to the cemetery one posted, which is a modified search widget.&amp;nbsp; I also have&amp;nbsp; a couple layers that don't require symbology and are small datasets where I was able to use the live layer widget.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I guess for small datasets that are points I could add some filter and multiple symbol functionality to the livelayer widget.&amp;nbsp; I don't think I could use the top layer as a maptip strategy because we have so many layers in multiple services that I don't think I could ever guarantee that the layer needed was the top layer.&amp;nbsp; Thanks for giving me something to think about though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; It is very simple to add tooltip to anything in FLEX. For example you have a several points in graphicsLayer and you want to add tooltop to each point, let call myPoint, all you need to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]myPoint.toolTip="this is my point";[/HTML]or lets say you have a layer and you want to add tooltip to layer, youcan simply say&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]myLayer.toolTip ="this is my Layer"[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is very interesting blogpost:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blog.flexexamples.com/category/tooltip/"&gt;http://blog.flexexamples.com/category/tooltip/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 14:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277911#M6544</guid>
      <dc:creator>ZahidChaudhry</dc:creator>
      <dc:date>2010-06-30T14:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277912#M6545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may also be interested in this sample that uses a custom tooltip as a kind of map tip:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 14:51:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277912#M6545</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-06-30T14:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277913#M6546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys.&amp;nbsp; Those links both look like they will be very helpful!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 23:12:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277913#M6546</guid>
      <dc:creator>NeoGeo</dc:creator>
      <dc:date>2010-07-02T23:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277914#M6547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The examples provided still look like they would require recompiling the whole app unless you broke the parameters out into an xml file.&amp;nbsp; When I talk about having to recompile, I am not referring to whether the actual data is dynamic, I mean that from day to day we have different layers that we want maptips on which we may or may not want the next day and I can't swap out the whole application while one hundred plus people are using it in the middle of an emergency just to hardcode in a layer name.&amp;nbsp; In the widget model I see how you set up a configuration xml file and read all the settings from it, but this would not be a widget so I guess I would have to set up and read the xml file differently?&amp;nbsp; Unless... could you create it as a widget and not have the widget windows or something since they would be unnecessary?&amp;nbsp; Has anyone else done anything like this&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thank all of you that responded because new ideas always help point me in the right direction! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 17:50:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277914#M6547</guid>
      <dc:creator>NeoGeo</dc:creator>
      <dc:date>2010-07-16T17:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277915#M6548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We discovered that map tips were one of those things that is an easy concept to those of use that have used ArcGIS, but not so easy in the flex world (at least for us beginners with Flex).&lt;BR /&gt;&lt;BR /&gt;Here is an app we have that makes use of something like map tips.&amp;nbsp; It is a Cemetery Viewer where a person can search by name, date or plot numbers.&amp;nbsp; Once a search is made, records are returned.&amp;nbsp; Click on a record and it will zoom to where the maptips are visible.&lt;BR /&gt;&lt;BR /&gt;The searched records are binoculars.&amp;nbsp; The other symbols are headstones (orange dots), family markers (headstone symbol) and unmarked graves (green).&amp;nbsp; You can hover over the symbols and the name, date of death and photo link pops up.&amp;nbsp; These are the "map tips" that are governed by the widget that is minimized (called Map Popups).&amp;nbsp; Open the widget and you can turn the maptips off for any of the layers.&amp;nbsp; The layers are in separate feature classes and one of them is an old shapefile.&lt;BR /&gt;&lt;BR /&gt;(Search for last name "Furman" for example)&lt;BR /&gt;&lt;A href="http://www.greenvillesc.gov/Culture/History/cemeteries/CemeteryViewer.aspx"&gt;http://www.greenvillesc.gov/Culture/History/cemeteries/CemeteryViewer.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I can't remember how our CemeteryMapTips.mxml started - either from the Search.mxml, Live Layer Widget.mxml or something else.&amp;nbsp; But it does utilize the InfoPopup.mxml (changes made in it also).&amp;nbsp; And a configurable CemeteryMapTips.xml that allows different fields to be displayed.&amp;nbsp; We had to keep the maptip simple b/c of so many points.&lt;BR /&gt;&lt;BR /&gt;The code isn't pretty - it isn't cleaned up and you would have to search for the changes we made in all of the scripts and alter it to adapt to your situation. Lots of stuff hardcoded.&amp;nbsp; But I will send it if you think it will help and you provide your email address.&lt;BR /&gt;&lt;BR /&gt;Carmen&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carmen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The widget that you built for controling the layers for the maptips looks like what I have been looking for.&amp;nbsp; Would you mind sharing your code with me?&amp;nbsp; My e-mail is &lt;/SPAN&gt;&lt;A href="mailto:bcarberry@sjcfl.us"&gt;bcarberry@sjcfl.us&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 12:48:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277915#M6548</guid>
      <dc:creator>BobCarberry</dc:creator>
      <dc:date>2010-11-10T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277916#M6549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Carmen,&lt;BR /&gt;&lt;BR /&gt;The widget that you built for controling the layers for the maptips looks like what I have been looking for.&amp;nbsp; Would you mind sharing your code with me?&amp;nbsp; My e-mail is &lt;A href="mailto:bcarberry@sjcfl.us"&gt;bcarberry@sjcfl.us&lt;/A&gt;.&amp;nbsp; Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to take a look at the code, too. My email is &lt;/SPAN&gt;&lt;A href="mailto:gregb@hamiltontn.gov"&gt;gregb@hamiltontn.gov&lt;/A&gt;&lt;SPAN&gt;. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 14:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277916#M6549</guid>
      <dc:creator>KristenJohnsey</dc:creator>
      <dc:date>2010-12-08T14:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277917#M6550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i could use this too except i dont have adobe flex builder or really know squat about adobe flex builder. i have only used widgets that were already complied and i just edited those. anyway to make that happen would be MUCH appreciated..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gerald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 12:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277917#M6550</guid>
      <dc:creator>GeraldLee__GISP</dc:creator>
      <dc:date>2010-12-10T12:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277918#M6551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Carmen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I like how you are using MapTips in your application.&amp;nbsp; I need similar functionality for the application I am wokring on.&amp;nbsp; Could you please share the code with me as well at &lt;/SPAN&gt;&lt;A href="mailto:rmalik@dhmh.state.md.us"&gt;rmalik@dhmh.state.md.us&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Thanks, Rashid&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 05:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277918#M6551</guid>
      <dc:creator>RashidMalik</dc:creator>
      <dc:date>2010-12-16T05:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277919#M6552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I also echo the idea that this is some great functionality...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be very grateful if you could please send on the code to &lt;/SPAN&gt;&lt;A href="mailto:brendan.cunningham@kilkennycoco.ie"&gt;brendan.cunningham@kilkennycoco.ie&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Map Tips issue has been bugging me (and especially end users) for a long time now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brendan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 08:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277919#M6552</guid>
      <dc:creator>BrendanCunningham</dc:creator>
      <dc:date>2010-12-30T08:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277920#M6553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In flexviewer ,I want add maptip when mouse move ,can anyone help me ? &lt;/SPAN&gt;&lt;A href="mailto:yueyou216@163.com"&gt;yueyou216@163.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 04:40:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277920#M6553</guid>
      <dc:creator>__3</dc:creator>
      <dc:date>2011-01-19T04:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Flex maptips</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277921#M6554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Here is a solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=ce63f1bdd5e64068b9a4fadd2028e379"&gt;http://www.arcgis.com/home/item.html?id=ce63f1bdd5e64068b9a4fadd2028e379&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 18:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-maptips/m-p/277921#M6554</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-01-21T18:52:36Z</dc:date>
    </item>
  </channel>
</rss>

