<?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: Business Analyst - Drive Time API in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318308#M7578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you get the customlogo to work?&amp;nbsp; Not happening for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 22:52:23 GMT</pubDate>
    <dc:creator>RobertBinckes</dc:creator>
    <dc:date>2011-09-16T22:52:23Z</dc:date>
    <item>
      <title>Business Analyst - Drive Time API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318305#M7575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&amp;nbsp; I am trying to get muliple reports to come up when a user clicks a point on the map.&amp;nbsp; I used to have this working - however, I hadn't done anything with this for a few months and when I went back to run the drivetime.mxml it now comes up with an error when trying to get the reports.&amp;nbsp; If I take out the code that adds the second report - then the one report with come up w/o errors. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the code I have currently:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// report options - 1st Report (Add "1" to option &amp;amp; header)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var option1:ReportOptions = new ReportOptions();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;option1.templateName = "dandi";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;option1.format = "PDF";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// customize report headers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var header1:ReportHeader = new ReportHeader("5-10-15 Min Drive Time Study Areas");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;header1.address1 = "City of Liberty, Missouri";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;header1.address2 = "www.ci.liberty.mo.us";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// custom logo in report&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;header1.customLogo = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.ci.liberty.mo.us/libertylogo.jpg" rel="nofollow" target="_blank"&gt;http://maps.ci.liberty.mo.us/libertylogo.jpg&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;option1.header = header1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//report options - 2nd report (Add "2" to option &amp;amp; header)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var option2:ReportOptions = new ReportOptions();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;option2.templateName = "dispinc";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;option2.format = "PDF";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var header2:ReportHeader = new ReportHeader("5-10-15 Min Drive Time Study Areas");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;header2.address1 = "City of Liberty, Missouri";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;header2.address2 = "www.ci.liberty.mo.us";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// custom logo in report&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;header2.customLogo = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.ci.liberty.mo.us/libertylogo.jpg" rel="nofollow" target="_blank"&gt;http://maps.ci.liberty.mo.us/libertylogo.jpg&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;option2.header = header2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;params.reportOptions = [option1, option2];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var driveTimeTask : DriveTimeTask&amp;nbsp; = new DriveTimeTask(baClient);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;driveTimeTask.execute(params, new mx.rpc.Responder(resultHandler, faultHandler));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like I said - it worked using this code initially - but for whatever reason it won't do so now.&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;Cynthia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 15:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318305#M7575</guid>
      <dc:creator>CynthiaMatney</dc:creator>
      <dc:date>2011-04-27T15:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Business Analyst - Drive Time API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318306#M7576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like the issue might be with the URL of the custom logo. When I try to view &lt;/SPAN&gt;&lt;A href="http://maps.ci.liberty.mo.us/libertylogo.jpg"&gt;http://maps.ci.liberty.mo.us/libertylogo.jpg&lt;/A&gt;&lt;SPAN&gt; in a browser, I get a 'Server Login' error. If I change the logo to some other image, the request works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehak&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 15:37:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318306#M7576</guid>
      <dc:creator>MehakSujan</dc:creator>
      <dc:date>2011-04-28T15:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Business Analyst - Drive Time API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318307#M7577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are a genius!&amp;nbsp; Thanks!&amp;nbsp; It had been a while since I had been working on the BAO API and I couldn't for the life of me figure out what I had done to it to make it no longer work as it had worked initially! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So then the question comes down to - what do I need to do in order to get a custom logo?&amp;nbsp; I am obviously not doing something right.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 11:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318307#M7577</guid>
      <dc:creator>CynthiaMatney</dc:creator>
      <dc:date>2011-05-02T11:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Business Analyst - Drive Time API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318308#M7578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you get the customlogo to work?&amp;nbsp; Not happening for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 22:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/business-analyst-drive-time-api/m-p/318308#M7578</guid>
      <dc:creator>RobertBinckes</dc:creator>
      <dc:date>2011-09-16T22:52:23Z</dc:date>
    </item>
  </channel>
</rss>

