<?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: Metadata (and the TOC Widget) in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536544#M15201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OOps one more:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #990000; font-size: 2;"&gt;In addition there an issue at line 233:&lt;BR /&gt;widgets.eSearch.WidgetCloseButtonSkin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2011 18:46:23 GMT</pubDate>
    <dc:creator>FrankRoberts</dc:creator>
    <dc:date>2011-06-07T18:46:23Z</dc:date>
    <item>
      <title>Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536531#M15188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wonder how people out there are satisfying metadata requirements for their online maps? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently migrating an ArcIMS/IMF implementation to ArcServer and the Flex Viewer and I'm running into problems. In the IMS/IMF implementation clicking on the name of the layer would open up a new window with the metadata (or the sci. report that generated the data), this could also be achieved by an icon to the right of the layer name. Both were "simple" to implement, mostly due to IMF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm now having difficulty figuring out how to implement something similar within the TOC Widget created by Robert (it is most excellent, many thanks Robert). I've contemplated trying to create an icon to the right--failing miserably, I'm not even exactly sure where to start with this beyond it being within TocItemRenderer.as. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also tried to make use of the doubleClick (onCheckBoxClick) that is detected for each item, and yet again fail to quite wrap my brain around it. Suffice to say, my level of AS3 programming ability and complete API knowledge seems to be somewhat limited. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition to this I've tried to figure out if it was possible to do in the PopUps, however &amp;lt;![CDATA[ is not supported in the &amp;lt;title&amp;gt;, so I can't make the title link to a URL. I could use &amp;lt;description&amp;gt;, however that would mean writing a custom &amp;lt;description&amp;gt; element for every single layer (when there are over 150). Time and time again I see people warning that editing the structure of the popUps to be extremely difficult. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There must be an elegant way to show metadata either through the TOC or through the PopUps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone come up with a method to do this, or can anyone offer some suggestions in order to accomplish this?&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, 27 May 2011 20:19:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536531#M15188</guid>
      <dc:creator>JustinRobinson</dc:creator>
      <dc:date>2011-05-27T20:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536532#M15189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Back in the SFV 1.x days I had a version of my TOC widget that had a button for opening a url that went to an ASP.net webservice and displayed some CANNED xml metadata file in a virtual directory. I did not carry that over as it was over most peoples head how to configure it, but it can be done. The easiest solution you can come up with immediately with little effort at all is to open the MXD that serves the map service and for each layer type metadata in the description field and copyright field. The current version of the TOC widget will display this info as a tooltip.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 21:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536532#M15189</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-05-27T21:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536533#M15190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Here is the old thread I referenced above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/thread.asp?c=158&amp;amp;f=2421&amp;amp;t=290218"&gt;http://forums.esri.com/thread.asp?c=158&amp;amp;f=2421&amp;amp;t=290218&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 21:36:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536533#M15190</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-05-27T21:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536534#M15191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert, however I'm not sure I need something quite so advanced. Unfortunately the metadata is not embedded in SDE. I'm hoping to find something similar to effect as pop-ups. I'm beginning to think that modifying the popups might be the way to go... I may have to research how to do this. If I could display both the &amp;lt;fields&amp;gt; and &amp;lt;description&amp;gt; at the same time (which should be the default behaviour, I'm not sure why that decision is/was made for us) I would be able to include the link that I require. Either that or find a way to allow &amp;lt;![CDATA[[ ]]&amp;gt; in the &amp;lt;title&amp;gt; tag... back to the drawing board. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone else out there have novel/alternative ideas that I may be overlooking?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 15:36:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536534#M15191</guid>
      <dc:creator>JustinRobinson</dc:creator>
      <dc:date>2011-05-31T15:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536535#M15192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the edit to the PopUp skin that allows for display of both &amp;lt;description&amp;gt; and &amp;lt;fields&amp;gt; simultaneously (if they both exist) for those that would like it. Not much of an edit, but changes are spread throughout the .mxml file, therefore it was easier to distribute through this method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the ReadMe.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
