<?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: Change Size of Overview Map Widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607246#M18107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know how to make this a configurable variable that could be changed in the xml file so it would not need to be recomplied every time you need to change its size, possibly for different applications?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2012 15:07:44 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2012-12-28T15:07:44Z</dc:date>
    <item>
      <title>Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607244#M18105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to change the size of the compiled overview map widget in the Flex Viewer application?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 13:51:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607244#M18105</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-12-28T13:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607245#M18106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks to me like the size is declared in the OverviewMapComponent.mxml around line 605.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;s:BorderContainer id="viewBox"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;width="250" &lt;/STRONG&gt;width.collapsed="{toggleIcon.width}"&lt;STRONG&gt; height="250"&lt;/STRONG&gt; height.collapsed="{toggleIcon.height}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; backgroundAlpha="1.0"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map id="overviewMap"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="250" height="250"&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could switch it and re-compile a .swf for you if you don't have FB.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607245#M18106</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2021-12-12T16:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607246#M18107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know how to make this a configurable variable that could be changed in the xml file so it would not need to be recomplied every time you need to change its size, possibly for different applications?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 15:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607246#M18107</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-12-28T15:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607247#M18108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Do you know how to make this a configurable variable that could be changed in the xml file so it would not need to be recomplied every time you need to change its size, possibly for different applications?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I know how to do that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 16:00:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607247#M18108</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2012-12-28T16:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607248#M18109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you add the size of the widget as a configurable variable in the xml file and then send that recompiled swf file along with the xml showing the syntax for changing the size in the xml file?&amp;nbsp; That would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 11:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607248#M18109</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-12-31T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607249#M18110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you add the size of the widget as a configurable variable in the xml file and then send that recompiled swf file along with the xml showing the syntax for changing the size in the xml file?&amp;nbsp; That would be greatly appreciated.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using Flex API V3.1 and Flex SDK 4.6?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 14:29:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607249#M18110</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2012-12-31T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607250#M18111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color:#ff0000;"&gt;Are you using Flex API V3.1 and Flex SDK 4.6?&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am mostly using Flex Viewer 3.0 (built on Flex API V3.0) and I have done some preliminary testing with Flex Viewer 3.1 (built on Flex API V3.1), but I have not made any code modifications as I do not have access to Flex SDK.&amp;nbsp; This is why I was looking for a compiled OverView Map Widget where you could change the size of the widget from the xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A version built on Flex API V3.0 would be more useful at the present time (more applications presently built on this platform), but if it is easier to modify this widget from build on Flex API V3.1 then that would work for me as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 14:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607250#M18111</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-12-31T14:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607251#M18112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still working on this for you. Very odd that the Spark Border Container does not like having a bindable Number as width and height.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 11:29:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607251#M18112</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-01-02T11:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607252#M18113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very odd that the Spark Border Container does not like having a bindable Number as width and height.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this mean that the width and height of this widget can not be set as configurable variables in the xml file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 11:51:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607252#M18113</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-01-02T11:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607253#M18114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Working on it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 11:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607253#M18114</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-01-02T11:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607254#M18115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's your requested widget. I created a version for both V3.0 and V3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Overview Map Custom Size :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=56bb06a6340f46aaa8b7d99c75b893e2" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=56bb06a6340f46aaa8b7d99c75b893e2&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 13:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607254#M18115</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-01-02T13:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607255#M18116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much GISDev01 for this useful enhancement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any chance you can add the uncompiled code to the page where the compiled code is located?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607255#M18116</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-01-03T13:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607256#M18117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you very much GISDev01 for this useful enhancement.&lt;BR /&gt;&lt;BR /&gt;Is there any chance you can add the uncompiled code to the page where the compiled code is located?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I plan to add it to my github account soon. Same username on there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 14:53:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607256#M18117</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-01-03T14:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607257#M18118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How would I access this location to download the uncompiled code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 15:11:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607257#M18118</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-01-03T15:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607258#M18119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Is there any chance you can add the uncompiled code to the page where the compiled code is located?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the uncompiled code: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/GISDev01/OverviewMapWidgetCustomSize"&gt;https://github.com/GISDev01/OverviewMapWidgetCustomSize&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you make further modifications, I just ask that you share the changes with everyone if possible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 16:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607258#M18119</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-01-04T16:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607259#M18120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again for the uncompiled code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was reviewing the code and I do not understand how the .mxml file knows how to retrieve the data from the .xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if (configXML)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overviewMap.configXML = configXML;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems like where the mxml file is trying to access the xml, but how does it know to look for OverviewMapWidget.xml if it is not explicitly passed in the variable configXML?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 17:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607259#M18120</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-01-04T17:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607260#M18121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks again for the uncompiled code.&lt;BR /&gt;&lt;BR /&gt;I was reviewing the code and I do not understand how the .mxml file knows how to retrieve the data from the .xml file.&lt;BR /&gt;&lt;BR /&gt;if (configXML)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overviewMap.configXML = configXML;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;This seems like where the mxml file is trying to access the xml, but how does it know to look for OverviewMapWidget.xml if it is not explicitly passed in the variable configXML?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I actually used to wonder the same thing a while back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is part of Esri's Flex API. The joy of using good API's is they basically do the work for you. For each widget, it looks for a .xml that is designated in the config.xml. You pass the variables just using the identifier *.configXML&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 17:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607260#M18121</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-01-04T17:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607261#M18122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the explanation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know where I would find the original source code for the OverViewMap widget that is part of the out-of-the-box build?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 18:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607261#M18122</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-01-04T18:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change Size of Overview Map Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607262#M18123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the explanation.&lt;BR /&gt;&lt;BR /&gt;Do you know where I would find the original source code for the OverViewMap widget that is part of the out-of-the-box build?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sure, right here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-viewer-flex"&gt;https://github.com/Esri/arcgis-viewer-flex&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 18:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-size-of-overview-map-widget/m-p/607262#M18123</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-01-04T18:33:29Z</dc:date>
    </item>
  </channel>
</rss>

