<?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: info window for map in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688229#M15410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Desa:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it looked like my info window is big and because of that it got cut out..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However i tried with a popup window and put a marker where it clicked, and then center the map at the point i clicked...It worked fine...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2011 16:23:40 GMT</pubDate>
    <dc:creator>abukhan</dc:creator>
    <dc:date>2011-01-13T16:23:40Z</dc:date>
    <item>
      <title>info window for map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688225#M15406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used infowindow for information of a feature layer on click event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The way i implemented is onMouseUp event on map:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; private const infowindowscreen:mxmlpage = new mxmlpage ();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;private function onMouseUpMap(event:MouseEvent):void&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; const mapPoint:MapPoint = MainMap.toMapFromStage(event.stageX,event.stageY);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Map.infowindow.content = infowindowscreen;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ---code to add values to all public variables on infowindowscreen--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Map.infowindow.show(mapPoint);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works fine.. however the infoscreen sometimes go beyond the screen especially close to the edges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way automatically center it on the screen?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 19:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688225#M15406</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2011-01-11T19:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: info window for map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688226#M15407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you changed the infoPlacementMode style? It defaults to "auto":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/supportClasses/InfoContainer.html#styleSummary"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/supportClasses/InfoContainer.html#styleSummary&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 20:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688226#M15407</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-01-11T20:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: info window for map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688227#M15408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dasa:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for Map.infoWindow, infoPlacementMode is in styles..I did not change any default settings for infoWindow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any example showing infoPlacementMode with styles? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I wanted to have infoWindow to show not beyond the screen...&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;abu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 18:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688227#M15408</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2011-01-12T18:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: info window for map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688228#M15409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the default "auto" mode it should be trying to stay on screen. Can you reproduce it on this sample?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_Click_OnDemand"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_Click_OnDemand&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;When I click on the right, it comes up on the left and the opposite on the left side of the map. When I pan and move it near an edge, it repositions to try and stay in view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you post a screenshot of what you're seeing in your app?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 18:30:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688228#M15409</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-01-12T18:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: info window for map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688229#M15410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Desa:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it looked like my info window is big and because of that it got cut out..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However i tried with a popup window and put a marker where it clicked, and then center the map at the point i clicked...It worked fine...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 16:23:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-for-map/m-p/688229#M15410</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2011-01-13T16:23:40Z</dc:date>
    </item>
  </channel>
</rss>

