<?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: API 3.3 vs 3.4  moving an InfoWindow in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564084#M52639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Lucida Grande;"&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/popup.html"&gt;popup widget&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: Lucida Grande;"&gt; is now the default info window for the map."&amp;nbsp; Agreed.&amp;nbsp; It seems to be stylized that way.&amp;nbsp; But- all API still extensively documents the infoWindow as well as all of it's properties/methods/events.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/jsapi/infowindow.html"&gt;http://developers.arcgis.com/en/javascript/jsapi/infowindow.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; If the infowindow were depreciated it would be documented as such.&amp;nbsp; Something isn't quite right here..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Mar 2013 23:43:52 GMT</pubDate>
    <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
    <dc:date>2013-03-31T23:43:52Z</dc:date>
    <item>
      <title>API 3.3 vs 3.4  moving an InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564082#M52637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to reposition an infoWindow based on the center of a polygon.&amp;nbsp; When using 3.3 API my code works just fine.&amp;nbsp; When I upgraded to 3.4 I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Object doesn't support property or method 'move'".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Possible bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
var newPt = map.toScreen(tileResults.features[0].geometry.getExtent().getCenter());
map.infoWindow.move(newPt);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 16:31:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564082#M52637</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2013-03-28T16:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: API 3.3 vs 3.4  moving an InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564083#M52638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know how to fix your problem but I think the reason for the error is because ESRI changed the "default" info window to a popup instead of infoWindow. If you compare the methods of both in the API reference, you'll see that move() is present in infoWindow but not for popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This change is referenced in the "What's new" document:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jshelp/whats_new.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jshelp/whats_new.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 15:56:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564083#M52638</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2013-03-29T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: API 3.3 vs 3.4  moving an InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564084#M52639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Lucida Grande;"&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/popup.html"&gt;popup widget&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: Lucida Grande;"&gt; is now the default info window for the map."&amp;nbsp; Agreed.&amp;nbsp; It seems to be stylized that way.&amp;nbsp; But- all API still extensively documents the infoWindow as well as all of it's properties/methods/events.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/jsapi/infowindow.html"&gt;http://developers.arcgis.com/en/javascript/jsapi/infowindow.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; If the infowindow were depreciated it would be documented as such.&amp;nbsp; Something isn't quite right here..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 23:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564084#M52639</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2013-03-31T23:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: API 3.3 vs 3.4  moving an InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564085#M52640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The info window isn't deprecated and can still be used you'll just have to modify your app to do so. Here's a snippet showing how to do this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.require("esri.dijit.InfoWindow");

.....
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var infoWindow = new esri.esri.dijit.InfoWindow({}, dojo.create("div", null, map.root));

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.resize(625, 240);

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infoWindow.startup();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.setInfoWindow(infoWindow);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-3-3-vs-3-4-nbsp-moving-an-infowindow/m-p/564085#M52640</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-12T00:18:37Z</dc:date>
    </item>
  </channel>
</rss>

