<?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: Removing Items From Sample Flex Viewer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91631#M2112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did anyone work it out to remove the ESRI Logo and the ESRI web page it opens on mouse click ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2010 22:31:30 GMT</pubDate>
    <dc:creator>JesseMetcalfe</dc:creator>
    <dc:date>2010-05-25T22:31:30Z</dc:date>
    <item>
      <title>Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91623#M2104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can someone point me in the right direction of where I would go to remove things from the SFV?&amp;nbsp; For instance I would like to remove the "Feeds" button from the top banner all together.&amp;nbsp; I would also like to remove the "Powered By ESRI" logo at the bottom right of the flex viewer screen.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have looked through various documents in the various folders trying to find where I could do this but I did not see anything.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate any help.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 19:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91623#M2104</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-04-05T19:02:21Z</dc:date>
    </item>
    <item>
      <title>Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91624#M2105</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;The SampleViewer is a completely customizable and a plug and play kind of system.&amp;nbsp; You can enhance the viewer by added more widgets.&amp;nbsp; Widgets are flex modules.&amp;nbsp; There are two kinds of config xml in sample viewer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) That has configuration for the entire Sample Viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Configuration for each widget (These config are present in the widget folder)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The feeds you see are widgets that are in the root folder of the sample viewer (filename: config.xml).&amp;nbsp; All you have to do is remove the xml definitions under &amp;lt;widgets&amp;gt; from the config.xml and you will see that they are not in the top menu anymore.&amp;nbsp; Since the menu is build at runtime, you don't have to compile the flex app to see the changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the ESRI logo, if you add atleast one layer (either to the livemaps or basemaps in config.xml) that points to your Enterprise ArcGIS Server and set the map.logoVisible = false; the logo will be hidden.&amp;nbsp; They are also many other ways to hide them.&amp;nbsp; You can search for it in the old forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prashanth Sukumaran.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 20:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91624#M2105</guid>
      <dc:creator>PrashanthSukumaran</dc:creator>
      <dc:date>2010-04-05T20:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91625#M2106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Albertda,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To remove the feeds menu just open the config.xml and set the visible attribute of the MenuFeeds to false. As far as removing the logo from the map if you have at least on map service that is coming from your server (Not ESRI's) in your map then you can go into the MapManager.mxml and add a line to the config function that looks like this after the map has been var ed of course.&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;map.logoVisible = false;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 20:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91625#M2106</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-04-05T20:18:06Z</dc:date>
    </item>
    <item>
      <title>Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91626#M2107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Prashanth.&amp;nbsp; I was trying to remove the buttons all together in the banner, I had had success commenting out the specific widgets prior to this.&amp;nbsp; Since you mentioned the menu is built at runtime, it makes sense to me now.&amp;nbsp; I was looking in the wrong place in the config.xml.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In regard to the logo, do you know where exactly the ESRI logo is inserted into the code?&amp;nbsp; I don't see it anywhere.&amp;nbsp; I would like to place my own in place of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 17:07:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91626#M2107</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-04-09T17:07:54Z</dc:date>
    </item>
    <item>
      <title>Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91627#M2108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...In regard to the logo, do you know where exactly the ESRI logo is inserted into the code?&amp;nbsp; I don't see it anywhere.&amp;nbsp; I would like to place my own in place of it.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look in the config.xml and change this line to use your own logo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;logo&amp;gt;com/esri/solutions/flexviewer/assets/images/logo.png&amp;lt;/logo&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Apr 2010 12:49:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91627#M2108</guid>
      <dc:creator>RichardDiaz</dc:creator>
      <dc:date>2010-04-10T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91628#M2109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Rick.&amp;nbsp; That line is for the icon in the banner.&amp;nbsp; I'm looking to change the logo in the lower right that says "Powered By ESRI."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 11:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91628#M2109</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-04-12T11:29:40Z</dc:date>
    </item>
    <item>
      <title>Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91629#M2110</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;The logo code is part of the ESRI Flex API.&amp;nbsp;&amp;nbsp; We have a enterprise license for ArcGIS server, i had to just say hide logo and it was hidden.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check this url Robert has answered here.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=287497&amp;amp;mc=35#msgid941067"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=287497&amp;amp;mc=35#msgid941067&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prashanth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 13:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91629#M2110</guid>
      <dc:creator>PrashanthSukumaran</dc:creator>
      <dc:date>2010-04-12T13:02:05Z</dc:date>
    </item>
    <item>
      <title>Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91630#M2111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Prashanth!&amp;nbsp; Do you know how to add a new or different logo to display?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 16:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91630#M2111</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-04-14T16:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91631#M2112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did anyone work it out to remove the ESRI Logo and the ESRI web page it opens on mouse click ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 22:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91631#M2112</guid>
      <dc:creator>JesseMetcalfe</dc:creator>
      <dc:date>2010-05-25T22:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91632#M2113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe this is what worked for me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In "mapmanager.mxml"(about line #154), change&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.logoVisible = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.logoVisible = false;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 11:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91632#M2113</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-05-26T11:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91633#M2114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I believe this is what worked for me:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In "mapmanager.mxml"(about line #154), change&lt;BR /&gt;map.logoVisible = true;&lt;BR /&gt;to&lt;BR /&gt;map.logoVisible = false;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess this solution is for the older SFV. Does anyone know what is the equivalent code or line number in the mapmanger.mxml of the latest FlexViewer that was released recently with Flex API 2.1?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91633#M2114</guid>
      <dc:creator>NadeemShaukat</dc:creator>
      <dc:date>2010-10-14T18:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91634#M2115</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 was reading this forum to see if anyone addresses how to remove the 'More..." button next to the basemaps buttons in the flex viewer.&amp;nbsp; Anyone have an idea on how to do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate any help, thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 15:11:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91634#M2115</guid>
      <dc:creator>ChristopherBlinn</dc:creator>
      <dc:date>2011-01-14T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Items From Sample Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91635#M2116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nevermind, I was able to fix the issue by creating a dynamic service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 15:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/removing-items-from-sample-flex-viewer/m-p/91635#M2116</guid>
      <dc:creator>ChristopherBlinn</dc:creator>
      <dc:date>2011-01-14T15:26:24Z</dc:date>
    </item>
  </channel>
</rss>

