<?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: ESRI Print Sample not working on my machine (see link and screenshot) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540459#M50312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i'm not sure.&amp;nbsp; what does the web traffic look like?&amp;nbsp; do you see any failed/garbled requests to the print service?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot find anything.&amp;nbsp; I can get to the REST endpoint just fine.&amp;nbsp; I checked the ArcGIS Server error logs and nothing was returned for the print task.&amp;nbsp; Also, I opened a Silverlight application that uses this print task and it works just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am hoping someone out there can duplicate the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2013 15:39:20 GMT</pubDate>
    <dc:creator>IanPeebles</dc:creator>
    <dc:date>2013-07-17T15:39:20Z</dc:date>
    <item>
      <title>ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540449#M50302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to incorporate the following sample in my application:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://developers.arcgis.com/en/javascript/samples/widget_print_esri_request/"&gt;http://developers.arcgis.com/en/javascript/samples/widget_print_esri_request/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice that the print button is present in the ESRI sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I download the sample to my machine, the print button goes away.&amp;nbsp; Does this sample require the use of a proxy page?&amp;nbsp; The code has not been modified, just trying to run it on my local machine.&amp;nbsp; The screenshot below shows the print button missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I get this sample to work on my local machine?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 22:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540449#M50302</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-07-14T22:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540450#M50303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I forgot to add. . I am not using any secure services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 22:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540450#M50303</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-07-14T22:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540451#M50304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Now I am trying to see if I can get the button to fire as a function.&amp;nbsp; Here is the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code Block:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; app.printer = new esri.dijit.Print({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "map": app.map,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "templates": templates,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; url: app.printUrl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }, dojo.byId("print_button"));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; app.printer.startup();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Button Defined in the DIV:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note:&amp;nbsp; This sample uses an ArcGIS Server version 10.1 export web map task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- that will be used for the print dijit --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;div id="print_button"&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;button id="print_button" dojoType="dijit.form.Button"&amp;gt;Print Map&amp;lt;/button&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been able to get the button, but cannot get it to fire:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 00:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540451#M50304</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-07-15T00:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540452#M50305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can not create a button and fire the print event. As you can see;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--&amp;lt;div id="print_button"&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its creates print button automatically, into the div element.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 07:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540452#M50305</guid>
      <dc:creator>MustafaOgurlu</dc:creator>
      <dc:date>2013-07-15T07:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540453#M50306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So why cannot I not see the button when I download the sample (without any modifications to the ESRI sample) on to my machine?&amp;nbsp; That is what I am trying to figure out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 13:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540453#M50306</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-07-15T13:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540454#M50307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the proxy referenced in the app is required to create the button.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 14:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540454#M50307</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-15T14:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540455#M50308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;the proxy referenced in the app is required to create the button.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I will need to configure a proxy page?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 17:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540455#M50308</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-07-15T17:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540456#M50309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes.&amp;nbsp; a proxy is required.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 17:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540456#M50309</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-15T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540457#M50310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;the proxy referenced in the app is required to create the button.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK. . I configured a proxy page.&amp;nbsp; The following lines of code are used in the proxy.ashx file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/arcgis/rest" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"&amp;gt;&amp;lt;/serverUrl&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File was saved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then went to a web browser and type in the following URL:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/Proxy/proxy.ashx?&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/arcgis/rest&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The directory of REST services appears.&amp;nbsp; When I remove the code from the proxy.ashx file, I can no longer access the services through REST.&amp;nbsp; This works as it should.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the print application, I made the following changes &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;app.printUrl = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/arcgis/rest/services/Printing/BuildingInspections85X11L/GPServer/Export%20Web%20Map";&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function init() { &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esri.config.defaults.io.proxyUrl = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machinename&amp;gt;/Proxy/proxy.ashx"; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still. . the print button is not showing up.&amp;nbsp; What is it that I am missing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 13:28:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540457#M50310</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-07-17T13:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540458#M50311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm not sure.&amp;nbsp; what does the web traffic look like?&amp;nbsp; do you see any failed/garbled requests to the print service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 15:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540458#M50311</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-17T15:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540459#M50312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i'm not sure.&amp;nbsp; what does the web traffic look like?&amp;nbsp; do you see any failed/garbled requests to the print service?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot find anything.&amp;nbsp; I can get to the REST endpoint just fine.&amp;nbsp; I checked the ArcGIS Server error logs and nothing was returned for the print task.&amp;nbsp; Also, I opened a Silverlight application that uses this print task and it works just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am hoping someone out there can duplicate the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 15:39:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540459#M50312</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-07-17T15:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540460#M50313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;im talking about the web traffic that is generated by your app.&amp;nbsp; please consider using Fiddler, Firebug or Chrome developer tools to inspect the requests that are fired when your JavaScript application is launched.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 15:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540460#M50313</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-17T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540461#M50314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems like every time I struggle with making a call that doesn't go anywhere, it isn't in the code at all, it's a proxy page issue.&amp;nbsp; I noticed in your example that you are using machine names as opposed to domain names.&amp;nbsp; That could be part of your problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A lot of the examples include a proxy subfolder relative to your project, but I have had no luck with that myself. Any time I have to use proxy pages, the only way I seem to get my code to work is to move it from my local machine to my test server.&amp;nbsp; I have a proxy page configuration on it for all maps on that server.&amp;nbsp;&amp;nbsp; Other people don't seem to need to do this.&amp;nbsp; I don't know if it has to do with our firewall settings or some other configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 12:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540461#M50314</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2013-07-19T12:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540462#M50315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like it was a proxy issue. . was able to set up a proxy page and get the print button to appear.&amp;nbsp; Now the next step is to modify the code to accomodate the print service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 20:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540462#M50315</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-07-19T20:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540463#M50316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good luck with that.&amp;nbsp; Once I finally got my proxy set up, the code was pretty straight forward.&amp;nbsp; I didn't end up using the print digit, it didn't suit my needs.&amp;nbsp; Instead I created a print task and made my own dialog.&amp;nbsp; I thought the prompts to the user in the dijit, including the fact you had to click on a button to view the output, was a little cludgy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 14:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540463#M50316</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2013-07-22T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Print Sample not working on my machine (see link and screenshot)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540464#M50317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just another note, to those printing through the proxy. &amp;nbsp;I had an issue where my map title had an &amp;amp;, which was causing issues when going through the proxy. &amp;nbsp;Maybe a double encoding issue. &amp;nbsp;Watch for issues with special characters in the GET url when using the print widget through a proxy. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 18:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-print-sample-not-working-on-my-machine-see/m-p/540464#M50317</guid>
      <dc:creator>DonWaldo</dc:creator>
      <dc:date>2017-04-11T18:14:12Z</dc:date>
    </item>
  </channel>
</rss>

