<?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: Trying to Build project in FlashDevelop.. Help! Please.. in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719921#M21748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the "Project" window, expand the "libs" directory, right-click on the .swc file (the Flex API), and click the "Add to Library" menu item.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will also have to change all the references to the image files as noted in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/20414-Flex-Viewer-doesn-t-compile-with-FlashDevelop-Flex-SDK"&gt;another post&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a couple of steps ahead of you...I can get the project to compile, but when I run it, it's missing an xml file for the Widget Container.&amp;nbsp; If I figure out that error, I'll update this post or start a new thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Apr 2011 15:18:06 GMT</pubDate>
    <dc:creator>TyroneLigon</dc:creator>
    <dc:date>2011-04-23T15:18:06Z</dc:date>
    <item>
      <title>Trying to Build project in FlashDevelop.. Help! Please..</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719920#M21747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just installed FlashDevelop and imported the ArcGIS viewer for flex src code as a project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything looks fine.. I can see all the files I think I need to..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried to run the project, figured I needed to build the project first..So, I clicked "build project"..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starts building the project....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I get the "Build Failed" messages below..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Z:\flexviewer-2.2-src\src\com\esri\viewer\IBaseWidget.as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(103):col: 28 Error: Type was not found or was not a compile-time constant: Map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Z:\flexviewer-2.2-src\src\com\esri\viewer\IBaseWidget.as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(104):col: 24 Error: Type was not found or was not a compile-time constant: Map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Z:\flexviewer-2.2-src\src\com\esri\viewer\IInfowindowTemplate.as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(15):col: 20 Error: Definition com.esri.ags:Map could not be found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Z:\flexviewer-2.2-src\src\com\esri\viewer\managers\ConfigManager.as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(465):col: 71 Error: Type was not found or was not a compile-time constant: WebMapEvent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Z:\flexviewer-2.2-src\src\com\esri\viewer\components\InfoPopup.mxml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(37):Error: Type was not found or was not a compile-time constant: Map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Z:\flexviewer-2.2-src\src\com\esri\viewer\components\InfoPopup.mxml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(42):Error: Type was not found or was not a compile-time constant: Map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me figure out how to fix these?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 15:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719920#M21747</guid>
      <dc:creator>AlexGray</dc:creator>
      <dc:date>2011-04-15T15:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Build project in FlashDevelop.. Help! Please..</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719921#M21748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the "Project" window, expand the "libs" directory, right-click on the .swc file (the Flex API), and click the "Add to Library" menu item.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will also have to change all the references to the image files as noted in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/20414-Flex-Viewer-doesn-t-compile-with-FlashDevelop-Flex-SDK"&gt;another post&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a couple of steps ahead of you...I can get the project to compile, but when I run it, it's missing an xml file for the Widget Container.&amp;nbsp; If I figure out that error, I'll update this post or start a new thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Apr 2011 15:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719921#M21748</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2011-04-23T15:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Build project in FlashDevelop.. Help! Please..</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719922#M21749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In the "Project" window, expand the "libs" directory, right-click on the .swc file (the Flex API), and click the "Add to Library" menu item.&lt;BR /&gt;&lt;BR /&gt;You will also have to change all the references to the image files as noted in &lt;A href="http://forums.arcgis.com/threads/20414-Flex-Viewer-doesn-t-compile-with-FlashDevelop-Flex-SDK"&gt;another post&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;I'm a couple of steps ahead of you...I can get the project to compile, but when I run it, it's missing an xml file for the Widget Container.&amp;nbsp; If I figure out that error, I'll update this post or start a new thread.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very helpful - did you find the problem with the misplaced config.xml?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Flash Develop how do you do a global search/replace? I can only get it to work on one file at a time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the flash error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could not find file:///C:/DevFlash/flexviewer-2.3.1-src/bin-debug/widgets/WidgetContainer/config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault code: Server.Error.Request&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault info: HTTP request error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault details: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: file:///C:/DevFlash/flexviewer-2.3.1-src/bin-debug/widgets/WidgetContainer/config.xml"]. URL: config.xml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 20:37:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719922#M21749</guid>
      <dc:creator>RobertHeitzman</dc:creator>
      <dc:date>2011-05-27T20:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Build project in FlashDevelop.. Help! Please..</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719923#M21750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One thing to keep in mind with flashdevelop, and the primary reason I went back to flash builder, is that it does not support flex modules. Each individual widget needs to be a separate project and the output directory needs to be set to equate the output of flash builder (where the api expects to find things).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is probably why your widgetcontainer is not being found, it's not compiled and in the correct output directory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 21:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719923#M21750</guid>
      <dc:creator>JustinRobinson</dc:creator>
      <dc:date>2011-05-27T21:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Build project in FlashDevelop.. Help! Please..</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719924#M21751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you happen to figure out this problem?&amp;nbsp;&amp;nbsp; Did you have to somehow turn each widget into a project?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 16:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719924#M21751</guid>
      <dc:creator>aubinmaynard</dc:creator>
      <dc:date>2011-09-19T16:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Build project in FlashDevelop.. Help! Please..</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719925#M21752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;One thing to keep in mind with flashdevelop, and the primary reason I went back to flash builder, is that it does not support flex modules. Each individual widget needs to be a separate project and the output directory needs to be set to equate the output of flash builder (where the api expects to find things).&lt;BR /&gt;&lt;BR /&gt;This is probably why your widgetcontainer is not being found, it's not compiled and in the correct output directory.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I"m confused, when using Flashdevelop you need to turn each widget into a project file with an output where?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 16:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trying-to-build-project-in-flashdevelop-help/m-p/719925#M21752</guid>
      <dc:creator>aubinmaynard</dc:creator>
      <dc:date>2011-09-19T16:09:49Z</dc:date>
    </item>
  </channel>
</rss>

