<?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: Layer is not shown in the TOC after load shapefile in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407273#M11612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Can you try and use my live preview site to test your shapefile zip?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2012 17:06:02 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2012-12-14T17:06:02Z</dc:date>
    <item>
      <title>Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407262#M11601</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;BR /&gt;&lt;SPAN&gt;I'm trying to use the Load Shapefile widget (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=bc6a88cf51364d9ea767347954363d7d" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=bc6a88cf51364d9ea767347954363d7d&lt;/A&gt;&lt;SPAN&gt;) and am having a problem after loading a file. The features are loaded successfully but the TOC does not display the new layer. Could anyone help me on this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 17:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407262#M11601</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-13T17:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407263#M11602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; That is because the ShapeFile widget adds the shapefiles to a graphics layer and not a normal type that would show in the TOC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to&lt;/SPAN&gt;&lt;STRONG&gt; click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow these steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407263#M11602</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-13T19:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407264#M11603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; That is because the ShapeFile widget adds the shapefiles to a graphics layer and not a normal type that would show in the TOC.&lt;BR /&gt;&lt;BR /&gt;Don't forget to &lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt; on this post and to&lt;STRONG&gt; click the top arrow (promote)&lt;/STRONG&gt;.&lt;BR /&gt;&lt;STRONG&gt;Follow these steps&lt;/STRONG&gt; as shown in the below graphic:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg" /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried changing the GraphicsLayer to FeatureLayer according to the code below but had no success. The layer is displayed in the table but the features were not shown on the map. Am I doing something wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;while (shpReader.hasMore()) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; array.push(new Graphic(...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var features:Array = [];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for each (var geometry:Geometry in GraphicUtil.getGeometries(array))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; features.push({ geometry:geometry });&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;featureSet.spatialReference = map.spatialReference;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;featureSet.features = features;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;featureLayer.featureCollection = new FeatureCollection(featureSet);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;featureLayer.id = layerName;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;featureLayer.name = layerName;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.addLayer(featureLayer, 1000);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 11:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407264#M11603</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-14T11:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407265#M11604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; The featureCollection needs a LayerDetails&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var layerDetails:LayerDetails = new LayerDetails(); featureLayer.featureCollection = new FeatureCollection(featureSet, layerDetails);&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will be coming out with an enhanced Shapefile widget very soon that handles re-projecting the shapefile and adding each shapefile and labels as different layers in the TOC, as well as other features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 11:50:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407265#M11604</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-14T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407266#M11605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; The featureCollection needs a LayerDetails&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color:#ff0000;"&gt;var layerDetails:LayerDetails = new LayerDetails();&lt;/SPAN&gt;
featureLayer.featureCollection = new FeatureCollection(featureSet&lt;SPAN style="color:#ff0000;"&gt;, layerDetails);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;I will be coming out with an enhanced Shapefile widget very soon that handles re-projecting the shapefile and adding each shapefile and labels as different layers in the TOC, as well as other features.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much Robert! It worked perfectly. I'll be waiting for your new widget and certainly will use it in my application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407266#M11605</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2021-12-11T18:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407267#M11606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Here is the link&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=2e9096c5d5044d39a264df759611686f"&gt;http://www.arcgis.com/home/item.html?id=2e9096c5d5044d39a264df759611686f&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 14:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407267#M11606</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-14T14:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407268#M11607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Here is the link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=2e9096c5d5044d39a264df759611686f"&gt;http://www.arcgis.com/home/item.html?id=2e9096c5d5044d39a264df759611686f&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Robert, I am trying to use your new widget but there must be some problem with my geoprocessing service. The reprojection task never ends and a empty alert window is shown. You could tell what can be?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 16:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407268#M11607</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-14T16:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407269#M11608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Did you read the readme.txt where it said you need to use an ArcGIS Server 10 Geometry Service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 16:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407269#M11608</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-14T16:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407270#M11609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Did you read the readme.txt where it said you need to use an ArcGIS Server 10 Geometry Service.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I am using ArcGIS Server 10 SP4 geoprocessing service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 16:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407270#M11609</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-14T16:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407271#M11610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You are meaning to say Geometry Service right?... And you have you Flex Viewers main config.xml point to your Geometry Service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407271#M11610</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-14T17:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407272#M11611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; You are meaning to say Geometry Service right?... And you have you Flex Viewers main config.xml point to your Geometry Service?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Right, I meant Geometry Service. I'm pointing to my own service in the config.xml file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407272#M11611</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-14T17:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407273#M11612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Can you try and use my live preview site to test your shapefile zip?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:06:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407273#M11612</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-14T17:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407274#M11613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Can you try and use my live preview site to test your shapefile zip?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done this and it worked perfectly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:07:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407274#M11613</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-14T17:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407275#M11614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Are you using ArcGIS Viewer for Flex 3.0 and Adobe Flex SDK 4.6?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407275#M11614</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-14T17:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407276#M11615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Are you using ArcGIS Viewer for Flex 3.0 and Adobe Flex SDK 4.6?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. agslib-3.0-2012-06-06 and sdk 4.6.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:11:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407276#M11615</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-14T17:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407277#M11616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Can you try pointing your main config.xml&amp;nbsp; to this instead of your?&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;&amp;lt;geometryservice url="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" /&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407277#M11616</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-14T17:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407278#M11617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Can you try pointing your main config.xml&amp;nbsp; to this instead of your?&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;geometryservice url="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" /&amp;gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a deploy the application to my web server and there everything was fine. For some reason I am not able to run the application from my IDE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407278#M11617</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-14T17:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407279#M11618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leonardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Strange I run from my Flash Builder IDE all the time. Do you have your Flex Build Path in your project pointing to an"Output folder URL"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407279#M11618</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-14T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407280#M11619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Leonardo,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Strange I run from my Flash Builder IDE all the time. Do you have your Flex Build Path in your project pointing to an"Output folder URL"?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No, I don't have any application server pointed in Flex server tab property of my my application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407280#M11619</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2012-12-14T17:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not shown in the TOC after load shapefile</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407281#M11620</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'm also having problems showing layer in the TOC. I use ArcGIS Viewer for Flex 3.0 and Adobe Flex SDK 4.6.&amp;nbsp; I use uncompiled versions of widgets. When I upload a .zip file it reproject and shows on the map correctly, but it does not show up in TOC. I get �??Generating TOC Legend�?� message which never ends. It does not stop showing this message even after I remove shape file. Otherwise TOC widget works perfectly. I tried using layer list and my shapefile does show up there. Any idea how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Petra&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 09:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-is-not-shown-in-the-toc-after-load-shapefile/m-p/407281#M11620</guid>
      <dc:creator>PetraKrsnik</dc:creator>
      <dc:date>2013-01-03T09:58:50Z</dc:date>
    </item>
  </channel>
</rss>

