<?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 How to insert image inside map container and not as a separate panel in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-insert-image-inside-map-container-and-not/m-p/225516#M5307</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 convinced there must be a way to do this because this sample shows it in action:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Display_popups_programmatically/01nq0000008v000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Display_popups_programmatically/01nq0000008v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe the difference between my application and this sample is that I have a VerticalLayout tag set for the application level of my application.&amp;nbsp; I have a border container at the top, then the map, then another border container at the bottom which hosts an attribute table.&amp;nbsp; If I add the &amp;lt;s:Image&amp;gt; in between Map and BorderContainer, I get another panel of the image and all white space to the right. I would like the image to overlay the map in a set location as in the sample above. How can this be accomplished? Is there some sort of override function for the layout that can be used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 13:37:45 GMT</pubDate>
    <dc:creator>DavidBoiano</dc:creator>
    <dc:date>2013-05-29T13:37:45Z</dc:date>
    <item>
      <title>How to insert image inside map container and not as a separate panel</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-insert-image-inside-map-container-and-not/m-p/225516#M5307</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 convinced there must be a way to do this because this sample shows it in action:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Display_popups_programmatically/01nq0000008v000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Display_popups_programmatically/01nq0000008v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe the difference between my application and this sample is that I have a VerticalLayout tag set for the application level of my application.&amp;nbsp; I have a border container at the top, then the map, then another border container at the bottom which hosts an attribute table.&amp;nbsp; If I add the &amp;lt;s:Image&amp;gt; in between Map and BorderContainer, I get another panel of the image and all white space to the right. I would like the image to overlay the map in a set location as in the sample above. How can this be accomplished? Is there some sort of override function for the layout that can be used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:37:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-insert-image-inside-map-container-and-not/m-p/225516#M5307</guid>
      <dc:creator>DavidBoiano</dc:creator>
      <dc:date>2013-05-29T13:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert image inside map container and not as a separate panel</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-insert-image-inside-map-container-and-not/m-p/225517#M5308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure if this is the correct way, but I solved the issue by removing the application level layout and using absolute layout positionnig for all the containters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 15:17:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-insert-image-inside-map-container-and-not/m-p/225517#M5308</guid>
      <dc:creator>DavidBoiano</dc:creator>
      <dc:date>2013-05-29T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert image inside map container and not as a separate panel</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-insert-image-inside-map-container-and-not/m-p/225518#M5309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could put your map and image in a layoutless container like group or border container.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bordercontainer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/bordercontainer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;group&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;image&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/group&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bordercontainer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/bordercontainer&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-insert-image-inside-map-container-and-not/m-p/225518#M5309</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2013-05-30T12:10:12Z</dc:date>
    </item>
  </channel>
</rss>

