<?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 Moving a Popup Anchor in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201631#M18680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using a popup for my map's info window. What I want to know is if there is any way to change the anchor location like you could for a generic InfoWindow? If I try to use &lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;setFixedAnchor()&lt;/SPAN&gt;&lt;SPAN&gt; I get a "undefined method" error since Popup doesn't support this function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;N&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 22:24:09 GMT</pubDate>
    <dc:creator>nathanmanning</dc:creator>
    <dc:date>2012-10-16T22:24:09Z</dc:date>
    <item>
      <title>Moving a Popup Anchor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201631#M18680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using a popup for my map's info window. What I want to know is if there is any way to change the anchor location like you could for a generic InfoWindow? If I try to use &lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;setFixedAnchor()&lt;/SPAN&gt;&lt;SPAN&gt; I get a "undefined method" error since Popup doesn't support this function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;N&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 22:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201631#M18680</guid>
      <dc:creator>nathanmanning</dc:creator>
      <dc:date>2012-10-16T22:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a Popup Anchor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201632#M18681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/infowindow.htm#setFixedAnchor"&gt;setFixedAnchor&lt;/A&gt;&lt;SPAN&gt; is indeed defined on &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/infowindow.htm"&gt;InfoWindow&lt;/A&gt;&lt;SPAN&gt;. The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/popup.htm"&gt;popup&lt;/A&gt;&lt;SPAN&gt; does not have this method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you trying to change about the default popup positioning? As is, the popup always positions itself within the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 22:54:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201632#M18681</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-10-16T22:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a Popup Anchor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201633#M18682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/infowindow.htm#setFixedAnchor"&gt;setFixedAnchor&lt;/A&gt; is indeed defined on &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/infowindow.htm"&gt;InfoWindow&lt;/A&gt;. The &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/popup.htm"&gt;popup&lt;/A&gt; does not have this method.&lt;BR /&gt;&lt;BR /&gt;What are you trying to change about the default popup positioning? As is, the popup always positions itself within the map.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using a popup to display driving directions between points, and would like to control the both location of the popup as well as which side the anchor is on in order to avoid covering up the route graphics. The reason I am setting my map's infoWindow to a popup is because I use it elsewhere to display information about various (and possibly overlapping) points and the built in user interface for clicking through multiple points is very handy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to assign where the anchor is located, as ANCHOR_LOWERLEFT can with InfoWindow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 15:11:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201633#M18682</guid>
      <dc:creator>nathanmanning</dc:creator>
      <dc:date>2012-10-17T15:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a Popup Anchor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201634#M18683</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 way to assign where the anchor is located, as ANCHOR_LOWERLEFT can with InfoWindow?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, there isn't a way to do this. The popup will do its best position itself within the map (and this works, as long as the popup isn't bigger than the map container). If you always used ANCHOR_LOWERLEFT, there's a good chance you could be opening the popup but it wouldn't be 100% visible, which would then require to pan to see all of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I'm missing something, can you post some screen shots that show what's happening now and perhaps mock-up what you'd like to be happening?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 14:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201634#M18683</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-10-24T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a Popup Anchor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201635#M18684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The map is positioning the Popup automatically just as you described. I don't need to scroll to see it. The problem is that without explicit control over the location of the Popup, the map sometimes covers the resources (in this case driving directions) that it represents. You can see this in the screen shot below. Covering the path in this way is no good for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]18695[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No, there isn't a way to do this. The popup will do its best position itself within the map (and this works, as long as the popup isn't bigger than the map container). If you always used ANCHOR_LOWERLEFT, there's a good chance you could be opening the popup but it wouldn't be 100% visible, which would then require to pan to see all of it.&lt;BR /&gt;&lt;BR /&gt;If I'm missing something, can you post some screen shots that show what's happening now and perhaps mock-up what you'd like to be happening?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 21:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201635#M18684</guid>
      <dc:creator>nathanmanning</dc:creator>
      <dc:date>2012-10-24T21:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a Popup Anchor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201636#M18685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide a link to your site where you use the pop driving directions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 12:28:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/moving-a-popup-anchor/m-p/201636#M18685</guid>
      <dc:creator>MichaelStranovsky</dc:creator>
      <dc:date>2013-10-18T12:28:22Z</dc:date>
    </item>
  </channel>
</rss>