***************************************************************
DescFieldPopUp -- Description + Fields PopUp
Justin Robinson 2011
***************************************************************

The Purpose of this file is to allow for the display of both
&amp;lt;description&amp;gt; and &amp;lt;fields&amp;gt; tags (if both exist) on pop-ups
called from a widget (or from base).

To Utilise for all calls add the following to your default.css:

----------------

esri|PopUpRenderer
{
 skinClass:ClassReference('widgets.DescFieldPopUps.DescFieldPopUps');
}

----------------

For using with a single widget add the above within your &amp;lt;fx:style&amp;gt; tag
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This solves my problem, however not the BEST way (that'd be a link in the table of contents) but a much EASIER way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536535#M15192</guid>
      <dc:creator>JustinRobinson</dc:creator>
      <dc:date>2021-12-11T23:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536536#M15193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have updated the 2.3.4 version of the TOC widget to have a details button that opens an alert window with layer details, and many more enhancements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Version 2.3.4 - 2 June, 2011&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Removed white background from legend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added ability to exclude basemaps from the legend (this is now the default).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Verified that classified rasters are now supported if you are using ArcGIS Server SP1 or greater&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Set the legend timeout to 60 Seconds for those with slow servers (configurable in xml)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added better handling of layers that come from a slow server when it comes to building the legend&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added ability to internationalize the text for transparency slider tooltip, layer details button tooltip,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Context menus.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Transparency/Opacity is now controlled by one slider at the top of the widget. You but select a map service&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; in the TOC for it to become enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added Zoom to Layer Extent context menu for individual map service layers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added Map Service description button and individual layer description and copyright alert when details button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; is pressed. Details button can be disabled in TOCWidget.xml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 16:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536536#M15193</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-02T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536537#M15194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert, I like the new release!&amp;nbsp; I've been going through your code and trying to figure out what event triggers your&amp;nbsp; metadata button.&amp;nbsp; Can you enlighten me?&amp;nbsp; I need to come up with a custom way to display the metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks yet again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 17:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536537#M15194</guid>
      <dc:creator>FrankRoberts</dc:creator>
      <dc:date>2011-06-06T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536538#M15195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Frank,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The ShowMeta function is WAY down in the TocItemRenderer.as code. I have noticed that the Alert dialog that I use is not working very well for big descriptions. I will be releasing another version that uses a custom popup to handle html tags (the supported ones) and large descriptions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 11:02:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536538#M15195</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-07T11:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536539#M15196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I was looked high and low for it yesterday, just not in the right spot...&amp;nbsp; I hope they build out the API out so we can get better access to the metadata.&amp;nbsp; I'm thinking about just putting a url back to the metadata record in the description of the layers in the mxd so I can get back to the metadata.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 13:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536539#M15196</guid>
      <dc:creator>FrankRoberts</dc:creator>
      <dc:date>2011-06-07T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536540#M15197</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; My new version 2.3.5 that combines the TOC and Legend is now available as well as other improvements.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536540#M15197</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-07T16:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536541#M15198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes!!! Way to go man.&amp;nbsp; You rock!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 17:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536541#M15198</guid>
      <dc:creator>FrankRoberts</dc:creator>
      <dc:date>2011-06-07T17:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536542#M15199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert is looks you you have a pointer in ResizeTitleWindowSkin.mxml to a png in one of your other widgets:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #990000; font-size: 2;"&gt;widgets/eSearch/assets/images/w_resize.png&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #990000; font-size: 2;"&gt;In addition there an issue at line 233:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #990000; font-size: 2;"&gt;widgets.eSearch.WidgetCloseButtonSkin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:2;"&gt;&lt;SPAN style="color:#990000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #990000; font-size: 2;"&gt;No worries, but I though you would want to know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:2;"&gt;&lt;SPAN style="color:#990000;"&gt; &lt;BR /&gt;&lt;SPAN style="color: #990000; font-size: 2;"&gt;fr&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 17:31:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536542#M15199</guid>
      <dc:creator>FrankRoberts</dc:creator>
      <dc:date>2011-06-07T17:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536543#M15200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Frank,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks download is now fixed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 17:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536543#M15200</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-07T17:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536544#M15201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OOps one more:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #990000; font-size: 2;"&gt;In addition there an issue at line 233:&lt;BR /&gt;widgets.eSearch.WidgetCloseButtonSkin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 18:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536544#M15201</guid>
      <dc:creator>FrankRoberts</dc:creator>
      <dc:date>2011-06-07T18:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536545#M15202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry to be the bearer of more bad news.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be an issue with displaying type=feature for points.&amp;nbsp; No symbol on the legend for those.&amp;nbsp; Howevever, polygon and line seem to work fine for feature services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 19:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536545#M15202</guid>
      <dc:creator>FrankRoberts</dc:creator>
      <dc:date>2011-06-07T19:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536546#M15203</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; Please try out the latest version 2.3.6 and see if it resolves the&amp;nbsp; reported issues. If not keep the feedback coming and I will fix whatever&amp;nbsp; I can.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 19:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536546#M15203</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-08T19:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536547#M15204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert, thanks for the repost of the code.&amp;nbsp; I�??m seeing a couple different things, and if you know of a work around I�??m all ears.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;I�??m still not seeing the legend for most points both in feature services and regular map services.&amp;nbsp; However with my group layers they are showing up.&amp;nbsp; So I�??m not sure if it is the type of point I�??m using or something else.&amp;nbsp; Some of them are very vanilla esri triangle stuff, others are more complex graphics.&amp;nbsp; However, neither seem to show.&amp;nbsp; I can point you at some of my services if you want to give it a shot.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;There seems to be a lack of sync between the More�?� button and TOC.&amp;nbsp; See the graphic I�??ve uploaded&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;The Layer Visibility slider seems to be stuck to the left and not move or work.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;SPAN&gt;&amp;nbsp; On the other hand, the link to the metadata really works great!&amp;nbsp; I�??m doing some neat stuff with embedding html within the description and it works sweet in your tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [ATTACH=CONFIG]7236[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 19:44:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536547#M15204</guid>
      <dc:creator>FrankRoberts</dc:creator>
      <dc:date>2011-06-08T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536548#M15205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Frank,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; I would love to test your point map services to see what the issue is. You can post the address here or send them to me privately (I think you remember how to get in touch with me directly).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Are you meaning that you are turning off layers in the MapSwicherWidget and the change is not getting reflected in my TOC right? (you know you should not use both right?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The layer visibility only works with the parent map services (remember individual layers in a map service can not have their opacity adjusted).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 19:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536548#M15205</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-08T19:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536549#M15206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1.&amp;nbsp; I would love to test your point map services to see what the issue is. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fr: Feel free to bang on it, I just sent it to you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Are you meaning that you are turning off layers in the MapSwicherWidget and the change is not getting reflected in my TOC right? (you know you should not use both right?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Fr:&amp;nbsp; Ok I will dissable the MapSwitcherWidget, and sorry I missed that...&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The layer visibility only works with the parent map services (remember individual layers in a map service can not have their opacity adjusted).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Fr: Owe I see, you need to click on the parent and then move the slider...&amp;nbsp; That wasn't apparent to me as an end user, I wonder if you added a tip to that?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 12:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536549#M15206</guid>
      <dc:creator>FrankRoberts</dc:creator>
      <dc:date>2011-06-09T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata (and the TOC Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536550#M15207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Frank,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Thanks your services helped me find the error. It is fixed in version 2.3.7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I now have the TOC responding to programmatic changes in visibleLayers. So if you make a change to the MapSwitcherWidget as far as turning on or off a sublayer of a map service my TOC updates to match but the MapSwitcherWidget does not do the same if you change a sublayer in my TOC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. There is a tooltip if you hover over the &lt;/SPAN&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.3.1/widgets/TOC/assets/images/alpha.png" /&gt;&lt;SPAN&gt; on the widget.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 13:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/metadata-and-the-toc-widget/m-p/536550#M15207</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-09T13:07:58Z</dc:date>
    </item>
  </channel>
</rss>

