<?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: Customizing the Viewers Map location &amp;amp; containers in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586628#M16743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Andrew,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Not really sure why you would want to do this but I'll try to point you in the right area to look at. You are likely to break a lot of stuff trying to do this but I would look at the index.mxml which is the base spark application it has a child element that is the ViewerContainer. The ViewerContainer is just a mx canvas so I would put your hdivided box in the index.mxml and add the ViewerContainer to one of it's panels.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was digging around there for a while, but I will take a closer look now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason why I want to do this is because I am trying to get some widgets off the map and move things such as my TOC, Search controls, bookmarks and printing into a stationary part of the application.&amp;nbsp; its just a way I prefer to lay out my GUI's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am pretty sure I have a lot of work on my hands customizing the view completely, but it might pay off in the long run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 18:35:32 GMT</pubDate>
    <dc:creator>Drew</dc:creator>
    <dc:date>2010-11-02T18:35:32Z</dc:date>
    <item>
      <title>Customizing the Viewers Map location &amp;amp; containers</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586626#M16741</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;BR /&gt;&lt;SPAN&gt;I am familiar with the ESRI Flex API, but not the 'Viewer' and am currently tasked with an application that requires the use of the ESRI Viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for a little info on how I can move the 'map' into a HDividedBox so I can have 2 panels in my application. One panel for large custom components (i.e TOC) and another for the map (similar to the ArcMap layout).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did see that I can move the map to a specific top &amp;amp; left, but I would preferably like to have it in a HDividedBox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to I move the map into a HDividedBox ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Using the ESRI 2.1 Viewer Source Code and the 2.1 API&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 17:31:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586626#M16741</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2010-11-02T17:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Viewers Map location &amp; containers</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586627#M16742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Not really sure why you would want to do this but I'll try to point you in the right area to look at. You are likely to break a lot of stuff trying to do this but I would look at the index.mxml which is the base spark application it has a child element that is the ViewerContainer. The ViewerContainer is just a mx canvas so I would put your hdivided box in the index.mxml and add the ViewerContainer to one of it's panels.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 18:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586627#M16742</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-11-02T18:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Viewers Map location &amp; containers</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586628#M16743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Andrew,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Not really sure why you would want to do this but I'll try to point you in the right area to look at. You are likely to break a lot of stuff trying to do this but I would look at the index.mxml which is the base spark application it has a child element that is the ViewerContainer. The ViewerContainer is just a mx canvas so I would put your hdivided box in the index.mxml and add the ViewerContainer to one of it's panels.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was digging around there for a while, but I will take a closer look now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason why I want to do this is because I am trying to get some widgets off the map and move things such as my TOC, Search controls, bookmarks and printing into a stationary part of the application.&amp;nbsp; its just a way I prefer to lay out my GUI's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am pretty sure I have a lot of work on my hands customizing the view completely, but it might pay off in the long run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 18:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586628#M16743</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2010-11-02T18:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Viewers Map location &amp; containers</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586629#M16744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you have any luck with this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 04:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586629#M16744</guid>
      <dc:creator>ShannakaBeveridge</dc:creator>
      <dc:date>2011-02-17T04:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Viewers Map location &amp; containers</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586630#M16745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you have any luck with this?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I did.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I went into the file com.esri.viewer.skins.MapManagerSkin.mxml file and adjusted the map component in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 11:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586630#M16745</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2011-02-17T11:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Viewers Map location &amp; containers</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586631#M16746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to share the code you used? I've been running in to issues with the map not displaying or only taking up 50% of the screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shannaka&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 04:52:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586631#M16746</guid>
      <dc:creator>ShannakaBeveridge</dc:creator>
      <dc:date>2011-02-18T04:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Viewers Map location &amp; containers</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586632#M16747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shannaka ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How exactly do you want it to look ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Feb 2011 14:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/customizing-the-viewers-map-location-amp-amp/m-p/586632#M16747</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2011-02-19T14:32:17Z</dc:date>
    </item>
  </channel>
</rss>

