<?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 Overview Map in SFV1.3 in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595803#M13319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using overview sample in the code gallery: &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15873"&gt;http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15873&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and able to put the oviewer map at lower right corner.&amp;nbsp; I would like to click to show the overview map then click again to minimize it but I can't get the function to work.&amp;nbsp; I used this also:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SiteContainer.getInstance().mapManager.ovCan.visible = true or false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Aug 2010 11:58:30 GMT</pubDate>
    <dc:creator>MayJeff</dc:creator>
    <dc:date>2010-08-04T11:58:30Z</dc:date>
    <item>
      <title>Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595803#M13319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using overview sample in the code gallery: &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15873"&gt;http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15873&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and able to put the oviewer map at lower right corner.&amp;nbsp; I would like to click to show the overview map then click again to minimize it but I can't get the function to work.&amp;nbsp; I used this also:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SiteContainer.getInstance().mapManager.ovCan.visible = true or false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 11:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595803#M13319</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2010-08-04T11:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595804#M13320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;May,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; So based on your code you have the overviewmap called ovCan and it is a child of the mapmanager then?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 12:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595804#M13320</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-04T12:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595805#M13321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right.&amp;nbsp; I created it on MapManger.mxml.&amp;nbsp; Now it shows a square box on lower right corner but I can't get it to show when user click it and then click again to hide the overview map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public var ovCan:Canvas; is inside mx:script &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then all the overview style, position, map services &amp;amp; etc is inside private function config ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So is there posible to do it using SFV1.3? I would like to have the same way like new sameple website 2.0 (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=config-edit.xml"&gt;http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=config-edit.xml&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please give me some ideas how to do so.&amp;nbsp; I really appreciated that.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 13:10:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595805#M13321</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2010-08-04T13:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595806#M13322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;May,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Can you attach your MapManager.mxml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 13:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595806#M13322</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-04T13:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595807#M13323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is my file.&amp;nbsp; Please help me to take a look.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 14:44:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595807#M13323</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2010-08-04T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595808#M13324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;May,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Here your updated MapManger.mxl and a new image that you need to paste in the src\com\esri\solutions\flexviewer\assets\images folder&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 16:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595808#M13324</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-04T16:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595809#M13325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for sending the zip file but I got an error message to try to open it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 17:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595809#M13325</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2010-08-04T17:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595810#M13326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;May,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; This forum has an issue with zip files when using internet explorer try Fire Fox or Google Chrome&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 17:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595810#M13326</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-04T17:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595811#M13327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much. It works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 18:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595811#M13327</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2010-08-04T18:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595812#M13328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to show the overview map in full extent all the time and only change the extent box?&amp;nbsp; Just like overview map at this site: &lt;/SPAN&gt;&lt;A href="http://gis.calhouncounty.org/flexviewer2.0/index.html?config=config-calhoun-classic.xml"&gt;http://gis.calhouncounty.org/flexviewer2.0/index.html?config=config-calhoun-classic.xml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try it manyways but it doesn't work.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 20:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595812#M13328</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2010-10-13T20:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595813#M13329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;May,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your OverviewWidget.xml needs to look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mapservice type="dynamic" mode="static"&amp;gt;http://yourserver/arcgis/rest/services/yourservice/MapServer&amp;lt;/mapservice&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595813#M13329</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T01:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Map in SFV1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595814#M13330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I think I need to change something on MapManager.mxml in order to show the full extent everytime and you helped me to customize the overview map to show on the buttom right hand corner.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 20:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/overview-map-in-sfv1-3/m-p/595814#M13330</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2010-10-13T20:53:53Z</dc:date>
    </item>
  </channel>
</rss>

