<?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: Import Text File widget in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292203#M6937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any direction further on this would be great, where do I put the code (widget sml?, config file).&amp;nbsp; I am building my app using a text ediitor, not adobe.&amp;nbsp; So not sure where to put this code.&amp;nbsp; Sorry if it is a dumb question, I am sure like you say it is simple, just don't know where to add the lines of code to make it happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Agisviewer for Flex for my development, so this may need to go into a different forum, but not sure how to move it.&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, 07 Jul 2011 16:39:00 GMT</pubDate>
    <dc:creator>dcopple</dc:creator>
    <dc:date>2011-07-07T16:39:00Z</dc:date>
    <item>
      <title>Import Text File widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292201#M6935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a text file that can be downloaded from an online database with lat/lon coordinates.&amp;nbsp; I can import directly into ArcGIS explored from the online link.&amp;nbsp; I would like to do the same in FLEX.&amp;nbsp; Any ideas, or widgets out there that will do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 17:39:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292201#M6935</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-07-05T17:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Import Text File widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292202#M6936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is quite simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The general process is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create an URLLoader when the app&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. add eventlistener (event.complete)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. load(new URLRequest(URL))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. when completed, assign the URLLoader.data to a label/textArea/whateve.text&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292202#M6936</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2011-07-05T21:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import Text File widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292203#M6937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any direction further on this would be great, where do I put the code (widget sml?, config file).&amp;nbsp; I am building my app using a text ediitor, not adobe.&amp;nbsp; So not sure where to put this code.&amp;nbsp; Sorry if it is a dumb question, I am sure like you say it is simple, just don't know where to add the lines of code to make it happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Agisviewer for Flex for my development, so this may need to go into a different forum, but not sure how to move it.&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, 07 Jul 2011 16:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292203#M6937</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-07-07T16:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Import Text File widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292204#M6938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may need the flash builder or an editor that can compile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Assuming your editor can do that) you can write a function inside. &amp;lt;fx:Script&amp;gt;&amp;lt;/fx:Script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example that may help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.kirupa.com/forum/showthread.php?223798-ActionScript-3-Tip-of-the-Day&amp;amp;p=1910480#post1910480"&gt;http://www.kirupa.com/forum/showthread.php?223798-ActionScript-3-Tip-of-the-Day&amp;amp;p=1910480#post1910480&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 21:02:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/import-text-file-widget/m-p/292204#M6938</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2011-07-14T21:02:31Z</dc:date>
    </item>
  </channel>
</rss>

